]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: sun5i: Add broken-hpi property for Utoo-P66 eMMC
authorHans de Goede <hdegoede@redhat.com>
Wed, 1 Apr 2015 15:26:24 +0000 (17:26 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 27 Apr 2015 06:20:31 +0000 (08:20 +0200)
The eMMC on the A13 based Utoo-P66 tablet does not properly support hpi,
and trying to enable it results in the eMMC not working, so add a child-node
describing the eMMC, and set the broken-hpi property on 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-utoo-p66.dts

index 0f0a4112a0e30912291bccde1b2cb205d009b332..f2476eaecce206a66a6beadb7f2ef273312333fd 100644 (file)
        bus-width = <8>;
        non-removable;
        status = "okay";
+
+       mmccard: mmccard@0 {
+               reg = <0>;
+               compatible = "mmc-card";
+               broken-hpi;
+       };
 };
 
 &pio {