summaryrefslogtreecommitdiff
path: root/arch/arm/dts/axp22x.dtsi
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2016-06-11 13:19:38 (GMT)
committerHans de Goede <hdegoede@redhat.com>2016-06-20 20:43:59 (GMT)
commitcd38e3d1b485bbc5e5481318c70445a60c609d19 (patch)
tree721f905a858646f1fa826519bd16d79cd305d887 /arch/arm/dts/axp22x.dtsi
parent8c7d22965dc7bf3abcd3bdcc28164c378525f445 (diff)
downloadu-boot-cd38e3d1b485bbc5e5481318c70445a60c609d19.tar.xz
sunxi: Add defconfig and dts file for Polaroid MID2407PXE03 tablet
The Polaroid MID2407PXE03 is an a23 based 7" tablet based on a M86_MB V2.0 PCB, featuring a 800x480 LCD, 512MB RAM, 4G NAND, esp8089 wifi, gsl1680 touchschreen, micro-sd slot, 3.5mm headphone jack and a micro-usb otg connector which doubles as charging port. The dts file is identical to the one submitted to the upstream kernel. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'arch/arm/dts/axp22x.dtsi')
-rw-r--r--arch/arm/dts/axp22x.dtsi10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/dts/axp22x.dtsi b/arch/arm/dts/axp22x.dtsi
index 0cfec50..458b668 100644
--- a/arch/arm/dts/axp22x.dtsi
+++ b/arch/arm/dts/axp22x.dtsi
@@ -141,5 +141,15 @@
regulator-max-microvolt = <3000000>;
regulator-name = "rtc_ldo";
};
+
+ reg_drivevbus: drivevbus {
+ regulator-name = "drivevbus";
+ status = "disabled";
+ };
+ };
+
+ usb_power_supply: usb_power_supply {
+ compatible = "x-powers,axp221-usb-power-supply";
+ status = "disabled";
};
};