diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2013-03-18 20:07:13 +0100 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2013-03-18 20:10:11 +0100 |
commit | 3dfd44c5f1b1a2f8d0f180d9b0fd0267ca854ef7 (patch) | |
tree | 209eed7e31d52d6a7c385ebe68d912f27f26f814 /arch/powerpc/boot | |
parent | powerpc/fsl-booke: Update DCSR EPU device tree entries for existing SoCs (diff) | |
download | linux-3dfd44c5f1b1a2f8d0f180d9b0fd0267ca854ef7.tar.xz linux-3dfd44c5f1b1a2f8d0f180d9b0fd0267ca854ef7.zip |
powerpc/fsl-booke: Update T4240 device config node in device tree
As the T4240 is based on corenet chassis v2.0 spec we update the global
utilities (GUTS) device config compatiable to reflect this.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/t4240si-post.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/fsl/t4240si-post.dtsi b/arch/powerpc/boot/dts/fsl/t4240si-post.dtsi index 2b17699c8185..1d7292627b72 100644 --- a/arch/powerpc/boot/dts/fsl/t4240si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/t4240si-post.dtsi @@ -357,7 +357,7 @@ /include/ "qoriq-mpic.dtsi" guts: global-utilities@e0000 { - compatible = "fsl,t4240-device-config"; + compatible = "fsl,t4240-device-config", "fsl,qoriq-device-config-2.0"; reg = <0xe0000 0xe00>; fsl,has-rstcr; fsl,liodn-bits = <12>; |