[U-Boot] [PATCH v2 2/2] x86: Intel Crown Bay board: switch to TunnelCreek cpu driver
Christian Gmeiner
christian.gmeiner at gmail.com
Thu Apr 12 08:07:43 UTC 2018
Signed-off-by: Christian Gmeiner <christian.gmeiner at gmail.com>
---
arch/x86/dts/crownbay.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/x86/dts/crownbay.dts b/arch/x86/dts/crownbay.dts
index 78a1ef415c..bb39a895f6 100644
--- a/arch/x86/dts/crownbay.dts
+++ b/arch/x86/dts/crownbay.dts
@@ -32,14 +32,14 @@
cpu at 0 {
device_type = "cpu";
- compatible = "cpu-x86";
+ compatible = "intel,tunnelcreek-cpu";
reg = <0>;
intel,apic-id = <0>;
};
cpu at 1 {
device_type = "cpu";
- compatible = "cpu-x86";
+ compatible = "intel,tunnelcreek-cpu";
reg = <1>;
intel,apic-id = <1>;
};
--
2.14.3
More information about the U-Boot
mailing list