diff options
author | Abel Vesa | 2019-02-01 16:40:14 +0000 |
---|---|---|
committer | Stefano Babic | 2019-02-15 22:01:15 +0100 |
commit | e72e3549a8bb47f1378363f820b274895578a015 (patch) | |
tree | 3db835a4113d09c588104362a84b84f6d6f4b2eb /arch/arm/dts/imx6q-sabreauto-u-boot.dtsi | |
parent | 90571a4a199c8c0c41bbdb310e63485dfeecfa3e (diff) |
arm: dts: Add all the imx6[q|qp|dl] sabre[auto|sd] u-boot dts[i] files
This allows us to keep the basic dts[i] files up-to-date with
the ones in kernel, but at the same time allowing the u-boot
to add its own properties to the existing nodes.
Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'arch/arm/dts/imx6q-sabreauto-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/imx6q-sabreauto-u-boot.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6q-sabreauto-u-boot.dtsi b/arch/arm/dts/imx6q-sabreauto-u-boot.dtsi new file mode 100644 index 00000000000..d75fcc1019c --- /dev/null +++ b/arch/arm/dts/imx6q-sabreauto-u-boot.dtsi @@ -0,0 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Copyright (C) 2019 NXP + */ + +#include "imx6qdl-sabreauto-u-boot.dtsi" |