Files
build/patch/kernel/archive/sunxi-5.18/patches.megous/arm64-dts-rk3399-pinephone-pro-Use-4-lane-mode-for-selfie-camer.patch
The-going 25e60a726b Sunxi 5.18 (#3879)
* sunxi-5.18: rebase megous patces to v5.18.3

* sunxi-5.18: Add upstream patches - tag: orange-pi-5.18-20220609-1318

* Check applicability to version 5.18.3

* sunxi-5.18: switch to version 5.18.3
2022-06-10 21:50:37 +02:00

48 lines
1.5 KiB
Diff

From f87eeb4faa7318b779f858a674821a3cc13e6e35 Mon Sep 17 00:00:00 2001
From: Ondrej Jirman <megi@xff.cz>
Date: Fri, 27 May 2022 16:44:42 +0200
Subject: [PATCH 519/533] arm64: dts: rk3399-pinephone-pro: Use 4-lane mode for
selfie camera
It works, enable it.
Signed-off-by: Ondrej Jirman <megi@xff.cz>
---
arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts b/arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts
index ebc6e98b79d3..182e042a15ba 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts
@@ -395,7 +395,7 @@ regulator-state-mem {
*
* GPIO0_A6 must be high when the phone is providing VBUS_TYPEC power.
* This keeps the power path boost enabled for all cases when the phone
- * runs from the battery.
+ * runs from the battery.
*
* In other words, GPIO0_A6 is used to override the automatic disabling
* of Q7 when VBUS_TYPEC has 5V in USB host mode.
@@ -941,7 +941,7 @@ ucam: camera@36 {
port {
ucam_out: endpoint {
remote-endpoint = <&mipi_in_ucam>;
- data-lanes = <1 2>;
+ data-lanes = <1 2 3 4>;
//clock-lanes = <0>;
};
};
@@ -1160,7 +1160,7 @@ port@0 {
mipi_in_ucam: endpoint@0 {
reg = <0>;
remote-endpoint = <&ucam_out>;
- data-lanes = <1 2>;
+ data-lanes = <1 2 3 4>;
};
};
};
--
2.35.3