diff options
author | Heiko Stuebner <heiko@sntech.de> | 2014-07-26 18:53:07 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2014-07-26 23:19:50 +0200 |
commit | e40b43d6ea0c5c30ba3655b304d2d526539fc7ed (patch) | |
tree | 06a40ec80be79b6ab0a95de387d9495fe52a0cc5 /arch/arm/boot/dts/rk3066a.dtsi | |
parent | ARM: dts: rockchip: remove soc subnodes (diff) | |
download | linux-e40b43d6ea0c5c30ba3655b304d2d526539fc7ed.tar.xz linux-e40b43d6ea0c5c30ba3655b304d2d526539fc7ed.zip |
ARM: dts: rockchip: add handles for shared nodes that don't have one yet
Some nodes that are changed in the dtsi hierarchy do not have handles yet.
As it was suggested in the rk3288 submission to do subsequent nodes changes
through such handle-references, add the missing ones.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3066a.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3066a.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk3066a.dtsi b/arch/arm/boot/dts/rk3066a.dtsi index 4ad8f59503dd..ecf722ea5982 100644 --- a/arch/arm/boot/dts/rk3066a.dtsi +++ b/arch/arm/boot/dts/rk3066a.dtsi @@ -86,7 +86,7 @@ #reset-cells = <1>; }; - pinctrl@20008000 { + pinctrl: pinctrl@20008000 { compatible = "rockchip,rk3066a-pinctrl"; rockchip,grf = <&grf>; #address-cells = <1>; |