projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f530eb9
)
mips: bmips: fix BCM3380 periph clock frequency
author
Álvaro Fernández Rojas
<
[email protected]
>
Tue, 23 May 2017 19:24:49 +0000
(21:24 +0200)
committer
Daniel Schwierzeck
<
[email protected]
>
Wed, 31 May 2017 13:45:29 +0000
(15:45 +0200)
Instead of having a peripheral clock of 50 MHz like the BCM63xx family, it
has a 48 MHz clock.
This fixes uart baud rate calculation for BCM3380.
Signed-off-by: Álvaro Fernández Rojas <
[email protected]
>
arch/mips/dts/brcm,bcm3380.dtsi
patch
|
blob
|
history
diff --git
a/arch/mips/dts/brcm,bcm3380.dtsi
b/arch/mips/dts/brcm,bcm3380.dtsi
index e351d5822e632007f13557279ae0ff97e88e1bcb..64245eb048ef0c1822afb21fa25a9721f34340d7 100644
(file)
--- a/
arch/mips/dts/brcm,bcm3380.dtsi
+++ b/
arch/mips/dts/brcm,bcm3380.dtsi
@@
-42,7
+42,7
@@
periph_osc: periph-osc {
compatible = "fixed-clock";
#clock-cells = <0>;
- clock-frequency = <
50
000000>;
+ clock-frequency = <
48
000000>;
u-boot,dm-pre-reloc;
};