mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: tegra: Fix typo in gpio-ranges property
The gpio-ranges property name was missing a terminating "s", causing it to not be parsed and fail DT validation as well. Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
@@ -1672,7 +1672,7 @@
|
||||
#gpio-cells = <2>;
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <2>;
|
||||
gpio-range = <&pinmux_aon 0 0 30>;
|
||||
gpio-ranges = <&pinmux_aon 0 0 30>;
|
||||
};
|
||||
|
||||
pinmux_aon: pinmux@c300000 {
|
||||
|
||||
Reference in New Issue
Block a user