x86: qemu: add a cpu uclass driver for qemu target
[oweals/u-boot.git] / arch / x86 / dts / qemu-x86_q35.dts
index 0b685c8b799f0de0913eeee5b72a4a74b1d91c94..3e2cfac5031393e30fdad0962037001e831b8833 100644 (file)
 
                cpu@0 {
                        device_type = "cpu";
-                       compatible = "cpu-x86";
+                       compatible = "cpu-qemu";
                        reg = <0>;
                        intel,apic-id = <0>;
                };
 
                cpu@1 {
                        device_type = "cpu";
-                       compatible = "cpu-x86";
+                       compatible = "cpu-qemu";
                        reg = <1>;
                        intel,apic-id = <1>;
                };