ARM: dts: s3c6410: remove additional CPU compatible

Only the specific compatible (arm,arm1176jzf-s) is allowed by dtschema:

  cpu@0: compatible: ['arm,arm1176jzf-s', 'arm,arm1176'] is too long
  cpu@0: compatible: Additional items are not allowed ('arm,arm1176' was unexpected)

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20200907183313.29234-7-krzk@kernel.org
This commit is contained in:
Krzysztof Kozlowski 2020-09-07 20:33:08 +02:00
parent e9da51094a
commit a904023f7a

View file

@ -34,7 +34,7 @@ cpus {
cpu@0 {
device_type = "cpu";
compatible = "arm,arm1176jzf-s", "arm,arm1176";
compatible = "arm,arm1176jzf-s";
reg = <0x0>;
};
};