diff options
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | 2018-12-04 11:30:52 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-12-14 17:59:09 +0100 |
commit | 894f002f20be6b5354a76014ad9d4b68fcbad5aa (patch) | |
tree | e9e13d51736358b32911d702fc6c3284cd999461 /arch/arm/dts/am437x-idk-evm-u-boot.dtsi | |
parent | 347631bcddbfb3041b84e9b3a1812b4874c66b2d (diff) |
dts: Add a u-boot specific dtsi file for the am4372
This file is used to override the values found in am4372.dtsi
Use it to fix the "compatible" options for the controllers used
to support the USB (parent bus and syscons).
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/dts/am437x-idk-evm-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/am437x-idk-evm-u-boot.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/am437x-idk-evm-u-boot.dtsi b/arch/arm/dts/am437x-idk-evm-u-boot.dtsi index 0a3d79a372..3aa9195e44 100644 --- a/arch/arm/dts/am437x-idk-evm-u-boot.dtsi +++ b/arch/arm/dts/am437x-idk-evm-u-boot.dtsi @@ -3,6 +3,8 @@ * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/ */ +#include "am4372-u-boot.dtsi" + /{ ocp { u-boot,dm-spl; |