diff options
author | 2016-08-01 12:46:55 -0400 | |
---|---|---|
committer | 2016-08-15 09:42:35 -0700 | |
commit | f515f81424cbd75734197ac4723c4c379ab60add (patch) | |
tree | 6bc5a861c45d60293e15abfb52fa6afab3da7aed /arch/arm/boot/dts/omap36xx.dtsi | |
parent | ARM: dts: logicpd-somlv: Fix NAND device nodes (diff) | |
download | linux-dev-f515f81424cbd75734197ac4723c4c379ab60add.tar.xz linux-dev-f515f81424cbd75734197ac4723c4c379ab60add.zip |
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 '')
-rw-r--r-- | arch/arm/boot/dts/omap36xx.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap36xx.dtsi b/arch/arm/boot/dts/omap36xx.dtsi index 8b7979153008..718fa88407cd 100644 --- a/arch/arm/boot/dts/omap36xx.dtsi +++ b/arch/arm/boot/dts/omap36xx.dtsi @@ -30,7 +30,7 @@ }; }; - ocp { + ocp@68000000 { uart4: serial@49042000 { compatible = "ti,omap3-uart"; reg = <0x49042000 0x400>; |