mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
arm: mvebu: helios4: remove duplicate sdhci pins node
The same pinctrl node appears in the solidrun-microsom dtsi. Use that instead. Cc: Dennis Gilmore <dennis@ausil.us> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: Dennis Gilmore <dennis@ausil.us> Tested-by: Dennis Gilmore <dennis@ausil.us> Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
334eebefc2
commit
69601ce003
1 changed files with 1 additions and 7 deletions
|
@ -248,7 +248,7 @@
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
cd-gpios = <&gpio0 20 GPIO_ACTIVE_LOW>;
|
cd-gpios = <&gpio0 20 GPIO_ACTIVE_LOW>;
|
||||||
no-1-8-v;
|
no-1-8-v;
|
||||||
pinctrl-0 = <&helios_sdhci_pins
|
pinctrl-0 = <µsom_sdhci_pins
|
||||||
&helios_sdhci_cd_pins>;
|
&helios_sdhci_cd_pins>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
@ -286,12 +286,6 @@
|
||||||
marvell,pins = "mpp20";
|
marvell,pins = "mpp20";
|
||||||
marvell,function = "gpio";
|
marvell,function = "gpio";
|
||||||
};
|
};
|
||||||
helios_sdhci_pins: helios-sdhci-pins {
|
|
||||||
marvell,pins = "mpp21", "mpp28",
|
|
||||||
"mpp37", "mpp38",
|
|
||||||
"mpp39", "mpp40";
|
|
||||||
marvell,function = "sd0";
|
|
||||||
};
|
|
||||||
helios_led_pins: helios-led-pins {
|
helios_led_pins: helios-led-pins {
|
||||||
marvell,pins = "mpp24", "mpp25",
|
marvell,pins = "mpp24", "mpp25",
|
||||||
"mpp49", "mpp50",
|
"mpp49", "mpp50",
|
||||||
|
|
Loading…
Reference in a new issue