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-android-rk808-edp-avb.dts | 28 ---------------------------- 1 files changed, 0 insertions(+), 28 deletions(-) diff --git a/kernel/arch/arm/boot/dts/rk3288-evb-android-rk808-edp-avb.dts b/kernel/arch/arm/boot/dts/rk3288-evb-android-rk808-edp-avb.dts index a5d5832..1180d6a 100644 --- a/kernel/arch/arm/boot/dts/rk3288-evb-android-rk808-edp-avb.dts +++ b/kernel/arch/arm/boot/dts/rk3288-evb-android-rk808-edp-avb.dts @@ -94,29 +94,6 @@ }; }; }; - - gc8034: gc8034@37 { - compatible = "galaxycore,gc8034"; - status = "okay"; - reg = <0x37>; - clocks = <&cru SCLK_VIP_OUT>; - clock-names = "xvclk"; - pinctrl-names = "rockchip,camera_default"; - pinctrl-0 = <&isp_mipi>; - reset-gpios = <&gpio0 RK_PC1 GPIO_ACTIVE_LOW>; - pwdn-gpios = <&gpio2 RK_PB7 GPIO_ACTIVE_LOW>; - rockchip,camera-module-index = <0>; - rockchip,camera-module-facing = "back"; - rockchip,camera-module-name = "LH-RK-8034-v1.0"; - rockchip,camera-module-lens-name = "CK8401"; - lens-focus = <&vm149c>; - port { - gc8034_out: endpoint { - remote-endpoint = <&mipi_in_gc8034>; - data-lanes = <1 2 3 4>; - }; - }; - }; }; &mipi_phy_rx0 { @@ -135,11 +112,6 @@ reg = <1>; remote-endpoint = <&ov13850_out>; data-lanes = <1 2>; - }; - mipi_in_gc8034: endpoint@0 { - reg = <0>; - remote-endpoint = <&gc8034_out>; - data-lanes = <1 2 3 4>; }; }; -- Gitblit v1.6.2