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>
This commit is contained in:
Jean-Jacques Hiblot 2018-12-04 11:30:52 +01:00 committed by Marek Vasut
parent 347631bcdd
commit 894f002f20
5 changed files with 28 additions and 0 deletions

View file

@ -3,6 +3,8 @@
* Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
*/ */
#include "am4372-u-boot.dtsi"
/{ /{
ocp { ocp {
u-boot,dm-pre-reloc; u-boot,dm-pre-reloc;

View file

@ -0,0 +1,20 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
*/
&am43xx_control_usb2phy1 {
compatible = "ti,control-phy-usb2-am437", "syscon";
};
&am43xx_control_usb2phy2 {
compatible = "ti,control-phy-usb2-am437", "syscon";
};
&ocp2scp0 {
compatible = "ti,am437x-ocp2scp", "ti,omap-ocp2scp", "simple-bus";
};
&ocp2scp1 {
compatible = "ti,am437x-ocp2scp", "ti,omap-ocp2scp", "simple-bus";
};

View file

@ -7,6 +7,8 @@
* Based on "dra7.dtsi" * Based on "dra7.dtsi"
*/ */
#include "am4372-u-boot.dtsi"
/{ /{
ocp { ocp {
u-boot,dm-spl; u-boot,dm-spl;

View file

@ -3,6 +3,8 @@
* Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
*/ */
#include "am4372-u-boot.dtsi"
/{ /{
ocp { ocp {
u-boot,dm-spl; u-boot,dm-spl;

View file

@ -3,6 +3,8 @@
* Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
*/ */
#include "am4372-u-boot.dtsi"
/{ /{
ocp { ocp {
u-boot,dm-spl; u-boot,dm-spl;