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

Configure Feed

Select the types of activity you want to include in your feed.

mips: dts: realtek: Replace uart clock property

Add a fixed clock to define the clock frequency of the Lexra bus and use
this for the two uart nodes instead of a separate clock-frequency
property.

Signed-off-by: Sander Vanheule <sander@svanheule.net>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>

authored by

Sander Vanheule and committed by
Thomas Bogendoerfer
4b7785dd 31e96a0a

+8 -2
+8 -2
arch/mips/boot/dts/realtek/rtl838x.dtsi
··· 34 34 interrupt-controller; 35 35 }; 36 36 37 + lx_clk: clock-lexra { 38 + compatible = "fixed-clock"; 39 + #clock-cells = <0>; 40 + clock-frequency = <200000000>; 41 + }; 42 + 37 43 soc@18000000 { 38 44 compatible = "simple-bus"; 39 45 #address-cells = <1>; ··· 50 44 compatible = "ns16550a"; 51 45 reg = <0x2000 0x100>; 52 46 53 - clock-frequency = <200000000>; 47 + clocks = <&lx_clk>; 54 48 55 49 interrupt-parent = <&intc>; 56 50 interrupts = <31>; ··· 67 61 compatible = "ns16550a"; 68 62 reg = <0x2100 0x100>; 69 63 70 - clock-frequency = <200000000>; 64 + clocks = <&lx_clk>; 71 65 72 66 interrupt-parent = <&intc>; 73 67 interrupts = <30>;