
Add the latest linux available from https://github.com/armbian/build commit de58ac1faac92724c6449db12c22affaeb003875, tag: sunxi-5.3, alongside all the patches that it comes with. Signed-off-by: Vicentiu Galanopulo <vicentiu@balena.io>
26 lines
736 B
Diff
26 lines
736 B
Diff
From 8d81c934be105c53309f66057cabaf5cb496aec7 Mon Sep 17 00:00:00 2001
|
|
From: Quentin Schulz <quentin.schulz@free-electrons.com>
|
|
Date: Wed, 23 Aug 2017 15:06:28 +0200
|
|
Subject: [PATCH 22/82] ARM: dtsi: axp813: add USB power supply node
|
|
|
|
Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com>
|
|
---
|
|
arch/arm/boot/dts/axp81x.dtsi | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
diff --git a/arch/arm/boot/dts/axp81x.dtsi b/arch/arm/boot/dts/axp81x.dtsi
|
|
index 043c717dcef1..f32a8ba53b85 100644
|
|
--- a/arch/arm/boot/dts/axp81x.dtsi
|
|
+++ b/arch/arm/boot/dts/axp81x.dtsi
|
|
@@ -166,4 +166,8 @@
|
|
status = "disabled";
|
|
};
|
|
};
|
|
+
|
|
+ usb_power_supply: usb-power-supply {
|
|
+ compatible = "x-powers,axp813-usb-power-supply";
|
|
+ };
|
|
};
|
|
--
|
|
2.20.1
|
|
|