Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: mt7622: update a clock property for UART0

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>

authored by

Ryder Lee and committed by
Matthias Brugger
2b519747 c0d9f9ad

+1 -1
+1 -1
arch/arm64/boot/dts/mediatek/mt7622.dtsi
··· 339 339 reg = <0 0x11002000 0 0x400>; 340 340 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_LOW>; 341 341 clocks = <&topckgen CLK_TOP_UART_SEL>, 342 - <&pericfg CLK_PERI_UART1_PD>; 342 + <&pericfg CLK_PERI_UART0_PD>; 343 343 clock-names = "baud", "bus"; 344 344 status = "disabled"; 345 345 };