aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx23-sansa.dts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-05-25ARM: dts: imx23-sansa: Remove 'enable-active-low' propertyFabio Estevam1-4/+3
Property 'enable-active-low' does not exist. Only 'enable-active-high' is valid, and when this property is absent the gpio regulator will act as active low by default. So remove the unexisting 'enable-active-low' property. Currently the GPIO flag is 0, which means active-high. In order to make the dts description accurate, pass the GPIO_ACTIVE_LOW flag instead. This change is safe because the gpio regulator driver does not take the GPIO flag polarity into account. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
2016-06-10ARM: dts: mxs: Add SanDisk Sansa Fuze+ supportMarek Vasut1-0/+207
Add support for this small MP3 player based on STMP3780 (rev.3). Currently supported are both external microSD and internal SD-NAND bridge, PWM and USB gadget. Signed-off-by: Marek Vasut <marek.vasut@gmail.com> Cc: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>