diff options
| author | Stefan Roese <[email protected]> | 2018-08-16 15:27:33 +0200 |
|---|---|---|
| committer | Daniel Schwierzeck <[email protected]> | 2018-09-23 14:27:51 +0200 |
| commit | fdd1a9ff781cda82696f8971e540e475fd1e9933 (patch) | |
| tree | 993c2449155eefd6ec3d6752a27c5d289ee23d46 | |
| parent | 41f6e6eb644751678fb3c0b92b74e7f058c7cb89 (diff) | |
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 <[email protected]>
Cc: Daniel Schwierzeck <[email protected]>
| -rw-r--r-- | arch/mips/dts/mt7628a.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/dts/mt7628a.dtsi b/arch/mips/dts/mt7628a.dtsi index d525f019fe9..c14259b1701 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 { |
