overlays: Fix mmc-related overlays after refactor

The addition of the mmcnr node to the base dtbs caused some overlays to
not work as they should. Patch up pi3-disable-wifi, balena-fin and
sdhost.

Signed-off-by: Phil Elwell <phil@raspberrypi.org>
This commit is contained in:
Phil Elwell
2019-05-30 12:25:29 +01:00
committed by popcornmix
parent c3e6097ed9
commit a99c60d855
3 changed files with 18 additions and 3 deletions

View File

@@ -5,13 +5,12 @@
compatible = "brcm,bcm2835";
fragment@0 {
target = <&mmc>;
sdio_wifi: __overlay__ {
target = <&mmcnr>;
__overlay__ {
pinctrl-names = "default";
pinctrl-0 = <&sdio_pins>;
bus-width = <4>;
brcm,overclock-50 = <35>;
non-removable;
status = "okay";
};
};
@@ -43,6 +42,8 @@
compatible = "gpio-poweroff";
gpios = <&gpio 40 1>;
force;
pinctrl-names = "default";
pinctrl-0 = <&power_ctrl_pins>;
};
i2c_soft: i2c@0 {

View File

@@ -10,4 +10,11 @@
status = "disabled";
};
};
fragment@1 {
target = <&mmcnr>;
__overlay__ {
status = "disabled";
};
};
};

View File

@@ -22,6 +22,13 @@
};
};
fragment@2 {
target = <&mmcnr>;
__overlay__ {
status = "disabled";
};
};
__overrides__ {
overclock_50 = <&frag0>,"brcm,overclock-50:0";
force_pio = <&frag0>,"brcm,force-pio?";