]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
ARM: dts: omap3/am4372: add missing unit name to ocp node
authorJavier Martinez Canillas <javier@osg.samsung.com>
Mon, 1 Aug 2016 16:46:55 +0000 (12:46 -0400)
committerTony Lindgren <tony@atomide.com>
Mon, 15 Aug 2016 16:42:35 +0000 (09:42 -0700)
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>
arch/arm/boot/dts/am3517.dtsi
arch/arm/boot/dts/am4372.dtsi
arch/arm/boot/dts/omap3.dtsi
arch/arm/boot/dts/omap34xx.dtsi
arch/arm/boot/dts/omap36xx.dtsi

index 5e3f5e86ffcfeff43f611032b9381390bbffdc9f..0db19d39d24c138a3b34a9ef983e840c47bfc8f6 100644 (file)
@@ -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";
index 0fadae5396e1acfd243a7edfa4e4b31707716892..d8689878d67b41fb7b062a7daebba8c2af86d3b2 100644 (file)
                cache-level = <2>;
        };
 
-       ocp {
+       ocp@44000000 {
                compatible = "ti,am4372-l3-noc", "simple-bus";
                #address-cells = <1>;
                #size-cells = <1>;
index 4c3c471d2a836c3140a7048a55ce18a9215140ee..16cf2fdfec7547e04bf3b6dcd5c3a48c9a70d307 100644 (file)
@@ -78,7 +78,7 @@
         * the moment, just use a fake OCP bus entry to represent the whole bus
         * hierarchy.
         */
-       ocp {
+       ocp@68000000 {
                compatible = "ti,omap3-l3-smx", "simple-bus";
                reg = <0x68000000 0x10000>;
                interrupts = <9 10>;
index e44656258225038d1ae8124fde99202331c13d1e..e41c52d3b11312f3a57afc15851215d265440c36 100644 (file)
@@ -28,7 +28,7 @@
                };
        };
 
-       ocp {
+       ocp@68000000 {
                omap3_pmx_core2: pinmux@480025d8 {
                        compatible = "ti,omap3-padconf", "pinctrl-single";
                        reg = <0x480025d8 0x24>;
index 8b797915300894d80bd85cbd1c8782b3c6e2d294..718fa88407cdb4321bec1890a5893d8f9430ba8e 100644 (file)
@@ -30,7 +30,7 @@
                };
        };
 
-       ocp {
+       ocp@68000000 {
                uart4: serial@49042000 {
                        compatible = "ti,omap3-uart";
                        reg = <0x49042000 0x400>;