Commit 6e4b3b4b authored by Heiko Stuebner's avatar Heiko Stuebner

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: default avatarHeiko Stuebner <heiko@sntech.de>
parent fcbbf965
...@@ -86,7 +86,7 @@ cru: clock-controller@20000000 { ...@@ -86,7 +86,7 @@ cru: clock-controller@20000000 {
#reset-cells = <1>; #reset-cells = <1>;
}; };
pinctrl: pinctrl@20008000 { pinctrl: pinctrl {
compatible = "rockchip,rk3066a-pinctrl"; compatible = "rockchip,rk3066a-pinctrl";
rockchip,grf = <&grf>; rockchip,grf = <&grf>;
#address-cells = <1>; #address-cells = <1>;
......
...@@ -74,7 +74,7 @@ cru: clock-controller@20000000 { ...@@ -74,7 +74,7 @@ cru: clock-controller@20000000 {
#reset-cells = <1>; #reset-cells = <1>;
}; };
pinctrl: pinctrl@20008000 { pinctrl: pinctrl {
compatible = "rockchip,rk3188-pinctrl"; compatible = "rockchip,rk3188-pinctrl";
rockchip,grf = <&grf>; rockchip,grf = <&grf>;
rockchip,pmu = <&pmu>; rockchip,pmu = <&pmu>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment