diff options
author | Wang Dongsheng <dongsheng.wang@freescale.com> | 2015-08-13 23:12:10 -0400 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2015-08-17 20:33:22 -0400 |
commit | 163e60c169752b2e817735d28d3bd2d73cd268f3 (patch) | |
tree | f8e81bed31ffc72c5d9dcf8f0cba9d7d14a31fca | |
parent | c8254e27fd34cdd21febd5b1caca409117914332 (diff) |
powerpc/mpc85xx:Add SCFG device tree support of T104x
Signed-off-by: Wang Dongsheng <dongsheng.wang@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
-rw-r--r-- | arch/powerpc/boot/dts/fsl/t1040si-post.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi b/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi index 9e9f7e201d43..9770d0278493 100644 --- a/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi | |||
@@ -484,6 +484,11 @@ | |||
484 | reg = <0xea000 0x4000>; | 484 | reg = <0xea000 0x4000>; |
485 | }; | 485 | }; |
486 | 486 | ||
487 | scfg: global-utilities@fc000 { | ||
488 | compatible = "fsl,t1040-scfg"; | ||
489 | reg = <0xfc000 0x1000>; | ||
490 | }; | ||
491 | |||
487 | /include/ "elo3-dma-0.dtsi" | 492 | /include/ "elo3-dma-0.dtsi" |
488 | /include/ "elo3-dma-1.dtsi" | 493 | /include/ "elo3-dma-1.dtsi" |
489 | /include/ "qoriq-espi-0.dtsi" | 494 | /include/ "qoriq-espi-0.dtsi" |