summaryrefslogtreecommitdiff
path: root/arch/mips
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2018-08-16 16:27:33 +0300
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2018-09-23 15:27:51 +0300
commitfdd1a9ff781cda82696f8971e540e475fd1e9933 (patch)
tree993c2449155eefd6ec3d6752a27c5d289ee23d46 /arch/mips
parent41f6e6eb644751678fb3c0b92b74e7f058c7cb89 (diff)
downloadu-boot-fdd1a9ff781cda82696f8971e540e475fd1e9933.tar.xz
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 <sr@denx.de> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/dts/mt7628a.dtsi2
1 files changed, 2 insertions, 0 deletions
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 {