ARM: dts: suniv: F1C100: fix CPU node

The /cpu node in the f1c100s.dtsi is not spec compliant, it's missing
the reg property, and the corresponding address and size cells
properties.

Add them to make the bindings check pass.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Samuel Holland <samuel@sholland.org>
Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Link: https://lore.kernel.org/r/20220317162349.739636-7-andre.przywara@arm.com
This commit is contained in:
Andre Przywara 2022-03-17 16:23:43 +00:00 committed by Jernej Skrabec
parent 1aba2af585
commit a6d9efb62a

View file

@ -29,9 +29,13 @@ osc32k: clk-32k {
};
cpus {
cpu {
#address-cells = <1>;
#size-cells = <0>;
cpu@0 {
compatible = "arm,arm926ej-s";
device_type = "cpu";
reg = <0x0>;
};
};