hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
kernel/arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi
....@@ -47,7 +47,7 @@
4747
4848 A57_0: cpu@0 {
4949 device_type = "cpu";
50
- compatible = "arm,cortex-a57", "arm,armv8";
50
+ compatible = "arm,cortex-a57";
5151 reg = <0 0>;
5252 enable-method = "psci";
5353 next-level-cache = <&CLUSTER0_L2>;
....@@ -55,7 +55,7 @@
5555
5656 A57_1: cpu@1 {
5757 device_type = "cpu";
58
- compatible = "arm,cortex-a57", "arm,armv8";
58
+ compatible = "arm,cortex-a57";
5959 reg = <0 1>;
6060 enable-method = "psci";
6161 next-level-cache = <&CLUSTER0_L2>;
....@@ -63,7 +63,7 @@
6363
6464 A57_2: cpu@2 {
6565 device_type = "cpu";
66
- compatible = "arm,cortex-a57", "arm,armv8";
66
+ compatible = "arm,cortex-a57";
6767 reg = <0 2>;
6868 enable-method = "psci";
6969 next-level-cache = <&CLUSTER0_L2>;
....@@ -71,7 +71,7 @@
7171
7272 A57_3: cpu@3 {
7373 device_type = "cpu";
74
- compatible = "arm,cortex-a57", "arm,armv8";
74
+ compatible = "arm,cortex-a57";
7575 reg = <0 3>;
7676 enable-method = "psci";
7777 next-level-cache = <&CLUSTER0_L2>;
....@@ -576,7 +576,7 @@
576576 reg = <0x66090000 0x1000>;
577577 interrupts = <GIC_SPI 406 IRQ_TYPE_LEVEL_HIGH>;
578578 clocks = <&iprocslow>, <&iprocslow>;
579
- clock-names = "wdogclk", "apb_pclk";
579
+ clock-names = "wdog_clk", "apb_pclk";
580580 };
581581
582582 gpio_g: gpio@660a0000 {
....@@ -687,7 +687,7 @@
687687 };
688688 };
689689
690
- sata: ahci@663f2000 {
690
+ sata: sata@663f2000 {
691691 compatible = "brcm,iproc-ahci", "generic-ahci";
692692 reg = <0x663f2000 0x1000>;
693693 dma-coherent;