Commit 7dbe78e5 authored by Jerome Brunet's avatar Jerome Brunet Committed by Kevin Hilman

ARM64: dts: meson-gx: adjust gpio-ranges for TEST_N

TEST_N has moved from the EE controller to the AO controller so
the gpio-ranges need to adjusted for it
Signed-off-by: default avatarJerome Brunet <jbrunet@baylibre.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent 352f72b4
...@@ -379,7 +379,7 @@ gpio: bank@4b0 { ...@@ -379,7 +379,7 @@ gpio: bank@4b0 {
reg-names = "mux", "pull", "pull-enable", "gpio"; reg-names = "mux", "pull", "pull-enable", "gpio";
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
gpio-ranges = <&pinctrl_periphs 0 0 120>; gpio-ranges = <&pinctrl_periphs 0 0 119>;
}; };
emmc_pins: emmc { emmc_pins: emmc {
......
...@@ -268,7 +268,7 @@ gpio: bank@4b0 { ...@@ -268,7 +268,7 @@ gpio: bank@4b0 {
reg-names = "mux", "pull", "pull-enable", "gpio"; reg-names = "mux", "pull", "pull-enable", "gpio";
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
gpio-ranges = <&pinctrl_periphs 0 0 101>; gpio-ranges = <&pinctrl_periphs 0 0 100>;
}; };
emmc_pins: emmc { emmc_pins: emmc {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment