From 10ebd8556b7990499c896a550e3d416b444211e6 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 10 May 2024 02:23:07 +0000
Subject: [PATCH] add led

---
 kernel/arch/arm/boot/dts/rk3288-evb-rk628-hdmi2csi-avb.dts |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/kernel/arch/arm/boot/dts/rk3288-evb-rk628-hdmi2csi-avb.dts b/kernel/arch/arm/boot/dts/rk3288-evb-rk628-hdmi2csi-avb.dts
index be8b10a..9bcd5de 100644
--- a/kernel/arch/arm/boot/dts/rk3288-evb-rk628-hdmi2csi-avb.dts
+++ b/kernel/arch/arm/boot/dts/rk3288-evb-rk628-hdmi2csi-avb.dts
@@ -60,11 +60,6 @@
 
 &rk628_csi {
 	status = "okay";
-	/*
-	 * If the hpd output level is inverted on the circuit,
-	 * the following configuration needs to be enabled.
-	 */
-	/* hpd-output-inverted; */
 	plugin-det-gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
 	power-gpios = <&gpio0 17 GPIO_ACTIVE_HIGH>;
 	rockchip,camera-module-index = <0>;
@@ -123,8 +118,4 @@
 			remote-endpoint = <&dphy_rx_out>;
 		};
 	};
-};
-
-&isp_mmu {
-	status = "okay";
 };

--
Gitblit v1.6.2