summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorAswath Govindraju <a-govindraju@ti.com>2021-01-13 13:06:15 +0530
committerPraneeth Bajjuri <praneeth@ti.com>2021-03-16 13:04:01 -0500
commitda9ba2ab07174f6be860497ecd685900fd367e40 (patch)
treeb1d2f69ee8503f33970791e53460e8807407b553 /configs
parentd34b76c823a0c0aef7d796ea32642d7625dd6f7d (diff)
configs: am65x_evm_a53: Enable config for phandle check while getting sequence number
commit 59a51c307603c1ec7ff27cf6a310158190ab1508 upstream. 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>
Diffstat (limited to 'configs')
-rw-r--r--configs/am65x_evm_a53_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am65x_evm_a53_defconfig b/configs/am65x_evm_a53_defconfig
index 941073ce7f..444730a394 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