mips: bmips: fix BCM3380 periph clock frequency

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>
This commit is contained in:
Álvaro Fernández Rojas 2017-05-23 21:24:49 +02:00 committed by Daniel Schwierzeck
parent f530eb9e9e
commit c93bb1d7bb

View 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;
};