diff mbox series

configs: am65x_evm_a53: Enable config for phandle check while getting sequence number

Message ID 20210113073615.32268-1-a-govindraju@ti.com
State Accepted
Commit 59a51c307603c1ec7ff27cf6a310158190ab1508
Delegated to: Lokesh Vutla
Headers show
Series configs: am65x_evm_a53: Enable config for phandle check while getting sequence number | expand

Commit Message

Aswath Govindraju Jan. 13, 2021, 7:36 a.m. UTC
AM65x SoC has two USB subsystems and their corresponding device tree nodes
have the same name but different path. While allocating sequence numbers
for these device tree nodes using alias, phandles can be used to
distinguish them.

Enable config for phandle check while getting sequence number to
distinguish the USB device tree nodes.

Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
---
 configs/am65x_evm_a53_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Lokesh Vutla Jan. 18, 2021, 4:17 a.m. UTC | #1
On 13/01/21 1:06 pm, Aswath Govindraju wrote:
> AM65x SoC has two USB subsystems and their corresponding device tree nodes
> have the same name but different path. While allocating sequence numbers
> for these device tree nodes using alias, phandles can be used to
> distinguish them.
> 
> Enable config for phandle check while getting sequence number to
> distinguish the USB device tree nodes.
> 
> Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>

Applied to u-boot-ti/for-next branch.

Thanks and regards,
Lokesh
diff mbox series

Patch

diff --git a/configs/am65x_evm_a53_defconfig b/configs/am65x_evm_a53_defconfig
index 941073ce7f19..444730a3944e 100644
--- a/configs/am65x_evm_a53_defconfig
+++ b/configs/am65x_evm_a53_defconfig
@@ -161,3 +161,4 @@  CONFIG_USB_GADGET_VENDOR_NUM=0x0451
 CONFIG_USB_GADGET_PRODUCT_NUM=0x6162
 CONFIG_USB_GADGET_DOWNLOAD=y
 CONFIG_OF_LIBFDT_OVERLAY=y
+CONFIG_PHANDLE_CHECK_SEQ=y