From 50a212ec906f7524620675f0c57357691c26c81f Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Wed, 16 Oct 2024 01:20:19 +0000
Subject: [PATCH] 修改GPIO导出默认初始值
---
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