Skip to content

Commit 979ac5e

Browse files
committed
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>
1 parent 1b929c0 commit 979ac5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/nvidia/tegra194.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1672,7 +1672,7 @@
16721672
#gpio-cells = <2>;
16731673
interrupt-controller;
16741674
#interrupt-cells = <2>;
1675-
gpio-range = <&pinmux_aon 0 0 30>;
1675+
gpio-ranges = <&pinmux_aon 0 0 30>;
16761676
};
16771677

16781678
pinmux_aon: pinmux@c300000 {

0 commit comments

Comments
 (0)