summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx53-kp.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi filesUwe Kleine-König2020-07-131-0/+8
| | | | | | | | | | | | | 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: imx53: Add support for imx53 HSC/DDC boards from K+PLukasz Majewski2018-06-171-0/+189
This commit provides support for HSC and DDC boards from Kieback&Peter GmbH vendor. Signed-off-by: Lukasz Majewski <lukma@denx.de> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>