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

ARM: bcm2835: add CPU node for ARM core

This patch adds the CPU node of the BCM2835 into the DT.

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Reviewed-by: Eric Anholt <eric@anholt.net>

authored by

Stefan Wahren and committed by
Eric Anholt
1b2f8973 49ac67e0

+11
+11
arch/arm/boot/dts/bcm2835.dtsi
··· 3 3 / { 4 4 compatible = "brcm,bcm2835"; 5 5 6 + cpus { 7 + #address-cells = <1>; 8 + #size-cells = <0>; 9 + 10 + cpu@0 { 11 + device_type = "cpu"; 12 + compatible = "arm,arm1176jzf-s"; 13 + reg = <0x0>; 14 + }; 15 + }; 16 + 6 17 soc { 7 18 ranges = <0x7e000000 0x20000000 0x02000000>; 8 19 dma-ranges = <0x40000000 0x00000000 0x20000000>;