Skip to content

Commit 6687c20

Browse files
skrllffainelli
authored andcommitted
ARM: bcm2835-rpi-zero-w: Add missing pinctrl name
Define the sdhci pinctrl state as "default" so it gets applied correctly and to match all other RPis. Fixes: 2c7c040 ("ARM: dts: bcm2835: Add Raspberry Pi Zero W") Signed-off-by: Nick Hudson <[email protected]> Signed-off-by: Florian Fainelli <[email protected]>
1 parent 2c523b3 commit 6687c20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/boot/dts/bcm2835-rpi-zero-w.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
&sdhci {
113113
#address-cells = <1>;
114114
#size-cells = <0>;
115+
pinctrl-names = "default";
115116
pinctrl-0 = <&emmc_gpio34 &gpclk2_gpio43>;
116117
bus-width = <4>;
117118
mmc-pwrseq = <&wifi_pwrseq>;

0 commit comments

Comments
 (0)