ARM: tegra: Add back gpio-ranges properties
The properties have been commented out to prevent a regression a while ago. The first regression should be resolved by commit44af792731
("spi: Map SPI OF client IRQ at probe time"). The second regression is probably addressed by commit494fd7b7ad
("PM / core: fix deferred probe breaking suspend resume order") and/or maybe others. Readd the gpio-ranges properties to see whether regressions still get reported. This reverts commit4f1d841475
("ARM: tegra: Comment out gpio-ranges properties"). Signed-off-by: Stefan Agner <stefan@agner.ch> Reviewed-by: Dmitry Osipenko <digetx@gmail.com> Tested-by: Dmitry Osipenko <digetx@gmail.com> [treding@nvidia.com: drop redundant gpio-ranges from Ouya DTS file] Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Родитель
919be27fd0
Коммит
9ca9a608a7
|
@ -261,9 +261,7 @@
|
|||
gpio-controller;
|
||||
#interrupt-cells = <2>;
|
||||
interrupt-controller;
|
||||
/*
|
||||
gpio-ranges = <&pinmux 0 0 246>;
|
||||
*/
|
||||
};
|
||||
|
||||
vde@6001a000 {
|
||||
|
|
|
@ -308,9 +308,7 @@
|
|||
gpio-controller;
|
||||
#interrupt-cells = <2>;
|
||||
interrupt-controller;
|
||||
/*
|
||||
gpio-ranges = <&pinmux 0 0 251>;
|
||||
*/
|
||||
};
|
||||
|
||||
apbdma: dma@60020000 {
|
||||
|
|
|
@ -328,9 +328,7 @@
|
|||
gpio-controller;
|
||||
#interrupt-cells = <2>;
|
||||
interrupt-controller;
|
||||
/*
|
||||
gpio-ranges = <&pinmux 0 0 224>;
|
||||
*/
|
||||
};
|
||||
|
||||
vde@6001a000 {
|
||||
|
|
|
@ -68,10 +68,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
gpio: gpio@6000d000 {
|
||||
gpio-ranges = <&pinmux 0 0 248>;
|
||||
};
|
||||
|
||||
pinmux@70000868 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&state_default>;
|
||||
|
|
|
@ -507,9 +507,7 @@
|
|||
gpio-controller;
|
||||
#interrupt-cells = <2>;
|
||||
interrupt-controller;
|
||||
/*
|
||||
gpio-ranges = <&pinmux 0 0 248>;
|
||||
*/
|
||||
};
|
||||
|
||||
vde@6001a000 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче