Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

+1 -1
+1 -1
arch/arm/boot/dts/s3c64xx.dtsi
··· 34 34 35 35 cpu@0 { 36 36 device_type = "cpu"; 37 - compatible = "arm,arm1176jzf-s", "arm,arm1176"; 37 + compatible = "arm,arm1176jzf-s"; 38 38 reg = <0x0>; 39 39 }; 40 40 };