UPSTREAM: ARM: dts: rockchip: remove broken-cd from emmc and sdio
authorShawn Lin <shawn.lin@rock-chips.com>
Tue, 26 Jan 2016 02:06:43 +0000 (10:06 +0800)
committerCaesar Wang <wxt@rock-chips.com>
Tue, 31 May 2016 08:43:29 +0000 (16:43 +0800)
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.

Change-Id: I4be26d4bc14faefa9ff81fcabada0a768419108f
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
(cherry picked from git.kernel.org next/linux-next.git master commit
 57375d88fa3f6bf9351051529464c708f72adb1d)
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
arch/arm/boot/dts/rk3036-kylin.dts
arch/arm/boot/dts/rk3036.dtsi
arch/arm/boot/dts/rk3066a-rayeager.dts
arch/arm/boot/dts/rk3288-evb.dtsi
arch/arm/boot/dts/rk3288-firefly.dtsi
arch/arm/boot/dts/rk3288-popmetal.dts
arch/arm/boot/dts/rk3288-veyron.dtsi

index 01dd4a805c81165c5a81c9d2e9ca998773799bca..951f15d675c73b2c51225212ec5b2625756cd99a 100644 (file)
 &sdio {
        status = "okay";
 
-       broken-cd;
        bus-width = <4>;
        cap-sd-highspeed;
        cap-sdio-irq;
index c002b786c5fa9c85e69e23eb267be3b3030479e6..4c84c388f5e276f0fc316756de6cbb0a32cc4803 100644 (file)
                compatible = "rockchip,rk3036-dw-mshc", "rockchip,rk3288-dw-mshc";
                reg = <0x1021c000 0x4000>;
                interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
-               broken-cd;
                bus-width = <8>;
                cap-mmc-highspeed;
                clock-frequency = <37500000>;
index 341c1f87936a7d20114175802e79f0a3196e9a25..e9db01712e23ffa41f7ffe5d822e27e7be617f0b 100644 (file)
 };
 
 &emmc {
-       broken-cd;
        bus-width = <8>;
        cap-mmc-highspeed;
        disable-wp;
 };
 
 &mmc1 {
-       broken-cd;
        bus-width = <4>;
        disable-wp;
        non-removable;
index f6d2e7894b051bbde8333b41427c613d8a560aff..e776d4fa7f85446035432bd8b0f14389a0f91093 100644 (file)
 };
 
 &emmc {
-       broken-cd;
        bus-width = <8>;
        cap-mmc-highspeed;
        disable-wp;
index 4e3fd9aefe3497e464bc8fecdb10a688372460a6..3f36af716fea5f276bea0af0526c8fc9dae8831f 100644 (file)
 };
 
 &emmc {
-       broken-cd;
        bus-width = <8>;
        cap-mmc-highspeed;
        disable-wp;
 };
 
 &sdio0 {
-       broken-cd;
        bus-width = <4>;
        disable-wp;
        non-removable;
index 65c475642d5a79196925a50498a567aad75f72ef..cc2be77a2824213d762e01a62b47bcb177927182 100644 (file)
 };
 
 &emmc {
-       broken-cd;
        bus-width = <8>;
        cap-mmc-highspeed;
        disable-wp;
index 5e61f07724d42a5e6c40e41d8f5f72029feec3de..0baa6bb3329c7229549e36ca85225374b346f162 100644 (file)
 &emmc {
        status = "okay";
 
-       broken-cd;
        bus-width = <8>;
        cap-mmc-highspeed;
        rockchip,default-sample-phase = <158>;
 &sdio0 {
        status = "okay";
 
-       broken-cd;
        bus-width = <4>;
        cap-sd-highspeed;
        cap-sdio-irq;