From 72463443537f6b8f0feaafb962854edf145b30cd Mon Sep 17 00:00:00 2001 From: Jianqun Xu Date: Thu, 26 May 2022 11:38:34 +0800 Subject: [PATCH] arm64: dts: rockchip: rk3308-evb remove pinctrl-0 from pinctrl node Add a pinctrl-0 and pinctrl-name for pinctrl node will make the pinctrl driver depends on itself, that break the driver probe. This patch remove them from pinctrl node. Also the rtc_32k iomux only be required by wireless which input the 32k clock as source clock, board without wireless support should not do the iomux. Signed-off-by: Jianqun Xu Change-Id: I8956104f5ffcbeacaaa19e27a568b55de0c3f53e --- arch/arm64/boot/dts/rockchip/rk3308-evb.dts | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3308-evb.dts b/arch/arm64/boot/dts/rockchip/rk3308-evb.dts index 9b4f855ea5d4..5873ca80e729 100644 --- a/arch/arm64/boot/dts/rockchip/rk3308-evb.dts +++ b/arch/arm64/boot/dts/rockchip/rk3308-evb.dts @@ -196,9 +196,6 @@ }; &pinctrl { - pinctrl-names = "default"; - pinctrl-0 = <&rtc_32k>; - buttons { pwr_key: pwr-key { rockchip,pins = <0 RK_PA6 0 &pcfg_pull_up>;