diff options
author | Stephen George <Stephen.George@freescale.com> | 2013-03-05 13:46:56 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2013-03-18 14:09:28 -0500 |
commit | 37f2808bc0578e67446257d78acc153db373a2b9 (patch) | |
tree | 7c86816c4360908d6bc3ea87c5a937d20bd6f0b6 /arch/powerpc/boot/dts/fsl/p4080si-post.dtsi | |
parent | 8c33de98fec2c6350a4e6b8d6f56afd312acf4cc (diff) | |
download | lwn-37f2808bc0578e67446257d78acc153db373a2b9.tar.gz lwn-37f2808bc0578e67446257d78acc153db373a2b9.zip |
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/p4080si-post.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/p4080si-post.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/fsl/p4080si-post.dtsi b/arch/powerpc/boot/dts/fsl/p4080si-post.dtsi index 19859ad851eb..34769a7eafea 100644 --- a/arch/powerpc/boot/dts/fsl/p4080si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/p4080si-post.dtsi @@ -156,7 +156,7 @@ compatible = "fsl,dcsr", "simple-bus"; dcsr-epu@0 { - compatible = "fsl,dcsr-epu"; + compatible = "fsl,p4080-dcsr-epu", "fsl,dcsr-epu"; interrupts = <52 2 0 0 84 2 0 0 85 2 0 0>; |