mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +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>
18 lines
355 B
Text
18 lines
355 B
Text
// SPDX-License-Identifier: GPL-2.0
|
|
//
|
|
// Copyright (C) 2013 Freescale Semiconductor, Inc.
|
|
|
|
/dts-v1/;
|
|
|
|
#include "imx6dl.dtsi"
|
|
#include "imx6qdl-sabresd.dtsi"
|
|
|
|
/ {
|
|
model = "Freescale i.MX6 DualLite SABRE Smart Device Board";
|
|
compatible = "fsl,imx6dl-sabresd", "fsl,imx6dl";
|
|
};
|
|
|
|
&ipu1_csi1_from_ipu1_csi1_mux {
|
|
clock-lanes = <0>;
|
|
data-lanes = <1 2>;
|
|
};
|