ARM: dts: AM33XX: mcasp: Add location for data port registers to reg-property
authorJyri Sarha <[email protected]>
Sun, 20 Oct 2013 17:04:09 +0000 (20:04 +0300)
committerBenoit Cousson <[email protected]>
Sun, 20 Oct 2013 17:16:56 +0000 (19:16 +0200)
This patch adds a second tuple to reg property. The new property tuple
describes the memory location for data port registers mapped trough
L3 bus on am33xx. The both property tuples are named accordingly in
the reg-names property.

Signed-off-by: Hebbar, Gururaja <[email protected]>
Signed-off-by: Darren Etheridge <[email protected]>
Signed-off-by: Jyri Sarha <[email protected]>
Signed-off-by: Benoit Cousson <[email protected]>
arch/arm/boot/dts/am33xx.dtsi

index 861382ffa557190c3337f6bf56b6afcee5cc4869..3465d4b116afec313efd6a28aeca471a4ac6c6df 100644 (file)
                mcasp0: mcasp@48038000 {
                        compatible = "ti,am33xx-mcasp-audio";
                        ti,hwmods = "mcasp0";
-                       reg = <0x48038000 0x2000>;
+                       reg = <0x48038000 0x2000>,
+                             <0x46000000 0x400000>;
+                       reg-names = "mpu", "dat";
                        interrupts = <80>, <81>;
                        interrupts-names = "tx", "rx";
                        status = "disabled";
                mcasp1: mcasp@4803C000 {
                        compatible = "ti,am33xx-mcasp-audio";
                        ti,hwmods = "mcasp1";
-                       reg = <0x4803C000 0x2000>;
+                       reg = <0x4803C000 0x2000>,
+                             <0x46400000 0x400000>;
+                       reg-names = "mpu", "dat";
                        interrupts = <82>, <83>;
                        interrupts-names = "tx", "rx";
                        status = "disabled";