diff options
author | Stephen George <Stephen.George@freescale.com> | 2013-03-05 23:46:56 +0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2013-03-18 23:09:28 +0400 |
commit | 37f2808bc0578e67446257d78acc153db373a2b9 (patch) | |
tree | 7c86816c4360908d6bc3ea87c5a937d20bd6f0b6 /arch/powerpc/boot/dts/fsl/p2041si-post.dtsi | |
parent | 8c33de98fec2c6350a4e6b8d6f56afd312acf4cc (diff) | |
download | linux-37f2808bc0578e67446257d78acc153db373a2b9.tar.xz |
powerpc/fsl-booke: Update DCSR EPU device tree entries for existing SoCs
Identifies the epu as compatible with Chassis v1 Debug IP.
Signed-off-by: Stephen George <Stephen.George@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/fsl/p2041si-post.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/p2041si-post.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/fsl/p2041si-post.dtsi b/arch/powerpc/boot/dts/fsl/p2041si-post.dtsi index 69ac1acd4349..dc6cc5afd189 100644 --- a/arch/powerpc/boot/dts/fsl/p2041si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/p2041si-post.dtsi @@ -155,7 +155,7 @@ compatible = "fsl,dcsr", "simple-bus"; dcsr-epu@0 { - compatible = "fsl,dcsr-epu"; + compatible = "fsl,p2041-dcsr-epu", "fsl,dcsr-epu"; interrupts = <52 2 0 0 84 2 0 0 85 2 0 0>; |