aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2020-03-21 23:29:24 +0100
committerLubomir Rintel <lkundrak@v3.sk>2020-03-23 18:53:03 +0100
commitd0445123e464990854822170a195b3beacec5db2 (patch)
tree7852e914eb3cd7de2d083a2b475df8b8ea9a2a47
parentc4750bd7dcee9429cd91b0989b62496addfdf788 (diff)
downloadopenfirmware-d0445123e464990854822170a195b3beacec5db2.tar.gz
thunderstone: switch UART to clock from /clocks
-rw-r--r--cpu/arm/mmp3/thunderstone/fw.bth2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm/mmp3/thunderstone/fw.bth b/cpu/arm/mmp3/thunderstone/fw.bth
index 83c25b15..792eef88 100644
--- a/cpu/arm/mmp3/thunderstone/fw.bth
+++ b/cpu/arm/mmp3/thunderstone/fw.bth
@@ -91,7 +91,7 @@ fload ${BP}/cpu/arm/mmp2/watchdog.fth \ reset-all using watchdog timer
0 0 " d4018000" " /" begin-package \ UART3
fload ${BP}/cpu/arm/mmp2/uart.fth
- " /apbc" encode-phandle d# 12 encode-int encode+ " clocks" property
+ " /clocks" encode-phandle mmp2-uart2-clk# encode-int encode+ " clocks" property
d# 24 " interrupts" integer-property
1 " linux,unit#" integer-property
end-package