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: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
Jerome Brunet 2017-09-21 19:14:46 +02:00 committed by Kevin Hilman
parent 352f72b42a
commit 7dbe78e5fa
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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 {