
Since the Armbian sources refer to linux 4.19.76 as being linux-mainline, all the patches from linux-4.19 were moved to linux-mainline_4.19 and the linux_4.19.76 recipes was named accordingly. This patch makes 4.19.76 as default version for linux 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
|
|
|