]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: OMAP: Add #hwlock-cells property to hwspinlock nodes
authorSuman Anna <s-anna@ti.com>
Tue, 14 Jan 2014 00:26:45 +0000 (18:26 -0600)
committerTony Lindgren <tony@atomide.com>
Fri, 28 Feb 2014 22:14:09 +0000 (14:14 -0800)
Add a new generic property "#hwlock-cells" to the hwspinlock
DT nodes on OMAP4, OMAP5 and AM33xx. This common property allows
different platform implementations to define the args specifier
length. OMAP implementations will always use a value of 1.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am33xx.dtsi
arch/arm/boot/dts/omap4.dtsi
arch/arm/boot/dts/omap5.dtsi

index 6d95d3df33c7913dc0feb76598f6e94ea15cf0fa..3b605411ba057085b5f58480f11ccaa6c7b72029 100644 (file)
                        compatible = "ti,omap4-hwspinlock";
                        reg = <0x480ca000 0x1000>;
                        ti,hwmods = "spinlock";
+                       #hwlock-cells = <1>;
                };
 
                wdt2: wdt@44e35000 {
index d3f8a6e8ca205ef1585c279c1ce50dc8703fa6b5..ac27f7623f134cb639b9e54a9c47f02687515bca 100644 (file)
                        compatible = "ti,omap4-hwspinlock";
                        reg = <0x4a0f6000 0x1000>;
                        ti,hwmods = "spinlock";
+                       #hwlock-cells = <1>;
                };
 
                i2c1: i2c@48070000 {
index a72813a9663eccd7075b185489cbda4694fd0003..ea5f220f3c1ffc1d8b6e22aaae37793936944fdb 100644 (file)
                        compatible = "ti,omap4-hwspinlock";
                        reg = <0x4a0f6000 0x1000>;
                        ti,hwmods = "spinlock";
+                       #hwlock-cells = <1>;
                };
 
                mcspi1: spi@48098000 {