Commit 979ac5ef authored by Thierry Reding's avatar Thierry Reding
Browse files

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: default avatarThierry Reding <treding@nvidia.com>
parent 1b929c02
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {