]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
mips: bmips: fix BCM3380 periph clock frequency
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Tue, 23 May 2017 19:24:49 +0000 (21:24 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
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 <noltari@gmail.com>
arch/mips/dts/brcm,bcm3380.dtsi

index e351d5822e632007f13557279ae0ff97e88e1bcb..64245eb048ef0c1822afb21fa25a9721f34340d7 100644 (file)
@@ -42,7 +42,7 @@
                periph_osc: periph-osc {
                        compatible = "fixed-clock";
                        #clock-cells = <0>;
-                       clock-frequency = <50000000>;
+                       clock-frequency = <48000000>;
                        u-boot,dm-pre-reloc;
                };