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-gp-evm-u-boot.dtsi | |
parent | 347631bcddbfb3041b84e9b3a1812b4874c66b2d (diff) | |
download | u-boot-894f002f20be6b5354a76014ad9d4b68fcbad5aa.tar.gz |
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-gp-evm-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/am437x-gp-evm-u-boot.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/am437x-gp-evm-u-boot.dtsi b/arch/arm/dts/am437x-gp-evm-u-boot.dtsi index 03a1c1dd39..d950d32f17 100644 --- a/arch/arm/dts/am437x-gp-evm-u-boot.dtsi +++ b/arch/arm/dts/am437x-gp-evm-u-boot.dtsi @@ -7,6 +7,8 @@ * Based on "dra7.dtsi" */ +#include "am4372-u-boot.dtsi" + /{ ocp { u-boot,dm-spl; |