projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41f6e6e
)
mips: mt7628a.dtsi: Add SPI clock-frequency property
author
Stefan Roese
<sr@denx.de>
Thu, 16 Aug 2018 13:27:33 +0000
(15:27 +0200)
committer
Daniel Schwierzeck
<daniel.schwierzeck@gmail.com>
Sun, 23 Sep 2018 12:27:51 +0000
(14:27 +0200)
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>
arch/mips/dts/mt7628a.dtsi
patch
|
blob
|
history
diff --git
a/arch/mips/dts/mt7628a.dtsi
b/arch/mips/dts/mt7628a.dtsi
index d525f019fe993c3804b9c59b635839bb2287f46a..c14259b170103713918a4caaaa5498a517b0c950 100644
(file)
--- 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 {