[PATCH 4/5] arm: dts: lpc32xx: remove unneeded cell settings from cpus
Joachim Eastwood
manabian at gmail.com
Tue Oct 13 01:18:59 PDT 2015
Hi Vladimir,
On 13 October 2015 at 01:54, Vladimir Zapolskiy <vz at mleia.com> wrote:
> There is no addressable devices under cpus device node, remove noisy
> address and size cells properties.
>
> Signed-off-by: Vladimir Zapolskiy <vz at mleia.com>
> ---
> 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.
regards,
Joachim Eastwood
More information about the linux-arm-kernel
mailing list