diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-08-01 19:46:55 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-08-15 19:42:35 +0300 |
commit | f515f81424cbd75734197ac4723c4c379ab60add (patch) | |
tree | 6bc5a861c45d60293e15abfb52fa6afab3da7aed /arch/arm/boot/dts/omap34xx.dtsi | |
parent | 4875b8fcf68d8133713dd5c5df5bc79431be8be7 (diff) | |
download | linux-f515f81424cbd75734197ac4723c4c379ab60add.tar.xz |
ARM: dts: omap3/am4372: add missing unit name to ocp node
This patch fixes the following DTC warnings for many boards:
"Node /ocp has a reg or ranges property, but no unit name"
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap34xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap34xx.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap34xx.dtsi b/arch/arm/boot/dts/omap34xx.dtsi index e44656258225..e41c52d3b113 100644 --- a/arch/arm/boot/dts/omap34xx.dtsi +++ b/arch/arm/boot/dts/omap34xx.dtsi @@ -28,7 +28,7 @@ }; }; - ocp { + ocp@68000000 { omap3_pmx_core2: pinmux@480025d8 { compatible = "ti,omap3-padconf", "pinctrl-single"; reg = <0x480025d8 0x24>; |