summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx6ul-pico.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi filesUwe Kleine-König2020-07-131-0/+1
| | | | | | | | | | | | | The imx-pwm driver supports 3 cells and this is the more flexible setting. So use it by default and overwrite it back to two for the files that reference the PWMs with just 2 cells to minimize changes. This allows to drop explicit setting to 3 cells for the boards that already depend on this. The boards that are now using 2 cells explicitly can be converted to 3 individually. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
* ARM: dts: imx6ul-pico: Convert to DRM bindingsFabio Estevam2020-02-121-24/+15
| | | | | | | | | | Documentation/devicetree/bindings/display/mxsfb.txt states that the current display bindings format used in this dts is deprecated. Convert it to the preferred DRM bindings instead. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
* ARM: dts: imx6ul-pico: Add the imx6ul-pico-pi variantFabio Estevam2018-12-101-32/+0
| | | | | | | | | | | The imx6ul-pico-pi contains a imx6ul-pico SoM and a pi baseboard: https://www.technexion.com/products/pico-baseboards/detail/PICO-PI Add support for it. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
* ARM: dts: imx6ul-pico-hobbit: Move SoM related part to imx6ul-pico.dtsiFabio Estevam2018-12-101-0/+493
imx6ul-pico-hobbit board contains: - One SoM board (imx6ul pico) - One base board (hobbit). In order to make it easier for adding support for other board variants, move the commom SoM part to the imx6ul-pico.dtsi file. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Shawn Guo <shawnguo@kernel.org>