ARM: shmobile: kzm9g-reference: fix device-tree bindings and device names
[deliverable/linux.git] / arch / arm / boot / dts / sh73a0.dtsi
index c89be386cd3779400f973edffad758af5ea1e055..3e4d383ac6d935ae6a8e0183a1fb2e39691ef979 100644 (file)
        };
 
        sdhi0: sdhi@0xee100000 {
-               compatible = "renesas,shmobile-sdhi";
+               compatible = "renesas,r8a7740-sdhi";
                reg = <0xee100000 0x100>;
                interrupt-parent = <&gic>;
                interrupts = <0 83 4
                                0 84 4
                                0 85 4>;
-               toshiba,mmc-has-idle-wait;
+               cap-sd-highspeed;
                status = "disabled";
        };
 
        /* SDHI1 and SDHI2 have no CD pins, no need for CD IRQ */
        sdhi1: sdhi@0xee120000 {
-               compatible = "renesas,shmobile-sdhi";
+               compatible = "renesas,r8a7740-sdhi";
                reg = <0xee120000 0x100>;
                interrupt-parent = <&gic>;
                interrupts = <0 88 4
                                0 89 4>;
                toshiba,mmc-wrprotect-disable;
-               toshiba,mmc-has-idle-wait;
+               cap-sd-highspeed;
                status = "disabled";
        };
 
        sdhi2: sdhi@0xee140000 {
-               compatible = "renesas,shmobile-sdhi";
+               compatible = "renesas,r8a7740-sdhi";
                reg = <0xee140000 0x100>;
                interrupt-parent = <&gic>;
                interrupts = <0 104 4
                                0 105 4>;
                toshiba,mmc-wrprotect-disable;
-               toshiba,mmc-has-idle-wait;
+               cap-sd-highspeed;
                status = "disabled";
        };
 };
This page took 0.02435 seconds and 5 git commands to generate.