diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-08-01 12:46:55 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-08-15 09:42:35 -0700 |
commit | f515f81424cbd75734197ac4723c4c379ab60add (patch) | |
tree | 6bc5a861c45d60293e15abfb52fa6afab3da7aed /arch/arm/boot/dts/am3517.dtsi | |
parent | 4875b8fcf68d8133713dd5c5df5bc79431be8be7 (diff) |
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/am3517.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am3517.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am3517.dtsi b/arch/arm/boot/dts/am3517.dtsi index 5e3f5e86ffcf..0db19d39d24c 100644 --- a/arch/arm/boot/dts/am3517.dtsi +++ b/arch/arm/boot/dts/am3517.dtsi @@ -15,7 +15,7 @@ serial3 = &uart4; }; - ocp { + ocp@68000000 { am35x_otg_hs: am35x_otg_hs@5c040000 { compatible = "ti,omap3-musb"; ti,hwmods = "am35x_otg_hs"; |