mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user