Skip to content

Commit 9af9c58

Browse files
Xianwei Zhaosuperna9999
authored andcommitted
arm64: dts: remove cpu compatible "arm,armv8" for s4
Amlogic s4 device is already applied, but cpu compatible 'arm,armv8' is only valid for software models, so we remove it. Fixes: ac4dfd0 ("arm64: dts: add support for S4 based Amlogic AQ222") Signed-off-by: Xianwei Zhao <xianwei.zhao@amlogic.com> Reviewed-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Link: https://lore.kernel.org/r/20220408070901.26446-1-xianwei.zhao@amlogic.com
1 parent fd86d85 commit 9af9c58

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

arch/arm64/boot/dts/amlogic/meson-s4.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,28 @@
1313

1414
cpu0: cpu@0 {
1515
device_type = "cpu";
16-
compatible = "arm,cortex-a35","arm,armv8";
16+
compatible = "arm,cortex-a35";
1717
reg = <0x0 0x0>;
1818
enable-method = "psci";
1919
};
2020

2121
cpu1: cpu@1 {
2222
device_type = "cpu";
23-
compatible = "arm,cortex-a35","arm,armv8";
23+
compatible = "arm,cortex-a35";
2424
reg = <0x0 0x1>;
2525
enable-method = "psci";
2626
};
2727

2828
cpu2: cpu@2 {
2929
device_type = "cpu";
30-
compatible = "arm,cortex-a35","arm,armv8";
30+
compatible = "arm,cortex-a35";
3131
reg = <0x0 0x2>;
3232
enable-method = "psci";
3333
};
3434

3535
cpu3: cpu@3 {
3636
device_type = "cpu";
37-
compatible = "arm,cortex-a35","arm,armv8";
37+
compatible = "arm,cortex-a35";
3838
reg = <0x0 0x3>;
3939
enable-method = "psci";
4040
};

0 commit comments

Comments
 (0)