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 <jay.xu@rock-chips.com>
Change-Id: I8956104f5ffcbeacaaa19e27a568b55de0c3f53e
This commit is contained in:
Jianqun Xu
2022-05-26 11:38:34 +08:00
committed by Tao Huang
parent 4bd2aaeb8a
commit 7246344353

View File

@@ -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>;