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:
Родитель
352f72b42a
Коммит
7dbe78e5fa
|
@ -379,7 +379,7 @@
|
|||
reg-names = "mux", "pull", "pull-enable", "gpio";
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
gpio-ranges = <&pinctrl_periphs 0 0 120>;
|
||||
gpio-ranges = <&pinctrl_periphs 0 0 119>;
|
||||
};
|
||||
|
||||
emmc_pins: emmc {
|
||||
|
|
|
@ -268,7 +268,7 @@
|
|||
reg-names = "mux", "pull", "pull-enable", "gpio";
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
gpio-ranges = <&pinctrl_periphs 0 0 101>;
|
||||
gpio-ranges = <&pinctrl_periphs 0 0 100>;
|
||||
};
|
||||
|
||||
emmc_pins: emmc {
|
||||
|
|
Загрузка…
Ссылка в новой задаче