From 645e752c5a84baeb21015cdc85fc05b7d16312c8 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Sat, 11 May 2024 01:13:52 +0000
Subject: [PATCH] disable i2c1

---
 kernel/arch/arm/boot/dts/rv1126-evb-v12.dtsi |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/kernel/arch/arm/boot/dts/rv1126-evb-v12.dtsi b/kernel/arch/arm/boot/dts/rv1126-evb-v12.dtsi
index b499bb4..9b6b061 100644
--- a/kernel/arch/arm/boot/dts/rv1126-evb-v12.dtsi
+++ b/kernel/arch/arm/boot/dts/rv1126-evb-v12.dtsi
@@ -36,14 +36,6 @@
 	};
 };
 
-&imx335 {
-	reset-gpios = <&gpio1 RK_PD5 GPIO_ACTIVE_LOW>;
-};
-
-&imx415 {
-	reset-gpios = <&gpio1 RK_PD5 GPIO_ACTIVE_LOW>;
-};
-
 &ov4689 {
 	reset-gpios = <&gpio2 RK_PA0 GPIO_ACTIVE_LOW>;
 };

--
Gitblit v1.6.2