From c6a6681ae4c751f1e7cc6a85501b256d307058b9 Mon Sep 17 00:00:00 2001 From: "jack@armsom.org" Date: Mon, 25 Nov 2024 11:31:11 +0800 Subject: [PATCH] dts: remove vcc_mipicsi0 vcc_mipicsi1 vcc_mipidcphy0 node/attribute --- .../boot/dts/rockchip/rk3576-armsom-sige5.dts | 90 +++++++++---------- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3576-armsom-sige5.dts b/arch/arm64/boot/dts/rockchip/rk3576-armsom-sige5.dts index 413d504ae984a..7ed7d5b359cd9 100644 --- a/arch/arm64/boot/dts/rockchip/rk3576-armsom-sige5.dts +++ b/arch/arm64/boot/dts/rockchip/rk3576-armsom-sige5.dts @@ -281,32 +281,32 @@ pinctrl-0 = <&usb_otg0_pwren>; }; - vcc_mipicsi0: vcc-mipicsi0-regulator { - compatible = "regulator-fixed"; - gpio = <&gpio3 RK_PB0 GPIO_ACTIVE_HIGH>; - pinctrl-names = "default"; - pinctrl-0 = <&mipicsi0_pwr>; - regulator-name = "vcc_mipicsi0"; - enable-active-high; - }; - - vcc_mipicsi1: vcc-mipicsi1-regulator { - compatible = "regulator-fixed"; - gpio = <&gpio3 RK_PC5 GPIO_ACTIVE_HIGH>; - pinctrl-names = "default"; - pinctrl-0 = <&mipicsi1_pwr>; - regulator-name = "vcc_mipicsi1"; - enable-active-high; - }; - - vcc_mipidcphy0: vcc-mipidcphy0-regulator { - compatible = "regulator-fixed"; - gpio = <&gpio3 RK_PC6 GPIO_ACTIVE_HIGH>; - pinctrl-names = "default"; - pinctrl-0 = <&mipidcphy0_pwr>; - regulator-name = "vcc_mipidcphy0"; - enable-active-high; - }; + // vcc_mipicsi0: vcc-mipicsi0-regulator { + // compatible = "regulator-fixed"; + // gpio = <&gpio3 RK_PB0 GPIO_ACTIVE_HIGH>; + // pinctrl-names = "default"; + // pinctrl-0 = <&mipicsi0_pwr>; + // regulator-name = "vcc_mipicsi0"; + // enable-active-high; + // }; + + // vcc_mipicsi1: vcc-mipicsi1-regulator { + // compatible = "regulator-fixed"; + // gpio = <&gpio3 RK_PC5 GPIO_ACTIVE_HIGH>; + // pinctrl-names = "default"; + // pinctrl-0 = <&mipicsi1_pwr>; + // regulator-name = "vcc_mipicsi1"; + // enable-active-high; + // }; + + // vcc_mipidcphy0: vcc-mipidcphy0-regulator { + // compatible = "regulator-fixed"; + // gpio = <&gpio3 RK_PC6 GPIO_ACTIVE_HIGH>; + // pinctrl-names = "default"; + // pinctrl-0 = <&mipidcphy0_pwr>; + // regulator-name = "vcc_mipidcphy0"; + // enable-active-high; + // }; vcc_lcd_mipi1: vcc-lcd-mipi1 { status = "okay"; @@ -843,25 +843,25 @@ }; }; - cam { - mipicsi0_pwr: mipicsi0-pwr { - rockchip,pins = - /* camera power en */ - <3 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>; - }; - - mipicsi1_pwr: mipicsi1-pwr { - rockchip,pins = - /* camera power en */ - <3 RK_PC5 RK_FUNC_GPIO &pcfg_pull_none>; - }; - - mipidcphy0_pwr: mipidcphy0-pwr { - rockchip,pins = - /* camera power en */ - <3 RK_PC6 RK_FUNC_GPIO &pcfg_pull_none>; - }; - }; + // cam { + // mipicsi0_pwr: mipicsi0-pwr { + // rockchip,pins = + // /* camera power en */ + // <3 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>; + // }; + + // mipicsi1_pwr: mipicsi1-pwr { + // rockchip,pins = + // /* camera power en */ + // <3 RK_PC5 RK_FUNC_GPIO &pcfg_pull_none>; + // }; + + // mipidcphy0_pwr: mipidcphy0-pwr { + // rockchip,pins = + // /* camera power en */ + // <3 RK_PC6 RK_FUNC_GPIO &pcfg_pull_none>; + // }; + // }; headphone { hp_det: hp-det {