mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 13:20:50 +07:00
ARM: dts: rockchip: remove broken-cd from emmc and sdio
Only one of "broken-cd" and "non-removable" should be supplied according to Documentation/devicetree/bindings/mmc/mmc.txt. Obviously emmc and sdio-wifi are non-removable devices, while broken-cd is for removable device whose card detect pin is broken. Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
26f5e19dfb
commit
57375d88fa
@ -345,7 +345,6 @@ &i2s {
|
|||||||
&sdio {
|
&sdio {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
broken-cd;
|
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
cap-sd-highspeed;
|
cap-sd-highspeed;
|
||||||
cap-sdio-irq;
|
cap-sdio-irq;
|
||||||
|
@ -272,7 +272,6 @@ emmc: dwmmc@1021c000 {
|
|||||||
compatible = "rockchip,rk3036-dw-mshc", "rockchip,rk3288-dw-mshc";
|
compatible = "rockchip,rk3036-dw-mshc", "rockchip,rk3288-dw-mshc";
|
||||||
reg = <0x1021c000 0x4000>;
|
reg = <0x1021c000 0x4000>;
|
||||||
interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
broken-cd;
|
|
||||||
bus-width = <8>;
|
bus-width = <8>;
|
||||||
cap-mmc-highspeed;
|
cap-mmc-highspeed;
|
||||||
clock-frequency = <37500000>;
|
clock-frequency = <37500000>;
|
||||||
|
@ -182,7 +182,6 @@ phy0: ethernet-phy@0 {
|
|||||||
};
|
};
|
||||||
|
|
||||||
&emmc {
|
&emmc {
|
||||||
broken-cd;
|
|
||||||
bus-width = <8>;
|
bus-width = <8>;
|
||||||
cap-mmc-highspeed;
|
cap-mmc-highspeed;
|
||||||
disable-wp;
|
disable-wp;
|
||||||
@ -348,7 +347,6 @@ &mmc0 {
|
|||||||
};
|
};
|
||||||
|
|
||||||
&mmc1 {
|
&mmc1 {
|
||||||
broken-cd;
|
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
disable-wp;
|
disable-wp;
|
||||||
non-removable;
|
non-removable;
|
||||||
|
@ -53,7 +53,6 @@ memory {
|
|||||||
};
|
};
|
||||||
|
|
||||||
&emmc {
|
&emmc {
|
||||||
broken-cd;
|
|
||||||
cap-mmc-highspeed;
|
cap-mmc-highspeed;
|
||||||
mmc-ddr-1_8v;
|
mmc-ddr-1_8v;
|
||||||
disable-wp;
|
disable-wp;
|
||||||
|
@ -172,7 +172,6 @@ &cpu0 {
|
|||||||
};
|
};
|
||||||
|
|
||||||
&emmc {
|
&emmc {
|
||||||
broken-cd;
|
|
||||||
bus-width = <8>;
|
bus-width = <8>;
|
||||||
cap-mmc-highspeed;
|
cap-mmc-highspeed;
|
||||||
disable-wp;
|
disable-wp;
|
||||||
|
@ -208,7 +208,6 @@ &cpu0 {
|
|||||||
};
|
};
|
||||||
|
|
||||||
&emmc {
|
&emmc {
|
||||||
broken-cd;
|
|
||||||
bus-width = <8>;
|
bus-width = <8>;
|
||||||
cap-mmc-highspeed;
|
cap-mmc-highspeed;
|
||||||
disable-wp;
|
disable-wp;
|
||||||
@ -509,7 +508,6 @@ &saradc {
|
|||||||
};
|
};
|
||||||
|
|
||||||
&sdio0 {
|
&sdio0 {
|
||||||
broken-cd;
|
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
disable-wp;
|
disable-wp;
|
||||||
non-removable;
|
non-removable;
|
||||||
|
@ -162,7 +162,6 @@ &cpu0 {
|
|||||||
};
|
};
|
||||||
|
|
||||||
&emmc {
|
&emmc {
|
||||||
broken-cd;
|
|
||||||
bus-width = <8>;
|
bus-width = <8>;
|
||||||
cap-mmc-highspeed;
|
cap-mmc-highspeed;
|
||||||
disable-wp;
|
disable-wp;
|
||||||
|
@ -146,7 +146,6 @@ &cpu0 {
|
|||||||
&emmc {
|
&emmc {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
broken-cd;
|
|
||||||
bus-width = <8>;
|
bus-width = <8>;
|
||||||
cap-mmc-highspeed;
|
cap-mmc-highspeed;
|
||||||
rockchip,default-sample-phase = <158>;
|
rockchip,default-sample-phase = <158>;
|
||||||
@ -347,7 +346,6 @@ &pwm1 {
|
|||||||
&sdio0 {
|
&sdio0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
broken-cd;
|
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
cap-sd-highspeed;
|
cap-sd-highspeed;
|
||||||
cap-sdio-irq;
|
cap-sdio-irq;
|
||||||
|
Loading…
Reference in New Issue
Block a user