projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0d9f9a
)
arm64: dts: mt7622: update a clock property for UART0
author
Ryder Lee
<ryder.lee@mediatek.com>
Mon, 16 Jul 2018 14:59:09 +0000
(22:59 +0800)
committer
Matthias Brugger
<matthias.bgg@gmail.com>
Tue, 17 Jul 2018 07:56:11 +0000
(09:56 +0200)
The input clock of UART0 should be CLK_PERI_UART0_PD.
Fixes: 13f36c326cef ("arm64: dts: mt7622: turn uart0 clock to real ones")
Signed-off-by: Ryder Lee <ryder.lee@mediatek.com>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm64/boot/dts/mediatek/mt7622.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/mediatek/mt7622.dtsi
b/arch/arm64/boot/dts/mediatek/mt7622.dtsi
index 7a3bf15b1b8420d562af697521fe4f45421a59fc..de2c47bdbe6468698ca6c2548b5a08b6386c7b93 100644
(file)
--- a/
arch/arm64/boot/dts/mediatek/mt7622.dtsi
+++ b/
arch/arm64/boot/dts/mediatek/mt7622.dtsi
@@
-339,7
+339,7
@@
reg = <0 0x11002000 0 0x400>;
interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_LOW>;
clocks = <&topckgen CLK_TOP_UART_SEL>,
- <&pericfg CLK_PERI_UART
1
_PD>;
+ <&pericfg CLK_PERI_UART
0
_PD>;
clock-names = "baud", "bus";
status = "disabled";
};