aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2020-03-26 01:10:17 +0100
committerLubomir Rintel <lkundrak@v3.sk>2020-08-14 01:52:18 +0200
commit12186bf45c62e41980b44f0b692a503c222042ba (patch)
tree99bf16428b4b9c42392203572a5847e7fd882fa5
parent001846728ce417f5d7ce0aab66d7efaaf01e986b (diff)
downloadopenfirmware-12186bf45c62e41980b44f0b692a503c222042ba.tar.gz
olpc/sound: move /asram before /adma
/adma is going to refer to /asram, we need to create it first.
-rw-r--r--cpu/arm/olpc/sound.fth14
1 files changed, 7 insertions, 7 deletions
diff --git a/cpu/arm/olpc/sound.fth b/cpu/arm/olpc/sound.fth
index 9bc0e8b8..1b04110b 100644
--- a/cpu/arm/olpc/sound.fth
+++ b/cpu/arm/olpc/sound.fth
@@ -61,6 +61,13 @@ finish-device
[then]
new-device
+ " asram" device-name
+ audio-sram-pa /audio-sram reg
+
+ " marvell,mmp-asram" +compatible
+finish-device
+
+new-device
" adma" device-name
h# 800 +audio h# 100 reg
3 encode-int 2 encode-int encode+ " mmp-mav-dma-channels" property
@@ -103,13 +110,6 @@ new-device
finish-device
new-device
- " asram" device-name
- audio-sram-pa /audio-sram reg
-
- " marvell,mmp-asram" +compatible
-finish-device
-
-new-device
" sspa" name
h# d00 +audio h# 100 reg