From: Stefan Roese Date: Thu, 16 Aug 2018 13:27:33 +0000 (+0200) Subject: mips: mt7628a.dtsi: Add SPI clock-frequency property X-Git-Tag: v2018.11-rc1~112^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fdd1a9ff781cda82696f8971e540e475fd1e9933;p=oweals%2Fu-boot.git mips: mt7628a.dtsi: Add SPI clock-frequency property This patch adds the clock-frequency property to the SPI controller DT node. It will be used by the SPI driver to calculate the baud rate. Signed-off-by: Stefan Roese Cc: Daniel Schwierzeck --- diff --git a/arch/mips/dts/mt7628a.dtsi b/arch/mips/dts/mt7628a.dtsi index d525f019fe..c14259b170 100644 --- a/arch/mips/dts/mt7628a.dtsi +++ b/arch/mips/dts/mt7628a.dtsi @@ -76,6 +76,8 @@ reg = <0xb00 0x40>; #address-cells = <1>; #size-cells = <0>; + + clock-frequency = <200000000>; }; uart0: uartlite@c00 {