mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
7d6ca12313
Introduce imx6ull-colibri-u-boot.dtsi for u-boot specific properties to keep original imx6ull-colibri.dts in sync with Linux. Move all contents of imx6ull-colibri.dts to imx6ull-colibri.dtsi + additionally fix checkpatch warnings. Reviewed-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com> Reviewed-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
12 lines
259 B
Text
12 lines
259 B
Text
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright 2018-2019 Toradex AG
|
|
*/
|
|
|
|
#include "imx6ull-colibri.dtsi"
|
|
#include "imx6ull-colibri-u-boot.dtsi"
|
|
|
|
/ {
|
|
model = "Toradex Colibri iMX6ULL";
|
|
compatible = "toradex,colibri-imx6ull", "fsl,imx6ull";
|
|
};
|