aboutsummaryrefslogtreecommitdiff
path: root/cros_fdt/test-files/base.dts
diff options
context:
space:
mode:
Diffstat (limited to 'cros_fdt/test-files/base.dts')
-rw-r--r--cros_fdt/test-files/base.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/cros_fdt/test-files/base.dts b/cros_fdt/test-files/base.dts
index abb90ce9c..6b081a4b7 100644
--- a/cros_fdt/test-files/base.dts
+++ b/cros_fdt/test-files/base.dts
@@ -17,14 +17,14 @@
cpu@0 {
device_type = "cpu";
- compatible = "arm,arm-v8";
+ compatible = "arm,armv8";
enable-method = "psci";
reg = <0x00>;
};
cpu@1 {
device_type = "cpu";
- compatible = "arm,arm-v8";
+ compatible = "arm,armv8";
enable-method = "psci";
reg = <0x01>;
};