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

powerpc/85xx: Add binding for SCFG

SCFG provides SoC specific configuration and status registers for
the chip. Add this for powerpc platform.

Signed-off-by: Wang Dongsheng <dongsheng.wang@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>

authored by

Wang Dongsheng and committed by
Scott Wood
c8254e27 0d748ec5

+18
+18
Documentation/devicetree/bindings/powerpc/fsl/scfg.txt
··· 1 + Freescale Supplement configuration unit (SCFG) 2 + 3 + SCFG is the supplemental configuration unit, that provides SoC specific 4 + configuration and status registers for the chip. Such as getting PEX port 5 + status. 6 + 7 + Required properties: 8 + 9 + - compatible: should be "fsl,<chip>-scfg" 10 + - reg: should contain base address and length of SCFG memory-mapped 11 + registers 12 + 13 + Example: 14 + 15 + scfg: global-utilities@fc000 { 16 + compatible = "fsl,t1040-scfg"; 17 + reg = <0xfc000 0x1000>; 18 + };