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:
9c3264c
)
ARM: dts: stm32: Add STMMAC clocks for stm32f746
author
Patrice Chotard
<patrice.chotard@st.com>
Thu, 18 Jan 2018 13:10:03 +0000
(14:10 +0100)
committer
Tom Rini
<trini@konsulko.com>
Sun, 28 Jan 2018 14:39:15 +0000
(09:39 -0500)
Add ETHMAC, ETHMACRX and ETHMACTX clocks for STMMAC.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Vikas Manocha <vikas.manocha@st.com>
arch/arm/dts/stm32f746.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/stm32f746.dtsi
b/arch/arm/dts/stm32f746.dtsi
index 929bf82e4d6edc1feb6e4936a51c58ac3fe6aabd..46d148eab2c83b0916b453039ab62264b56a0cb5 100644
(file)
--- a/
arch/arm/dts/stm32f746.dtsi
+++ b/
arch/arm/dts/stm32f746.dtsi
@@
-65,6
+65,9
@@
compatible = "st,stm32-dwmac";
reg = <0x40028000 0x8000>;
reg-names = "stmmaceth";
+ clocks = <&rcc 0 STM32F7_AHB1_CLOCK(ETHMAC)>,
+ <&rcc 0 STM32F7_AHB1_CLOCK(ETHMACTX)>,
+ <&rcc 0 STM32F7_AHB1_CLOCK(ETHMACRX)>;
interrupts = <61>, <62>;
interrupt-names = "macirq", "eth_wake_irq";
snps,pbl = <8>;