]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: sun5i-a13-inet98v-rev2: Remove mmc2 node
authorHans de Goede <hdegoede@redhat.com>
Thu, 10 Mar 2016 21:38:02 +0000 (22:38 +0100)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 27 Mar 2016 14:15:04 +0000 (16:15 +0200)
The sun5i-a13-inet98v-rev2 does not have an emmc, it uses nand, the
mmc2 node in the dts comes from a copy and paste error from the
utoo-p66 dts, remove it.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun5i-a13-inet-98v-rev2.dts

index 6fa54b661423100c9297ef8ff043883a3cdb5992..1b11ec95ae5312546bfd92ba5d1fc09080e5a9fe 100644 (file)
@@ -123,21 +123,6 @@ &mmc0 {
        status = "okay";
 };
 
-&mmc2 {
-       pinctrl-names = "default";
-       pinctrl-0 = <&mmc2_pins_a>;
-       vmmc-supply = <&reg_vcc3v3>;
-       bus-width = <8>;
-       non-removable;
-       status = "okay";
-
-       mmccard: mmccard@0 {
-               reg = <0>;
-               compatible = "mmc-card";
-               broken-hpi;
-       };
-};
-
 &otg_sram {
        status = "okay";
 };