diff options
author | Robby Cai <R63905@freescale.com> | 2014-02-19 05:18:39 -0500 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:57:39 -0400 |
commit | 3f8b030a36947ca894865c7c8a1559f05f85f49a (patch) | |
tree | 64c6091fe670ae7ec2c26adbb52b2b2943c1fa6c /arch/arm/boot/dts/imx6sx-17x17-arm2.dts | |
parent | cd92d306195748b84b0c3cf119f02316154df23e (diff) |
ENGR00299748-2 ARM: dts: imx: add pxp support for imx6sx 17x17 arm2 board
- add pxp resources
- add a dummy clock for imx6sl/imx6dl
Signed-off-by: Robby Cai <R63905@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6sx-17x17-arm2.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6sx-17x17-arm2.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx-17x17-arm2.dts b/arch/arm/boot/dts/imx6sx-17x17-arm2.dts index c0bef11a01cd..ea34d7f12b7c 100644 --- a/arch/arm/boot/dts/imx6sx-17x17-arm2.dts +++ b/arch/arm/boot/dts/imx6sx-17x17-arm2.dts | |||
@@ -119,6 +119,10 @@ | |||
119 | status = "okay"; | 119 | status = "okay"; |
120 | }; | 120 | }; |
121 | 121 | ||
122 | &pxp { | ||
123 | status = "okay"; | ||
124 | }; | ||
125 | |||
122 | &uart1 { | 126 | &uart1 { |
123 | pinctrl-names = "default"; | 127 | pinctrl-names = "default"; |
124 | pinctrl-0 = <&pinctrl_uart1_1>; | 128 | pinctrl-0 = <&pinctrl_uart1_1>; |