arm64: dts: rockchip: rk3308-roc-cc 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 <jay.xu@rock-chips.com>
Change-Id: I356a2399124d6eaf6772361e67f43eb70dfab90f
This commit is contained in:
Jianqun Xu
2022-05-26 11:41:43 +08:00
committed by Tao Huang
parent 7246344353
commit 92ee001b27

View File

@@ -147,9 +147,6 @@
};
&pinctrl {
pinctrl-names = "default";
pinctrl-0 = <&rtc_32k>;
ir-receiver {
ir_recv_pin: ir-recv-pin {
rockchip,pins = <0 RK_PC0 RK_FUNC_GPIO &pcfg_pull_none>;