Re: [PATCH v2 1/5] dt-bindings: phy-qcom-qmp: Fix register underspecification

2018-10-23 Thread Evan Green
On Mon, Oct 22, 2018 at 5:29 PM Rob Herring wrote: > > On Thu, Oct 18, 2018 at 02:09:29PM -0700, Evan Green wrote: > > This change adds register regions for the second lane of dual-lane nodes. > > This additional specification is needed so that the driver can stop > > reaching beyond the tx and rx

Re: [PATCH v2 1/5] dt-bindings: phy-qcom-qmp: Fix register underspecification

2018-10-22 Thread Rob Herring
On Thu, Oct 18, 2018 at 02:09:29PM -0700, Evan Green wrote: > This change adds register regions for the second lane of dual-lane nodes. > This additional specification is needed so that the driver can stop > reaching beyond the tx and rx register allocations to get at the > second lane registers in

Re: [PATCH v2 1/5] dt-bindings: phy-qcom-qmp: Fix register underspecification

2018-10-18 Thread Doug Anderson
Hi, On Thu, Oct 18, 2018 at 2:09 PM Evan Green wrote: > > This change adds register regions for the second lane of dual-lane nodes. > This additional specification is needed so that the driver can stop > reaching beyond the tx and rx register allocations to get at the > second lane registers in a

[PATCH v2 1/5] dt-bindings: phy-qcom-qmp: Fix register underspecification

2018-10-18 Thread Evan Green
This change adds register regions for the second lane of dual-lane nodes. This additional specification is needed so that the driver can stop reaching beyond the tx and rx register allocations to get at the second lane registers in a dual-lane PHY. While in there, document #clock-cells as optional