ARM64: dts: meson-gx: remove gpio offset
Remove pin offset on the EE controller. Meson pinctrl no longer has this quirk Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
parent
677c432c94
commit
352f72b42a
|
@ -379,7 +379,7 @@
|
|||
reg-names = "mux", "pull", "pull-enable", "gpio";
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
gpio-ranges = <&pinctrl_periphs 0 14 120>;
|
||||
gpio-ranges = <&pinctrl_periphs 0 0 120>;
|
||||
};
|
||||
|
||||
emmc_pins: emmc {
|
||||
|
|
|
@ -268,7 +268,7 @@
|
|||
reg-names = "mux", "pull", "pull-enable", "gpio";
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
gpio-ranges = <&pinctrl_periphs 0 10 101>;
|
||||
gpio-ranges = <&pinctrl_periphs 0 0 101>;
|
||||
};
|
||||
|
||||
emmc_pins: emmc {
|
||||
|
|
Loading…
Reference in New Issue