
Some patches were part of other linux-mainline kernel versions but are not anymore part of the current 4.19.76. Move 0001-Enable-uart3-for-NanoPi-Neo-Air-used-by-BT.patch in linux-mainline_4.19.76.bbappend to avoid error patching file arch/arm/boot/dts/sun8i-h3-nanopi-neo-air.dts Hunk #2 FAILED at 162. 1 out of 2 hunks FAILED -- rejects in file arch/arm/boot/dts/sun8i-h3-nanopi-neo-air.dts Place all patches from Armbian in a separate directory and do all the Balena specific operations in linux-mainline_%.bbappend only. Changelog-entry: Remove unused patches and cleanup Signed-off-by: Vicentiu Galanopulo <vicentiu@balena.io>
33 lines
1.3 KiB
Diff
33 lines
1.3 KiB
Diff
From 9985b7ab016e7dd192c717de1f0431e1e66212d9 Mon Sep 17 00:00:00 2001
|
|
From: Jagan Teki <jagan@amarulasolutions.com>
|
|
Date: Tue, 4 Sep 2018 12:40:48 +0800
|
|
Subject: [PATCH 096/146] dt-bindings: display: Add compatible for A64 HDMI
|
|
|
|
The HDMI controller on Allwinner A64 is similar on the one on
|
|
H3/H5/A83T (although the PHY is different with A83T).
|
|
|
|
Add A64 compatible and append A83T compatible as fallback.
|
|
|
|
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
|
|
Reviewed-by: Rob Herring <robh@kernel.org>
|
|
[Icenowy: refactor commit log]
|
|
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
|
|
---
|
|
Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt b/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
|
|
index 7b79c5e3dffc..fdb8fb29033f 100644
|
|
--- a/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
|
|
+++ b/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
|
|
@@ -78,6 +78,7 @@ Required properties:
|
|
|
|
- compatible: value must be one of:
|
|
* "allwinner,sun8i-a83t-dw-hdmi"
|
|
+ * "allwinner,sun50i-a64-dw-hdmi", "allwinner,sun8i-a83t-dw-hdmi"
|
|
- reg: base address and size of memory-mapped region
|
|
- reg-io-width: See dw_hdmi.txt. Shall be 1.
|
|
- interrupts: HDMI interrupt number
|
|
--
|
|
2.17.1
|
|
|