dts: bindings: Update compats and filenames
Update compatible strings and file names of Intel CPUs. Always use dash instead of underscore. This will make all the compat strings and binding files names for Intel consistent. Signed-off-by: Franciszek Zdobylak <fzdobylak@antmicro.com>
This commit is contained in:
parent
3cc9fa4512
commit
df4d64c15e
|
@ -3,6 +3,6 @@
|
|||
|
||||
description: Intel Apollo lake CPU
|
||||
|
||||
compatible: "intel,apollo_lake"
|
||||
compatible: "intel,apollo-lake"
|
||||
|
||||
include: cpu.yaml
|
|
@ -3,6 +3,6 @@
|
|||
|
||||
description: Intel Elkhart Lake CPU
|
||||
|
||||
compatible: "intel,elkhart_lake"
|
||||
compatible: "intel,elkhart-lake"
|
||||
|
||||
include: cpu.yaml
|
Loading…
Reference in a new issue