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:
Heiko Stuebner 2014-07-22 22:56:16 +02:00
parent fcbbf96525
commit 6e4b3b4b66
2 changed files with 2 additions and 2 deletions

View file

@ -86,7 +86,7 @@
#reset-cells = <1>;
};
pinctrl: pinctrl@20008000 {
pinctrl: pinctrl {
compatible = "rockchip,rk3066a-pinctrl";
rockchip,grf = <&grf>;
#address-cells = <1>;

View file

@ -74,7 +74,7 @@
#reset-cells = <1>;
};
pinctrl: pinctrl@20008000 {
pinctrl: pinctrl {
compatible = "rockchip,rk3188-pinctrl";
rockchip,grf = <&grf>;
rockchip,pmu = <&pmu>;