diff options
author | Diana Craciun <Diana.Craciun@freescale.com> | 2014-05-05 19:04:27 +0300 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2014-05-22 18:08:26 -0500 |
commit | f2e7bfbb0440e7010f421ceddb9eb400cd1eee63 (patch) | |
tree | f655a747c06ec60d8d8e5a7eaa01f33dbb327240 /arch/powerpc/boot/dts/fsl/t4240si-post.dtsi | |
parent | 385510beda1da138f2f725abd351c16e370427f1 (diff) | |
download | lwn-f2e7bfbb0440e7010f421ceddb9eb400cd1eee63.tar.gz lwn-f2e7bfbb0440e7010f421ceddb9eb400cd1eee63.zip |
powerpc/fsl: Updated device trees for platforms with corenet version 2
Updated the device trees according to the corenet-cf
binding definition.
Signed-off-by: Diana Craciun <Diana.Craciun@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/boot/dts/fsl/t4240si-post.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/t4240si-post.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/fsl/t4240si-post.dtsi b/arch/powerpc/boot/dts/fsl/t4240si-post.dtsi index f99d74ff11b4..793669baa13e 100644 --- a/arch/powerpc/boot/dts/fsl/t4240si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/t4240si-post.dtsi @@ -343,7 +343,7 @@ }; corenet-cf@18000 { - compatible = "fsl,corenet-cf"; + compatible = "fsl,corenet2-cf", "fsl,corenet-cf"; reg = <0x18000 0x1000>; interrupts = <16 2 1 31>; fsl,ccf-num-csdids = <32>; @@ -353,6 +353,7 @@ iommu@20000 { compatible = "fsl,pamu-v1.0", "fsl,pamu"; reg = <0x20000 0x6000>; + fsl,portid-mapping = <0x8000>; interrupts = < 24 2 0 0 16 2 1 30>; |