mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
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:
@@ -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 {
|
||||
|
||||
@@ -10,4 +10,11 @@
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
fragment@1 {
|
||||
target = <&mmcnr>;
|
||||
__overlay__ {
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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?";
|
||||
|
||||
Reference in New Issue
Block a user