aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx53-m53.dtsi (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-11-14ARM: dts: mx5: Add new M53EVK manufacturer compatMarek Vasut1-2/+2
The board is now manufactured by Aries Embedded GmbH, update compat string. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
2016-07-22ARM: dts: fix STMicroelectronics compatible stringsStefan Agner1-1/+1
Replace the non-standard vendor prefix stm with st for STMicroelectronics. The drivers do not specify the vendor prefixes since the I2C Core strips them away from the DT provided compatible string. Therefore, changing existing device trees does not have any impact on device detection. Signed-off-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Rob Herring <robh@kernel.org>
2014-07-18ARM: dts: mx5: Split M53EVK into SoM and EVK partsMarek Vasut1-0/+140
This patch splits the M53EVK device tree file into a common SoM part and an EVK part. This is needed to make it easier for users of the SoM to put it into different, non-reference baseboard. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>