Re: [PATCH v2] fdt: Use phandle to distinguish DT nodes with same name

2020-12-02 Thread Aswath Govindraju
Hi Simon, On 03/12/20 3:51 am, Simon Glass wrote: > Hi Aswath, > > On Wed, 2 Dec 2020 at 08:42, Aswath Govindraju wrote: >> >> While assigning the sequence number to subsystem instances by reading the >> aliases property, only DT nodes names are compared and not the complete >> path. This causes

Re: [PATCH v2] fdt: Use phandle to distinguish DT nodes with same name

2020-12-02 Thread Simon Glass
Hi Aswath, On Wed, 2 Dec 2020 at 08:42, Aswath Govindraju wrote: > > While assigning the sequence number to subsystem instances by reading the > aliases property, only DT nodes names are compared and not the complete > path. This causes a problem when there are two DT nodes with same name but > h

[PATCH v2] fdt: Use phandle to distinguish DT nodes with same name

2020-12-02 Thread Aswath Govindraju
While assigning the sequence number to subsystem instances by reading the aliases property, only DT nodes names are compared and not the complete path. This causes a problem when there are two DT nodes with same name but have different paths. In arch/arm/dts/k3-am65-main.dtsi there are two USB con