ARM: dts: rockchip: remove address from pinctrl nodes
From: Heiko Stuebner <heiko@...> Date: Tue, 22 Jul 2014 22:56:16 +0200
Commit-Message
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@...>
Patch-Comment
arch/arm/boot/dts/rk3066a.dtsi | 2 +- arch/arm/boot/dts/rk3188.dtsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Statistics
- 2 lines added
- 2 lines removed
Changes
------------------------ arch/arm/boot/dts/rk3066a.dtsi ------------------------
index 460932b2..3198394 100644
@@ -86,7 +86,7 @@
#reset-cells = <1>;
};
+ pinctrl: pinctrl {
compatible = "rockchip,rk3066a-pinctrl";
rockchip,grf = <&grf>;
#address-cells = <1>;
------------------------ arch/arm/boot/dts/rk3188.dtsi -------------------------
index 4a9f702..dd7f61f 100644
@@ -74,7 +74,7 @@
#reset-cells = <1>;
};
+ pinctrl: pinctrl {
compatible = "rockchip,rk3188-pinctrl";
rockchip,grf = <&grf>;
rockchip,pmu = <&pmu>;