ARM: dts: rockchip: remove address from pinctrl nodes
The pincontroller uses the GRF and PMU syscons nowadays, so should not contain an address in its device node. Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
fcbbf96525
commit
6e4b3b4b66
2 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@
|
|||
#reset-cells = <1>;
|
||||
};
|
||||
|
||||
pinctrl: pinctrl@20008000 {
|
||||
pinctrl: pinctrl {
|
||||
compatible = "rockchip,rk3066a-pinctrl";
|
||||
rockchip,grf = <&grf>;
|
||||
#address-cells = <1>;
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
#reset-cells = <1>;
|
||||
};
|
||||
|
||||
pinctrl: pinctrl@20008000 {
|
||||
pinctrl: pinctrl {
|
||||
compatible = "rockchip,rk3188-pinctrl";
|
||||
rockchip,grf = <&grf>;
|
||||
rockchip,pmu = <&pmu>;
|
||||
|
|
Loading…
Add table
Reference in a new issue