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

powerpc/85xx: dts - add ranges property for SEC

This facilitates getting the physical address of the SEC node.

Signed-off-by: Liu po <po.liu@freescale.com>
Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

authored by

Po Liu and committed by
Kumar Gala
db29cd3c ed59b3ec

+1
+1
arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi
··· 36 36 compatible = "fsl,sec-v4.4", "fsl,sec-v4.0"; 37 37 #address-cells = <1>; 38 38 #size-cells = <1>; 39 + ranges = <0x0 0x30000 0x10000>; 39 40 reg = <0x30000 0x10000>; 40 41 interrupts = <58 2 0 0>; 41 42