aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx6dl-sabresd.dts
Commit message (Collapse)AuthorAge
* ENGR00301078-1: ARM: dts: imx6dl-sabresd: add support for pfuze200 on ↵Robin Gong2014-04-16
| | | | | | | | | | | | mx6dl-sabresd move pmic device node from imx6qdl-sabresd.dtsi to up-level, and add another layer on imx6dl-sabresd to diff pfuze100 or pfuze200. Meanwhile only work in ldo-enable mode if using pfuze200,since 'SW1C' switch regulator is cut for cost-down which means VDDARM_IN and VDDSOC_IN have to share the same switch regulator Signed-off-by: Robin Gong <b38343@freescale.com>
* ENGR00281446 ARM: dts: imx6: correct the power supply node name for epdcRobby Cai2014-04-16
| | | | | | | | The naming convention for power supply node in DTS is "%s-supply". With this patch regulator_get() will process in the DT way rather than traditional way. This patch has no functional impact. Signed-off-by: Robby Cai <R63905@freescale.com>
* ENGR00277223-2 ARM: dts: add elan touch supportRobby Cai2014-04-16
| | | | | | | | | Add ELAN touch support for imx6 duallite sabresd board and imx6 sololite evk board. Note: Need 4.7K Ohm pull up on 'touch_int_b'. Signed-off-by: Robby Cai <R63905@freescale.com>
* ENGR00276832-8 ARM: dts: add epdc supportRobby Cai2014-04-16
| | | | | | Add DTS for epdc on imx6 duallite and sololite. Signed-off-by: Robby Cai <R63905@freescale.com>
* ENGR00276832-2 ARM: dts: add max17135 supportRobby Cai2014-04-16
| | | | | | | Add DTS for max17135 on imx6 duallite sabresd board and imx6 sololite evk board. Signed-off-by: Robby Cai <R63905@freescale.com>
* ENGR00269945: ARM: imx6: sort label nodes alphabeticallyShawn Guo2014-04-16
| | | | | | | | Sort the label nodes alphabetically in board level dts files, so that the nodes can be located a little bit easier and new entries can find the their places for addition. Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
* ENGR00275004-5: ARM: dts: imx6qdl-sabresd: add sabresd battery driver in dtsRobin Gong2014-04-16
| | | | | | Add sabresd battery driver device node in dts. Signed-off-by: Robin Gong <b38343@freescale.com>
* ENGR00274412-2 ARM: dts: enable ePxP for imx6dl_sd and imx6sl_evkRobby Cai2014-04-16
| | | | | | Enable ePxP in DTS for imx6 duallite sabresd and imx6 sololite evk board. Signed-off-by: Robby Cai <R63905@freescale.com>
* ENGR00240987: ARM: dts: enable LDB and LCD support for imx6qdl-sabresdShawn Guo2014-04-16
| | | | | | | | | | | | | | This is a fast-forward porting of LDB and LCD DTS changes from 3.5.7 kernel. Along with the changes, the "&ldb" node gets removed from imx6q.dtsi, since it's only used by community kernel and will conflict with our internal LDB bindings. While adding alias for ipu in imx6qdl.dtsi, it also sorts all those aliases alphabetically. Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
* ARM: dts: imx: share pad macro names between imx6q and imx6dlShawn Guo2014-04-16
| | | | | | | | | | | | | | | | | | | | | The imx6q and imx6dl are two pin-to-pin compatible SoCs. The same board design can work with either chip plugged into the socket, e.g. sabresd and sabreauto boards. We currently define pin groups in imx6q.dtsi and imx6dl.dtsi respectively because the pad macro names are different between two chips. This brings a maintenance burden on having the same label point to the same pin group defined in two places. The patch replaces prefix MX6Q_ and MX6DL_ with MX6QDL_ for both SoCs pad macro names. Then the pin groups becomes completely common between imx6q and imx6dl and can just be moved into imx6qdl.dtsi, so that the long term maintenance of imx6q/dt pin settings becomes easier. Unfortunately, the change brings some dramatic diff stat, but it's all about DTS file, and the ultimate net diff stat is good. Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
* ARM: dts: imx: add initial imx6dl-sabresd supportShawn Guo2013-04-09
Add initial imx6dl-sabresd support based on the common stuff already in imx6qdl-sabresd.dtsi. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>