File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4040 core_clk: core_clk {
4141 #clock-cells = <0>;
4242 compatible = "fixed-clock";
43- clock-frequency = <50000000 >;
43+ clock-frequency = <20000000 >;
4444 };
4545
4646 core_intc: interrupt-controller {
5353 compatible = "ns16550a";
5454 reg = <0xf0000000 0x2000>;
5555 interrupts = <24>;
56- clock-frequency = <50000000 >;
56+ clock-frequency = <20000000 >;
5757 baud = <115200>;
5858 reg-shift = <2>;
5959 reg-io-width = <4>;
Original file line number Diff line number Diff line change 3737 core_clk: core_clk {
3838 #clock-cells = <0>;
3939 compatible = "fixed-clock";
40- clock-frequency = <50000000 >; /* 50 MHZ */
40+ clock-frequency = <20000000 >; /* 20 MHZ */
4141 };
4242
4343 core_intc: interrupt-controller {
5858 reg = <0xf0000000 0x2000>;
5959 interrupt-parent = <&idu_intc>;
6060 interrupts = <0>;
61- clock-frequency = <50000000 >;
61+ clock-frequency = <20000000 >;
6262 baud = <115200>;
6363 reg-shift = <2>;
6464 reg-io-width = <4>;
Original file line number Diff line number Diff line change 1818static unsigned int __initdata arc_base_baud ;
1919
2020//These two variables exist only for debugging perposes
21- volatile unsigned int glb_clock_freq = 50000000 ;
21+ volatile unsigned int glb_clock_freq = 20000000 ;
2222volatile unsigned int glb_uart_baud = 115200 ;
2323
2424unsigned int __init arc_early_base_baud (void )
You can’t perform that action at this time.
0 commit comments