Re: linux-next: manual merge of the char-misc tree with the arm-soc tree

From: Greg KH
Date: Tue Mar 15 2022 - 03:35:41 EST


On Tue, Mar 15, 2022 at 04:51:33PM +1100, Stephen Rothwell wrote:
> Hi all,
>
> Today's linux-next merge of the char-misc tree got a conflict in:
>
> Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.txt
>
> between commit:
>
> c04421c68fd4 ("dt-bindings: phy: qcom,usb-hs-phy: add MSM8226 compatible")
>
> from the arm-soc tree and commit:
>
> e7393b60a14f ("dt-bindings: phy: convert Qualcomm USB HS phy to yaml")
>
> from the char-misc tree.
>
> I fixed it up (I removed the file and added the following patch) and
> can carry the fix as necessary. This is now fixed as far as linux-next
> is concerned, but any non trivial conflicts should be mentioned to your
> upstream maintainer when your tree is submitted for merging. You may
> also want to consider cooperating with the maintainer of the conflicting
> tree to minimise any particularly complex conflicts.
>
> From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
> Date: Tue, 15 Mar 2022 16:48:51 +1100
> Subject: [PATCH] fixup for "dt-bindings: phy: convert Qualcomm USB HS phy to yaml"
>
> Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.yaml
> index a60386bd19b2..e23e5590eaa3 100644
> --- a/Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.yaml
> +++ b/Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.yaml
> @@ -38,6 +38,7 @@ properties:
> items:
> - enum:
> - qcom,usb-hs-phy-apq8064
> + - qcom,usb-hs-phy-msm8226
> - qcom,usb-hs-phy-msm8916
> - qcom,usb-hs-phy-msm8974
> - const: qcom,usb-hs-phy
> --
> 2.34.1
>
> --
> Cheers,
> Stephen Rothwell



Looks good, thanks!