Re: [PATCH v2 2/3] PCI: j721e: Get offset within "syscon" from "ti,syscon-pcie-ctrl" phandle arg

2020-12-07 Thread Rob Herring
On Fri, Dec 4, 2020 at 1:52 AM Kishon Vijay Abraham I wrote: > > Get "syscon" pcie_ctrl offset from the argument of "ti,syscon-pcie-ctrl" > phandle. Previously a subnode to "syscon" node was added which has the > exact memory mapped address of pcie_ctrl but now the offset of pcie_ctrl > within "sy

[PATCH v2 2/3] PCI: j721e: Get offset within "syscon" from "ti,syscon-pcie-ctrl" phandle arg

2020-12-03 Thread Kishon Vijay Abraham I
Get "syscon" pcie_ctrl offset from the argument of "ti,syscon-pcie-ctrl" phandle. Previously a subnode to "syscon" node was added which has the exact memory mapped address of pcie_ctrl but now the offset of pcie_ctrl within "syscon" is now being passed as argument to "ti,syscon-pcie-ctrl" phandle.