[PATCH v1 0/3] Fixes for Mediatek dt-bindings

Nícolas F. R. A. Prado posted 3 patches 2 years, 6 months ago
.../devicetree/bindings/media/mediatek,vcodec-encoder.yaml     | 3 +++
Documentation/devicetree/bindings/remoteproc/mtk,scp.yaml      | 3 +++
Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml   | 1 +
3 files changed, 7 insertions(+)
[PATCH v1 0/3] Fixes for Mediatek dt-bindings
Posted by Nícolas F. R. A. Prado 2 years, 6 months ago
This series has some fixes for Mediatek dt-bindings. It solves some
warnings printed by dtbs_check, both for already merged Devicetrees, as
well as some that would be introduced by the changes to mt8192.dtsi in
[1].

[1] https://lore.kernel.org/all/20220218091633.9368-1-allen-kh.cheng@mediatek.com/


Nícolas F. R. A. Prado (3):
  dt-bindings: remoteproc: mediatek: Add interrupts property to mtk,scp
  dt-bindings: usb: mtk-xhci: Allow wakeup interrupt-names to be
    optional
  media: dt-bindings: mtk-vcodec-encoder: Add power-domains property

 .../devicetree/bindings/media/mediatek,vcodec-encoder.yaml     | 3 +++
 Documentation/devicetree/bindings/remoteproc/mtk,scp.yaml      | 3 +++
 Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml   | 1 +
 3 files changed, 7 insertions(+)

-- 
2.35.1

Re: [PATCH v1 0/3] Fixes for Mediatek dt-bindings
Posted by Nícolas F. R. A. Prado 2 years, 5 months ago
Hi Matthias,

Maybe you could pick this series through your tree? It addresses some dtc
warnings that are introduced with the new nodes in mt8192.dtsi that you just
picked up on your v5.18-next/dts64 branch.

Thanks,
Nícolas

On Fri, Feb 25, 2022 at 05:58:51PM -0500, Nícolas F. R. A. Prado wrote:
> 
> This series has some fixes for Mediatek dt-bindings. It solves some
> warnings printed by dtbs_check, both for already merged Devicetrees, as
> well as some that would be introduced by the changes to mt8192.dtsi in
> [1].
> 
> [1] https://lore.kernel.org/all/20220218091633.9368-1-allen-kh.cheng@mediatek.com/
> 
> 
> Nícolas F. R. A. Prado (3):
>   dt-bindings: remoteproc: mediatek: Add interrupts property to mtk,scp
>   dt-bindings: usb: mtk-xhci: Allow wakeup interrupt-names to be
>     optional
>   media: dt-bindings: mtk-vcodec-encoder: Add power-domains property
> 
>  .../devicetree/bindings/media/mediatek,vcodec-encoder.yaml     | 3 +++
>  Documentation/devicetree/bindings/remoteproc/mtk,scp.yaml      | 3 +++
>  Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml   | 1 +
>  3 files changed, 7 insertions(+)
> 
> -- 
> 2.35.1
Re: [PATCH v1 0/3] Fixes for Mediatek dt-bindings
Posted by Bjorn Andersson 2 years, 5 months ago
On Mon 04 Apr 10:22 CDT 2022, N?colas F. R. A. Prado wrote:

> Hi Matthias,
> 
> Maybe you could pick this series through your tree? It addresses some dtc
> warnings that are introduced with the new nodes in mt8192.dtsi that you just
> picked up on your v5.18-next/dts64 branch.
> 

I don't see a reply from Matthias, so I've picked up this (the
remoteproc) fix in our tree.

Thanks,
Bjorn

> Thanks,
> Nícolas
> 
> On Fri, Feb 25, 2022 at 05:58:51PM -0500, Nícolas F. R. A. Prado wrote:
> > 
> > This series has some fixes for Mediatek dt-bindings. It solves some
> > warnings printed by dtbs_check, both for already merged Devicetrees, as
> > well as some that would be introduced by the changes to mt8192.dtsi in
> > [1].
> > 
> > [1] https://lore.kernel.org/all/20220218091633.9368-1-allen-kh.cheng@mediatek.com/
> > 
> > 
> > Nícolas F. R. A. Prado (3):
> >   dt-bindings: remoteproc: mediatek: Add interrupts property to mtk,scp
> >   dt-bindings: usb: mtk-xhci: Allow wakeup interrupt-names to be
> >     optional
> >   media: dt-bindings: mtk-vcodec-encoder: Add power-domains property
> > 
> >  .../devicetree/bindings/media/mediatek,vcodec-encoder.yaml     | 3 +++
> >  Documentation/devicetree/bindings/remoteproc/mtk,scp.yaml      | 3 +++
> >  Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml   | 1 +
> >  3 files changed, 7 insertions(+)
> > 
> > -- 
> > 2.35.1
Re: [PATCH v1 0/3] Fixes for Mediatek dt-bindings
Posted by Matthias Brugger 2 years, 5 months ago

On 22/04/2022 17:16, Bjorn Andersson wrote:
> On Mon 04 Apr 10:22 CDT 2022, N?colas F. R. A. Prado wrote:
> 
>> Hi Matthias,
>>
>> Maybe you could pick this series through your tree? It addresses some dtc
>> warnings that are introduced with the new nodes in mt8192.dtsi that you just
>> picked up on your v5.18-next/dts64 branch.
>>
> 
> I don't see a reply from Matthias, so I've picked up this (the
> remoteproc) fix in our tree.
> 

That's totally fine. I'm reluctant to take random dt-binding patches as it can 
provoke merge conflicts when there are other patches on the same binding taken 
by the driver maintainer. Normally I leave it to the driver maintainer to take 
such kind of patches.

Regards,
Matthias

> Thanks,
> Bjorn
> 
>> Thanks,
>> Nícolas
>>
>> On Fri, Feb 25, 2022 at 05:58:51PM -0500, Nícolas F. R. A. Prado wrote:
>>>
>>> This series has some fixes for Mediatek dt-bindings. It solves some
>>> warnings printed by dtbs_check, both for already merged Devicetrees, as
>>> well as some that would be introduced by the changes to mt8192.dtsi in
>>> [1].
>>>
>>> [1] https://lore.kernel.org/all/20220218091633.9368-1-allen-kh.cheng@mediatek.com/
>>>
>>>
>>> Nícolas F. R. A. Prado (3):
>>>    dt-bindings: remoteproc: mediatek: Add interrupts property to mtk,scp
>>>    dt-bindings: usb: mtk-xhci: Allow wakeup interrupt-names to be
>>>      optional
>>>    media: dt-bindings: mtk-vcodec-encoder: Add power-domains property
>>>
>>>   .../devicetree/bindings/media/mediatek,vcodec-encoder.yaml     | 3 +++
>>>   Documentation/devicetree/bindings/remoteproc/mtk,scp.yaml      | 3 +++
>>>   Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml   | 1 +
>>>   3 files changed, 7 insertions(+)
>>>
>>> -- 
>>> 2.35.1