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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@
		#reset-cells = <1>;
	};

	pinctrl: pinctrl@20008000 {
	pinctrl: pinctrl {
		compatible = "rockchip,rk3066a-pinctrl";
		rockchip,grf = <&grf>;
		#address-cells = <1>;
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@
		#reset-cells = <1>;
	};

	pinctrl: pinctrl@20008000 {
	pinctrl: pinctrl {
		compatible = "rockchip,rk3188-pinctrl";
		rockchip,grf = <&grf>;
		rockchip,pmu = <&pmu>;