Commit 8ad49c65 authored by Lee Jones's avatar Lee Jones

ARM: ux500: Move board specific GPIO info out to subordinate DTS files

GPIO numbers for the newly created gpio-regulator will differ from
board to board. Therefore it's not sensible to leave this information
in the top level DTSI file. Let's move them out to the DTS files
where they can correctly vary.
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent c94a4ab7
...@@ -638,8 +638,6 @@ vmmci: regulator-gpio { ...@@ -638,8 +638,6 @@ vmmci: regulator-gpio {
regulator-name = "mmci-reg"; regulator-name = "mmci-reg";
regulator-type = "voltage"; regulator-type = "voltage";
gpios = <&tc3589x_gpio 18 0x4>;
gpio-enable = <&tc3589x_gpio 17 0x4>;
states = <1800000 0x1 states = <1800000 0x1
2900000 0x0>; 2900000 0x0>;
......
...@@ -37,5 +37,12 @@ bu21013_tp@0x5c { ...@@ -37,5 +37,12 @@ bu21013_tp@0x5c {
reset-gpio = <&tc3589x_gpio 13 0x4>; reset-gpio = <&tc3589x_gpio 13 0x4>;
}; };
}; };
vmmci: regulator-gpio {
gpios = <&tc3589x_gpio 18 0x4>;
gpio-enable = <&tc3589x_gpio 17 0x4>;
status = "okay";
};
}; };
}; };
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