Commit 32638183 authored by Tomasz Bursztyka's avatar Tomasz Bursztyka Committed by Anas Nashif
Browse files

dts/bindings: Fixing x86 CPU compatibles by providing proper yaml files



Make compatible name following the rule as well.

Signed-off-by: default avatarTomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
parent 5e4e0298
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
# Copyright (c) 2021 Intel Corp.
# SPDX-License-Identifier: Apache-2.0

description: Intel Apollo lake CPU

compatible: "intel,apollo_lake"

include: cpu.yaml
+8 −0
Original line number Diff line number Diff line
# Copyright (c) 2021 Intel Corp.
# SPDX-License-Identifier: Apache-2.0

description: Intel Atom CPU

compatible: "intel,atom"

include: cpu.yaml
+8 −0
Original line number Diff line number Diff line
# Copyright (c) 2021 Intel Corp.
# SPDX-License-Identifier: Apache-2.0

description: Intel Elkhart Lake CPU

compatible: "intel,elkhart_lake"

include: cpu.yaml
+8 −0
Original line number Diff line number Diff line
# Copyright (c) 2021 Intel Corp.
# SPDX-License-Identifier: Apache-2.0

description: Generic x86 qemu CPU

compatible: "intel,x86"

include: cpu.yaml
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

		cpu@0 {
			device_type = "cpu";
			compatible = "apollo_lake";
			compatible = "intel,apollo_lake";
			d-cache-line-size = <64>;
			reg = <0>;
		};
Loading