From 6778948f9de86c3cfaf36725a7c87dcff9ba247f Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 08:20:59 +0000 Subject: [PATCH] kernel_5.10 no rt --- 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