summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx6q-tbs2910.dts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ARM: dts: imx6qdl: don't configure reserved pad settingsUwe Kleine-König2016-08-091-12/+12
| | | | | | | | | Several dts files set a bit in the SPEED field for pads RGMII_{R,T}{XC,D0,D1,D2,D3,X_CTL}, but that doesn't exist. Writing there doesn't have an effect and the bit reads as zero. Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
* ARM: dts: imx6q-tbs2910: fix pcie reset polaritySoeren Moch2016-06-161-1/+1
| | | | | | | | | | | According to Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt the polarity of "reset-gpio" is assumed to be active-low unless a separate property "reset-gpio-active-high" is available. So replace the inconsistent polarity description to make the correct active-low reset behavior more obvious. Signed-off-by: Soeren Moch <smoch@web.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
* ARM: dts: imx6: Do not hardcode the CLKO clockFabio Estevam2016-04-271-1/+1
| | | | | | | | Using "IMX6QDL_CLK_CKO" for the clock is easier to read instead of the hardcoded clock number. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
* ARM: dts: imx6q-tbs2910: fix fec reset polaritySoeren Moch2016-04-131-1/+1
| | | | | | | | | | According to Documentation/devicetree/bindings/net/fsl-fec.txt the polarity of "phy-reset-gpios" is assumed to be active-low unless a separate property "phy-reset-active-high" is available. So replace the inconsistent polarity description to make the correct active-low reset behavior more obvious. Signed-off-by: Soeren Moch <smoch@web.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
* ARM: dts: imx6q-tbs2910: remove artificial simple-bus for regulatorsSoeren Moch2016-02-291-26/+17
| | | | | Signed-off-by: Soeren Moch <smoch@web.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
* ARM: dts: imx6q-tbs2910: remove unnecessary iomuxc container nodesSoeren Moch2016-02-291-134/+128
| | | | | | | | | | | | Remove the following unnecessary iomuxc container nodes: imx6q-tbs2910 gpio_fan gpio_leds Sort the pinctrl nodes alphabetically. Signed-off-by: Soeren Moch <smoch@web.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
* ARM: dts: imx6q-tbs2910: avoid sdhci boot warningsSoeren Moch2016-02-291-0/+9
| | | | | | | | | | | Avoid the following warnings (example for usdhc2): /soc/aips-bus@02100000/usdhc@02194000: voltage-ranges unspecified sdhci-esdhc-imx 2194000.usdhc: could not get ultra high speed state, work on normal mode sdhci-esdhc-imx 2194000.usdhc: No vqmmc regulator found Signed-off-by: Soeren Moch <smoch@web.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
* ARM: dts: imx6q-tbs2910: add SATA PHY configurationSoeren Moch2016-02-291-0/+4
| | | | | | | | | | | Configure SATA PHY transmit level, boost, attenuation and equalizer parameters for long wire connections. TBS2910 contains a standard SATA connector, so devices are typically connected with (longer) SATA cables. And explicitly configuring these parameters avoids complaints about "not specified" values in boot messages. Signed-off-by: Soeren Moch <smoch@web.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
* dts: imx6: fix sd card gpio polarity specified in device treeDong Aisheng2015-07-241-2/+2
| | | | | | | | | | | cd-gpios polarity should be changed to GPIO_ACTIVE_LOW and wp-gpios should be changed to GPIO_ACTIVE_HIGH. Otherwise, the SD may not work properly due to wrong polarity inversion specified in DT after switch to common parsing function mmc_of_parse(). Signed-off-by: Dong Aisheng <aisheng.dong@freescale.com> Acked-by: Shawn Guo <shawnguo@kernel.org> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
* ARM: dts: imx6q-tbs2910: Enable snvs-poweroffSoeren Moch2014-11-231-0/+4
| | | | | | | This patch enables snvs-poweroff for TBS2910 boards. Signed-off-by: Soeren Moch <smoch@web.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: dts: imx6q-tbs2910: Remove unneeded 'fsl,mode' propertyFabio Estevam2014-11-231-1/+0
| | | | | | | | | | imx6q-tbs2910 board uses sgtl5000 codec and the machine file (imx-sgtl5000) already sets SSI in slave mode and codec in master mode, so there is no need for having this property. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Tested-by: Soeren Moch <smoch@web.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: dts: add initial support for TBS2910 Matrix ARM mini PCSoeren Moch2014-11-231-0/+429
TBS2910 is a i.MX6Q based board. For additional details refer to http://www.tbsdtv.com/products/tbs2910-matrix-arm-mini-pc.html Signed-off-by: Soeren Moch <smoch@web.de> Reviewed-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Reviewed-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>