diff options
author | Richard Zhu <r65037@freescale.com> | 2014-04-11 03:22:44 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:58:21 -0400 |
commit | decf581c1e8dbf8ca0a6964f70cb48f3d446a59a (patch) | |
tree | 6c7f4953b01a8fb83e869130b595da889a9a656e | |
parent | 39e6a62bc0f89d34c7b62294aef343eac38ce982 (diff) |
ENGR00308060-4 arm: add the mcc support
enable imx6sx mcc support.
Signed-off-by: Richard Zhu <r65037@freescale.com>
-rw-r--r-- | arch/arm/boot/dts/imx6sx.dtsi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi index bd84c6d6c20f..7d373a343663 100644 --- a/arch/arm/boot/dts/imx6sx.dtsi +++ b/arch/arm/boot/dts/imx6sx.dtsi | |||
@@ -1084,6 +1084,19 @@ | |||
1084 | num-channels = <4>; | 1084 | num-channels = <4>; |
1085 | status = "disabled"; | 1085 | status = "disabled"; |
1086 | }; | 1086 | }; |
1087 | |||
1088 | sema4: sema4@02290000 { /* sema4 */ | ||
1089 | compatible = "fsl,imx6sx-sema4"; | ||
1090 | reg = <0x02290000 0x4000>; | ||
1091 | interrupts = <0 116 0x04>; | ||
1092 | status = "okay"; | ||
1093 | }; | ||
1094 | |||
1095 | mu: mu@02294000 { /* mu */ | ||
1096 | compatible = "fsl,imx6sx-mu", "syscon"; | ||
1097 | reg = <0x02294000 0x4000>; | ||
1098 | interrupts = <0 99 0x04>; | ||
1099 | }; | ||
1087 | }; | 1100 | }; |
1088 | 1101 | ||
1089 | pcie: pcie@0x08000000 { | 1102 | pcie: pcie@0x08000000 { |