mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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>
This commit is contained in:
parent
41f6e6eb64
commit
fdd1a9ff78
1 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,8 @@
|
|||
reg = <0xb00 0x40>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
clock-frequency = <200000000>;
|
||||
};
|
||||
|
||||
uart0: uartlite@c00 {
|
||||
|
|
Loading…
Reference in a new issue