aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJyri Sarha <jsarha@ti.com>2013-10-20 13:04:09 -0400
committerBenoit Cousson <bcousson@baylibre.com>2013-10-20 13:16:56 -0400
commit0bee55ab78a4450e5879c537097e97f3066dc14f (patch)
tree14fc2911939649133ff5fca707ecf7277829b52e
parent3f72f87566e84d79201dc5f71f68f06cb0fcf0da (diff)
ARM: dts: AM33XX: mcasp: Add location for data port registers to reg-property
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 <gururaja.hebbar@ti.com> Signed-off-by: Darren Etheridge <detheridge@ti.com> Signed-off-by: Jyri Sarha <jsarha@ti.com> Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
-rw-r--r--arch/arm/boot/dts/am33xx.dtsi8
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index 861382ffa557..3465d4b116af 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -746,7 +746,9 @@
746 mcasp0: mcasp@48038000 { 746 mcasp0: mcasp@48038000 {
747 compatible = "ti,am33xx-mcasp-audio"; 747 compatible = "ti,am33xx-mcasp-audio";
748 ti,hwmods = "mcasp0"; 748 ti,hwmods = "mcasp0";
749 reg = <0x48038000 0x2000>; 749 reg = <0x48038000 0x2000>,
750 <0x46000000 0x400000>;
751 reg-names = "mpu", "dat";
750 interrupts = <80>, <81>; 752 interrupts = <80>, <81>;
751 interrupts-names = "tx", "rx"; 753 interrupts-names = "tx", "rx";
752 status = "disabled"; 754 status = "disabled";
@@ -758,7 +760,9 @@
758 mcasp1: mcasp@4803C000 { 760 mcasp1: mcasp@4803C000 {
759 compatible = "ti,am33xx-mcasp-audio"; 761 compatible = "ti,am33xx-mcasp-audio";
760 ti,hwmods = "mcasp1"; 762 ti,hwmods = "mcasp1";
761 reg = <0x4803C000 0x2000>; 763 reg = <0x4803C000 0x2000>,
764 <0x46400000 0x400000>;
765 reg-names = "mpu", "dat";
762 interrupts = <82>, <83>; 766 interrupts = <82>, <83>;
763 interrupts-names = "tx", "rx"; 767 interrupts-names = "tx", "rx";
764 status = "disabled"; 768 status = "disabled";