diff mbox

[U-Boot,v2,6/7] axp209: Sync the DTSI with the kernel

Message ID 1444939450-26812-7-git-send-email-maxime.ripard@free-electrons.com
State Accepted
Delegated to: Hans de Goede
Headers show

Commit Message

Maxime Ripard Oct. 15, 2015, 8:04 p.m. UTC
Linux had a number of changes to the AXP209 DTSI. Sync ours.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
---
 arch/arm/dts/axp209.dtsi | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox

Patch

diff --git a/arch/arm/dts/axp209.dtsi b/arch/arm/dts/axp209.dtsi
index 24c935c72e5e..051ab3ba9a65 100644
--- a/arch/arm/dts/axp209.dtsi
+++ b/arch/arm/dts/axp209.dtsi
@@ -89,4 +89,9 @@ 
 			regulator-name = "ldo5";
 		};
 	};
+
+	usb_power_supply: usb_power_supply {
+		compatible = "x-powers,axp202-usb-power-supply";
+		status = "disabled";
+	};
 };