ARM: dts: rockchip: unuse the slot-node and deprecate the supports-highspeed for...
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 7 Aug 2014 07:38:02 +0000 (16:38 +0900)
committerHeiko Stuebner <heiko@sntech.de>
Sat, 16 Aug 2014 20:30:56 +0000 (22:30 +0200)
dw-mmc controller can support multiple slots.
But, there are no use-cases anywhere. So we don't need to support the
slot-node for dw-mmc controller.
And "supports-highspeed" property in dw-mmc is deprecated.
"supports-highspeed" property can be replaced with "cap-sd/mmc-highspeed".

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: Tushar Behera <trblinux@gmail.com>
Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Seungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3066a-bqcurie2.dts
arch/arm/boot/dts/rk3188-radxarock.dts

index 042f821d9e4d8bdbe0ab48722293278a86a44496..665dd56f4f79cd0791a70ac0ecdf0563932c33bd 100644 (file)
        num-slots = <1>;
        status = "okay";
        vmmc-supply = <&vcc_sd0>;
-
-       slot@0 {
-               reg = <0>;
-               bus-width = <4>;
-               disable-wp;
-       };
+       bus-width = <4>;
+       disable-wp;
 };
 
 &mmc1 { /* wifi */
        pinctrl-names = "default";
        pinctrl-0 = <&sd1_clk &sd1_cmd &sd1_bus4>;
 
-       slot@0 {
-               reg = <0>;
-               bus-width = <4>;
-               disable-wp;
-       };
+       bus-width = <4>;
+       disable-wp;
 };
 
 &uart0 {
index 171b610db709f9e4f94355c31d54d858d89a84c2..ef72faf9059a8748a31e35c4dc7e5df0b657484d 100644 (file)
        status = "okay";
        vmmc-supply = <&vcc_sd0>;
 
-       slot@0 {
-               reg = <0>;
-               bus-width = <4>;
-               disable-wp;
-       };
+       bus-width = <4>;
+       disable-wp;
 };
 
 &pinctrl {
This page took 0.026801 seconds and 5 git commands to generate.