diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2013-03-18 14:07:13 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2013-03-18 14:10:11 -0500 |
commit | 3dfd44c5f1b1a2f8d0f180d9b0fd0267ca854ef7 (patch) | |
tree | 209eed7e31d52d6a7c385ebe68d912f27f26f814 /arch/powerpc/boot | |
parent | 37f2808bc0578e67446257d78acc153db373a2b9 (diff) | |
download | op-kernel-dev-3dfd44c5f1b1a2f8d0f180d9b0fd0267ca854ef7.zip op-kernel-dev-3dfd44c5f1b1a2f8d0f180d9b0fd0267ca854ef7.tar.gz |
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 2b17699..1d72926 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>; |