]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: am65x_evm_a53: Enable config for phandle check while getting sequence number
authorAswath Govindraju <a-govindraju@ti.com>
Wed, 13 Jan 2021 07:36:15 +0000 (13:06 +0530)
committerLokesh Vutla <lokeshvutla@ti.com>
Thu, 4 Feb 2021 15:07:56 +0000 (20:37 +0530)
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

index 941073ce7f19e978f7013f38d11f3c0ec5262d68..444730a3944e65d86dd1b67d8549909d37f55d56 100644 (file)
@@ -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