mirror of
https://github.com/armbian/build.git
synced 2025-08-11 05:36:57 +02:00
* Add a series of patches for sunxi 5.10 Patches from the repository https://github.com/megous/linux branches of orange-pi-5.10 * Patches adapted to the kernel version v5.10.81 * Remove unnecessary patches 5.10.19-5.10.75 * Kernel switch tag=v5.10.81 for the current sunxi * Adjust broken patches, build tested on sunxi and sunxi64 * Remove patch added by mistake Co-authored-by: Igor Pecovnik <igor.pecovnik@gmail.com>
29 lines
877 B
Diff
29 lines
877 B
Diff
From 27a06ae7f0dd991af44b28bc1e0333df09958a2c Mon Sep 17 00:00:00 2001
|
|
From: Ondrej Jirman <megous@megous.com>
|
|
Date: Tue, 10 Nov 2020 16:01:48 +0100
|
|
Subject: [PATCH 196/351] arm64: dts: pinebook-pro: Fix display initialization
|
|
|
|
Otherwise display probe fails with -EINVAL (-22) error in cdn-dp driver.
|
|
|
|
Signed-off-by: Ondrej Jirman <megous@megous.com>
|
|
---
|
|
arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts b/arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts
|
|
index 06d48338c836..13ab57859973 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts
|
|
@@ -380,7 +380,7 @@ mains_charger: dc-charger {
|
|
};
|
|
|
|
&cdn_dp {
|
|
- status = "okay";
|
|
+ //status = "okay";
|
|
};
|
|
|
|
&cpu_b0 {
|
|
--
|
|
2.34.0
|
|
|