diff options
author | Minghuan Lian <Minghuan.Lian@freescale.com> | 2013-06-21 14:59:13 +0400 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2013-08-08 03:38:05 +0400 |
commit | 6d854acd24e152254bff798d90b1592cc5956521 (patch) | |
tree | 0b627f1d5c7a6b61ae125d0d45c6e6e920e96aa3 /arch/powerpc/boot/dts/fsl/b4si-post.dtsi | |
parent | 03daa99ef50873651e363fc12ae0b5facdb3f831 (diff) | |
download | linux-6d854acd24e152254bff798d90b1592cc5956521.tar.xz |
powerpc/dts: add MPIC v4.3 dts node
For the latest platform T4 and B4, MPIC controller has been updated
to v4.3. This patch adds a new file to describe the latest MPIC.
The MSI blocks number is increased to four, the registers number
of each block is increased to sixteen. MSIIR1 has been added to
access these sixteen MSI registers.
Signed-off-by: Minghuan Lian <Minghuan.Lian@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/boot/dts/fsl/b4si-post.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/b4si-post.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/fsl/b4si-post.dtsi b/arch/powerpc/boot/dts/fsl/b4si-post.dtsi index 73991547c69b..4c617bf8cdb2 100644 --- a/arch/powerpc/boot/dts/fsl/b4si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/b4si-post.dtsi @@ -204,7 +204,7 @@ }; }; -/include/ "qoriq-mpic.dtsi" +/include/ "qoriq-mpic4.3.dtsi" guts: global-utilities@e0000 { compatible = "fsl,b4-device-config"; |