diff options
author | Ye Li <ye.li@nxp.com> | 2017-03-06 20:29:04 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-05 14:06:23 +0800 |
commit | daa11e1c5f173c918ce49c614b7b4b9c1e962bdc (patch) | |
tree | edeae9f519a1819981d250f23cf428fb1da8771f /include/dt-bindings | |
parent | cbcbf4f2d3c3288d3bcc8116ac337a8b37834efa (diff) | |
download | u-boot-imx-daa11e1c5f173c918ce49c614b7b4b9c1e962bdc.zip u-boot-imx-daa11e1c5f173c918ce49c614b7b4b9c1e962bdc.tar.gz u-boot-imx-daa11e1c5f173c918ce49c614b7b4b9c1e962bdc.tar.bz2 |
MLK-14326-6 mx6sxsabresd: Update and add mx6sxsabresd DTS files
Update i.MX6SX dtsi file and relevant DTS header files.
Add the imx6sx-sdb DTS files preparing for using DTB.
To support DM QSPI driver
1. Modify the n25q256a flash node's compatible to "spi-flash".
2. Add spi0 and spi1 alias for qspi1 and qspi2.
Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/imx6sx-clock.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/include/dt-bindings/clock/imx6sx-clock.h b/include/dt-bindings/clock/imx6sx-clock.h index 36f0324..a248f92 100644 --- a/include/dt-bindings/clock/imx6sx-clock.h +++ b/include/dt-bindings/clock/imx6sx-clock.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Freescale Semiconductor, Inc. + * Copyright (C) 2014-2015 Freescale Semiconductor, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as @@ -275,6 +275,10 @@ #define IMX6SX_PLL6_BYPASS 262 #define IMX6SX_PLL7_BYPASS 263 #define IMX6SX_CLK_SPDIF_GCLK 264 -#define IMX6SX_CLK_CLK_END 265 +#define IMX6SX_CLK_LVDS2_SEL 265 +#define IMX6SX_CLK_LVDS2_OUT 266 +#define IMX6SX_CLK_LVDS2_IN 267 +#define IMX6SX_CLK_ANACLK2 268 +#define IMX6SX_CLK_CLK_END 269 #endif /* __DT_BINDINGS_CLOCK_IMX6SX_H */ |