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

ARM: dts: sh7372: cpus/cpu nodes dts updates

This patch updates the in-kernel dts files according to the latest cpus
and cpu bindings updates for ARM.

Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au>

+5
+5
arch/arm/boot/dts/sh7372.dtsi
··· 14 14 compatible = "renesas,sh7372"; 15 15 16 16 cpus { 17 + #address-cells = <1>; 18 + #size-cells = <0>; 19 + 17 20 cpu@0 { 18 21 compatible = "arm,cortex-a8"; 22 + device_type = "cpu"; 23 + reg = <0x0>; 19 24 }; 20 25 }; 21 26 };