aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/vf610-bk4.dts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-12-10ARM: dts: vf: Fix memory node duplicationFabio Estevam1-0/+1
Boards based on vf500/vf600 have duplicate memory nodes: - One coming from the board dts file: memory@ - One coming from the vf500.dtsi/vf610m4.dtsi files. Fix the duplication by removing the memory node from the dtsi file and by adding 'device_type = "memory";' in the board dts. Reported-by: Rob Herring <robh@kernel.org> Signed-off-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
2018-11-05ARM: dts: Add support for Liebherr's BK4 device (vf610 based)Lukasz Majewski1-0/+501
This commit adds DTS support for BK4 device from Liebherr. It uses vf610 SoC from NXP. Signed-off-by: Lukasz Majewski <lukma@denx.de> Reviewed-by: Stefan Agner <stefan@agner.ch> Reviewed-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>