Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326910
b: refs/heads/master
c: fe16452
h: refs/heads/master
v: v3
  • Loading branch information
Lee Jones committed Sep 20, 2012
1 parent 3cea846 commit 502327b
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 39b740bf142ab34566c6d1f4498176bb7600ca18
refs/heads/master: fe1645290872300f87bca17e90b3068fcb264089
33 changes: 33 additions & 0 deletions trunk/arch/arm/boot/dts/dbx5x0.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,39 @@
status = "disabled";
};

msp0: msp@80123000 {
compatible = "stericsson,ux500-msp-i2s";
reg = <0x80123000 0x1000>;
interrupts = <0 31 0x4>;
v-ape-supply = <&db8500_vape_reg>;
status = "disabled";
};

msp1: msp@80124000 {
compatible = "stericsson,ux500-msp-i2s";
reg = <0x80124000 0x1000>;
interrupts = <0 62 0x4>;
v-ape-supply = <&db8500_vape_reg>;
status = "disabled";
};

// HDMI sound
msp2: msp@80117000 {
compatible = "stericsson,ux500-msp-i2s";
reg = <0x80117000 0x1000>;
interrupts = <0 98 0x4>;
v-ape-supply = <&db8500_vape_reg>;
status = "disabled";
};

msp3: msp@80125000 {
compatible = "stericsson,ux500-msp-i2s";
reg = <0x80125000 0x1000>;
interrupts = <0 62 0x4>;
v-ape-supply = <&db8500_vape_reg>;
status = "disabled";
};

external-bus@50000000 {
compatible = "simple-bus";
reg = <0x50000000 0x4000000>;
Expand Down
8 changes: 8 additions & 0 deletions trunk/arch/arm/boot/dts/snowball.dts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,14 @@
};

soc-u9500 {
msp1: msp@80124000 {
status = "okay";
};

msp3: msp@80125000 {
status = "okay";
};

external-bus@50000000 {
status = "okay";

Expand Down

0 comments on commit 502327b

Please sign in to comment.