Hi Joachim, On 13.10.2015 11:18, Joachim Eastwood wrote: > Hi Vladimir, > > On 13 October 2015 at 01:54, Vladimir Zapolskiy <vz@xxxxxxxxx> wrote: >> There is no addressable devices under cpus device node, remove noisy >> address and size cells properties. >> >> Signed-off-by: Vladimir Zapolskiy <vz@xxxxxxxxx> >> --- >> arch/arm/boot/dts/lpc32xx.dtsi | 3 --- >> 1 file changed, 3 deletions(-) >> >> diff --git a/arch/arm/boot/dts/lpc32xx.dtsi b/arch/arm/boot/dts/lpc32xx.dtsi >> index dcb52cb..929458d 100644 >> --- a/arch/arm/boot/dts/lpc32xx.dtsi >> +++ b/arch/arm/boot/dts/lpc32xx.dtsi >> @@ -18,9 +18,6 @@ >> interrupt-parent = <&mic>; >> >> cpus { >> - #address-cells = <0>; >> - #size-cells = <0>; >> - > > According to Documentation/devicetree/bindings/arm/cpus.txt these > properties are required. > > Take a look at Example 3 in the doc for it should look like on a ARM > 926EJ-S uniprocessor 32-bit system. thank you for review and pointing the fact out, then according to documentation #address-cells must be set to 1 plus reg property in cpu node is missing, I'll send a fix as patch v2 4/5. -- With best wishes, Vladimir -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html