mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
67f165ddfd
Update all the dts[i] files for imx6[q|qp|dl] sabre[auto|sd] to the ones from kernel v4.20 (commit 8fe28cb58bcb2). Signed-off-by: Abel Vesa <abel.vesa@nxp.com> Acked-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Lukasz Majewski <lukma@denx.de>
13 lines
285 B
Text
13 lines
285 B
Text
// SPDX-License-Identifier: GPL-2.0
|
|
//
|
|
// Copyright (C) 2013 Freescale Semiconductor, Inc.
|
|
|
|
/dts-v1/;
|
|
|
|
#include "imx6dl.dtsi"
|
|
#include "imx6qdl-sabreauto.dtsi"
|
|
|
|
/ {
|
|
model = "Freescale i.MX6 DualLite/Solo SABRE Automotive Board";
|
|
compatible = "fsl,imx6dl-sabreauto", "fsl,imx6dl";
|
|
};
|