mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2025-12-13 16:18:52 +01:00
32 lines
871 B
Diff
32 lines
871 B
Diff
From 1e9535237bda590eb30e160603d760034aae1721 Mon Sep 17 00:00:00 2001
|
|
From: Michel Stempin <michel.stempin@wanadoo.fr>
|
|
Date: Tue, 19 Mar 2019 22:56:04 +0100
|
|
Subject: [PATCH 7/9] removed tcon0
|
|
|
|
Signed-off-by: Michel Stempin <michel.stempin@wanadoo.fr>
|
|
---
|
|
arch/arm/boot/dts/sun8i-v3s-licheepi-zero-with-lcd.dtsi | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/arch/arm/boot/dts/sun8i-v3s-licheepi-zero-with-lcd.dtsi b/arch/arm/boot/dts/sun8i-v3s-licheepi-zero-with-lcd.dtsi
|
|
index ad3fb39..1c16e21 100644
|
|
--- a/arch/arm/boot/dts/sun8i-v3s-licheepi-zero-with-lcd.dtsi
|
|
+++ b/arch/arm/boot/dts/sun8i-v3s-licheepi-zero-with-lcd.dtsi
|
|
@@ -47,11 +47,11 @@
|
|
status = "okay";
|
|
};
|
|
|
|
-&tcon0 {
|
|
+/*&tcon0 {
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&lcd_rgb666_pins_a>;
|
|
status = "okay";
|
|
-};
|
|
+};*/
|
|
|
|
&tcon0_out {
|
|
tcon0_out_lcd: endpoint@0 {
|
|
--
|
|
2.7.4
|
|
|