diff options
author | Keerthy | 2022-01-27 13:17:00 +0100 |
---|---|---|
committer | Tom Rini | 2022-02-08 11:00:03 -0500 |
commit | 57b02b79f31f18d17230ad728b68363469671bd4 (patch) | |
tree | 53dc1cd76a736ecd7440ae66c145fefbaf704145 /arch/arm/dts/am57xx-sbc-am57x-u-boot.dtsi | |
parent | 5717294230bc3578959960003be8984bbbb33642 (diff) |
dts: am57xx*: Add ipu early boot DT changes
Add support for ipu early boot.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Amjad Ouled-Ameur <aouledameur@baylibre.com>
Diffstat (limited to 'arch/arm/dts/am57xx-sbc-am57x-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/am57xx-sbc-am57x-u-boot.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/am57xx-sbc-am57x-u-boot.dtsi b/arch/arm/dts/am57xx-sbc-am57x-u-boot.dtsi new file mode 100644 index 00000000000..49b16215e52 --- /dev/null +++ b/arch/arm/dts/am57xx-sbc-am57x-u-boot.dtsi @@ -0,0 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/ + */ + +#include "omap5-u-boot.dtsi" +#include "dra7-ipu-common-early-boot.dtsi" |