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:
parent
347631bcdd
commit
894f002f20
@ -3,6 +3,8 @@
|
||||
* Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
|
||||
*/
|
||||
|
||||
#include "am4372-u-boot.dtsi"
|
||||
|
||||
/{
|
||||
ocp {
|
||||
u-boot,dm-pre-reloc;
|
||||
|
20
arch/arm/dts/am4372-u-boot.dtsi
Normal file
20
arch/arm/dts/am4372-u-boot.dtsi
Normal 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";
|
||||
};
|
@ -7,6 +7,8 @@
|
||||
* Based on "dra7.dtsi"
|
||||
*/
|
||||
|
||||
#include "am4372-u-boot.dtsi"
|
||||
|
||||
/{
|
||||
ocp {
|
||||
u-boot,dm-spl;
|
||||
|
@ -3,6 +3,8 @@
|
||||
* Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
|
||||
*/
|
||||
|
||||
#include "am4372-u-boot.dtsi"
|
||||
|
||||
/{
|
||||
ocp {
|
||||
u-boot,dm-spl;
|
||||
|
@ -3,6 +3,8 @@
|
||||
* Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
|
||||
*/
|
||||
|
||||
#include "am4372-u-boot.dtsi"
|
||||
|
||||
/{
|
||||
ocp {
|
||||
u-boot,dm-spl;
|
||||
|
Loading…
Reference in New Issue
Block a user