Skip to content

Commit

Permalink
arm64: tegra: Fix typo in gpio-ranges property
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
thierryreding committed Jan 17, 2023
1 parent 1b929c0 commit 979ac5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/nvidia/tegra194.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 979ac5e

Please sign in to comment.