forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/arm64/boot/dts/lg/lg1312.dtsi
....@@ -21,27 +21,27 @@
2121
2222 cpu0: cpu@0 {
2323 device_type = "cpu";
24
- compatible = "arm,cortex-a53", "arm,armv8";
24
+ compatible = "arm,cortex-a53";
2525 reg = <0x0 0x0>;
2626 next-level-cache = <&L2_0>;
2727 };
2828 cpu1: cpu@1 {
2929 device_type = "cpu";
30
- compatible = "arm,cortex-a53", "arm,armv8";
30
+ compatible = "arm,cortex-a53";
3131 reg = <0x0 0x1>;
3232 enable-method = "psci";
3333 next-level-cache = <&L2_0>;
3434 };
3535 cpu2: cpu@2 {
3636 device_type = "cpu";
37
- compatible = "arm,cortex-a53", "arm,armv8";
37
+ compatible = "arm,cortex-a53";
3838 reg = <0x0 0x2>;
3939 enable-method = "psci";
4040 next-level-cache = <&L2_0>;
4141 };
4242 cpu3: cpu@3 {
4343 device_type = "cpu";
44
- compatible = "arm,cortex-a53", "arm,armv8";
44
+ compatible = "arm,cortex-a53";
4545 reg = <0x0 0x3>;
4646 enable-method = "psci";
4747 next-level-cache = <&L2_0>;
....@@ -124,25 +124,25 @@
124124 amba {
125125 #address-cells = <2>;
126126 #size-cells = <1>;
127
- #interrupts-cells = <3>;
127
+ #interrupt-cells = <3>;
128128
129129 compatible = "simple-bus";
130130 interrupt-parent = <&gic>;
131131 ranges;
132132
133133 timers: timer@fd100000 {
134
- compatible = "arm,sp804";
134
+ compatible = "arm,sp804", "arm,primecell";
135135 reg = <0x0 0xfd100000 0x1000>;
136136 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
137
- clocks = <&clk_bus>;
138
- clock-names = "apb_pclk";
137
+ clocks = <&clk_bus>, <&clk_bus>, <&clk_bus>;
138
+ clock-names = "timer0clk", "timer1clk", "apb_pclk";
139139 };
140140 wdog: watchdog@fd200000 {
141141 compatible = "arm,sp805", "arm,primecell";
142142 reg = <0x0 0xfd200000 0x1000>;
143143 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
144
- clocks = <&clk_bus>;
145
- clock-names = "apb_pclk";
144
+ clocks = <&clk_bus>, <&clk_bus>;
145
+ clock-names = "wdog_clk", "apb_pclk";
146146 };
147147 uart0: serial@fe000000 {
148148 compatible = "arm,pl011", "arm,primecell";