Hi all,
Today's linux-next merge of the char-misc tree got a conflict in:
Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
between commit:
38a498a28112 ("dt-bindings: nvmem: qfprom: Add compatible for QCS615")
from the devicetree tree and commit:
f22a51b0a7cd ("dt-bindings: nvmem: qfprom: Add compatible for QCS8300")
from the char-misc tree.
I fixed it up (see below) 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.
--
Cheers,
Stephen Rothwell
diff --cc Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
index 38e0d50f0e1c,c03da595804f..000000000000
--- a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
+++ b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
@@@ -32,7 -34,7 +34,8 @@@ properties
- qcom,msm8998-qfprom
- qcom,qcm2290-qfprom
- qcom,qcs404-qfprom
+ - qcom,qcs615-qfprom
+ - qcom,qcs8300-qfprom
- qcom,sc7180-qfprom
- qcom,sc7280-qfprom
- qcom,sc8280xp-qfprom
On Tue, Jan 07, 2025 at 02:43:12PM +1100, Stephen Rothwell wrote:
> Hi all,
>
> Today's linux-next merge of the char-misc tree got a conflict in:
>
> Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
>
> between commit:
>
> 38a498a28112 ("dt-bindings: nvmem: qfprom: Add compatible for QCS615")
>
> from the devicetree tree and commit:
>
> f22a51b0a7cd ("dt-bindings: nvmem: qfprom: Add compatible for QCS8300")
>
> from the char-misc tree.
>
> I fixed it up (see below) 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.
>
> --
> Cheers,
> Stephen Rothwell
>
> diff --cc Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
> index 38e0d50f0e1c,c03da595804f..000000000000
> --- a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
> @@@ -32,7 -34,7 +34,8 @@@ properties
> - qcom,msm8998-qfprom
> - qcom,qcm2290-qfprom
> - qcom,qcs404-qfprom
> + - qcom,qcs615-qfprom
> + - qcom,qcs8300-qfprom
> - qcom,sc7180-qfprom
> - qcom,sc7280-qfprom
> - qcom,sc8280xp-qfprom
Looks good to me, thanks!
greg k-h
© 2016 - 2025 Red Hat, Inc.