Re: [U-Boot] [PATCH] mips: bmips: fix BCM3380 periph clock frequency

2017-05-31 Thread Daniel Schwierzeck
Am 23.05.2017 um 21:24 schrieb Álvaro Fernández Rojas: > 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 > --- > arch/mips/dts/brcm,bcm3380.dtsi | 2 +

[U-Boot] [PATCH] mips: bmips: fix BCM3380 periph clock frequency

2017-05-23 Thread Álvaro Fernández Rojas
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 --- arch/mips/dts/brcm,bcm3380.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mip