diff options
author | Hans de Goede <hdegoede@redhat.com> | 2016-03-11 00:38:02 +0300 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-03-27 17:15:04 +0300 |
commit | cb53c7fc2045503cb7be0b225babd529df4d8cd3 (patch) | |
tree | 451e04a0e5bd7e8f11d8a2bd6f2fb3ab04525035 /arch/arm/boot/dts/sun5i-a13-inet-98v-rev2.dts | |
parent | f55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff) | |
download | linux-cb53c7fc2045503cb7be0b225babd529df4d8cd3.tar.xz |
ARM: dts: sun5i-a13-inet98v-rev2: Remove mmc2 node
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>
Diffstat (limited to 'arch/arm/boot/dts/sun5i-a13-inet-98v-rev2.dts')
-rw-r--r-- | arch/arm/boot/dts/sun5i-a13-inet-98v-rev2.dts | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/arm/boot/dts/sun5i-a13-inet-98v-rev2.dts b/arch/arm/boot/dts/sun5i-a13-inet-98v-rev2.dts index 6fa54b661423..1b11ec95ae53 100644 --- a/arch/arm/boot/dts/sun5i-a13-inet-98v-rev2.dts +++ b/arch/arm/boot/dts/sun5i-a13-inet-98v-rev2.dts @@ -123,21 +123,6 @@ status = "okay"; }; -&mmc2 { - pinctrl-names = "default"; - pinctrl-0 = <&mmc2_pins_a>; - vmmc-supply = <®_vcc3v3>; - bus-width = <8>; - non-removable; - status = "okay"; - - mmccard: mmccard@0 { - reg = <0>; - compatible = "mmc-card"; - broken-hpi; - }; -}; - &otg_sram { status = "okay"; }; |