rk3128 box:mmc: fix dts cd-gpio setting
authorhjh <hjh@rock-chips.com>
Mon, 15 Sep 2014 06:59:15 +0000 (14:59 +0800)
committerSun Mingjun <smj@rock-chips.com>
Mon, 15 Sep 2014 06:59:41 +0000 (14:59 +0800)
arch/arm/boot/dts/rk3128-box-rk88.dts
arch/arm/boot/dts/rk3128-box.dts

index 9d5358280f795b193bb2e08bbf57dcc6b20dcee0..fe6c3d892a1c596dbc593558936ea301bb7ce6af 100755 (executable)
        vmmc-supply = <&rk818_ldo9_reg>;
        status = "disabled";
 };
+
+&sdmmc {
+       cd-gpios = <&gpio1 GPIO_C1 GPIO_ACTIVE_HIGH>;/*CD GPIO*/
+};
index 3876d8c328209416f8312e33b85112da97d9d67d..90c8831848d1a9b5bf5f46c363e6f2dccab4e313 100755 (executable)
                status = "disabled";
        };
 };
+
+&sdmmc {
+       cd-gpios = <&gpio1 GPIO_C1 GPIO_ACTIVE_HIGH>;/*CD GPIO*/
+};