On Fri, Aug 27, 2021 at 04:58:22PM +1000, Stephen Rothwell wrote: > Hi all, > > On Mon, 9 Aug 2021 17:10:23 +1000 Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote: > > > > Today's linux-next merge of the phy-next tree got a conflict in: > > > > Documentation/devicetree/bindings/phy/qcom,qmp-usb3-dp-phy.yaml > > > > between commit: > > > > e516ac5d48fe ("dt-bindings: phy: qcom,qmp-usb3-dp: Add support for SC7280") > > > > from the usb tree and commit: > > > > 1a00d130596f ("dt-bindings: phy: qcom,qmp-usb3-dp: Add support for sc8180x") > > > > from the phy-next tree. > > > > > > diff --cc Documentation/devicetree/bindings/phy/qcom,qmp-usb3-dp-phy.yaml > > index 20199833f144,1d49cc3d4eae..000000000000 > > --- a/Documentation/devicetree/bindings/phy/qcom,qmp-usb3-dp-phy.yaml > > +++ b/Documentation/devicetree/bindings/phy/qcom,qmp-usb3-dp-phy.yaml > > @@@ -14,7 -14,7 +14,8 @@@ properties > > compatible: > > enum: > > - qcom,sc7180-qmp-usb3-dp-phy > > + - qcom,sc7280-qmp-usb3-dp-phy > > + - qcom,sc8180x-qmp-usb3-dp-phy > > - qcom,sdm845-qmp-usb3-dp-phy > > - qcom,sm8250-qmp-usb3-dp-phy > > reg: > > This is now a conflict between the char-misc tree and the usb tree. Resolution looks good to me, thanks. greg k-h