[PATCH 0/2] Fix dtcheck warnings for mediatek,dpi binding

Pin-yen Lin posted 2 patches 1 year, 4 months ago
.../bindings/display/mediatek/mediatek,dpi.yaml           | 8 ++++++++
arch/arm64/boot/dts/mediatek/mt8183.dtsi                  | 4 ++++
2 files changed, 12 insertions(+)
[PATCH 0/2] Fix dtcheck warnings for mediatek,dpi binding
Posted by Pin-yen Lin 1 year, 4 months ago
This series fixes two binding schema errors in mediatek,dpi binding.
The first patch adds the power-domain property to the binding, and the
second patch adds the port node as it's required by the binding.


Pin-yen Lin (2):
  dt-bindings: display: mediatek: dpi: Add power-domains to the bindings
  arm64: dts: mt8183: Add port node to dpi node

 .../bindings/display/mediatek/mediatek,dpi.yaml           | 8 ++++++++
 arch/arm64/boot/dts/mediatek/mt8183.dtsi                  | 4 ++++
 2 files changed, 12 insertions(+)

-- 
2.46.0.662.g92d0881bb0-goog
Re: (subset) [PATCH 0/2] Fix dtcheck warnings for mediatek,dpi binding
Posted by AngeloGioacchino Del Regno 1 year, 4 months ago
On Thu, 12 Sep 2024 22:43:57 +0800, Pin-yen Lin wrote:
> This series fixes two binding schema errors in mediatek,dpi binding.
> The first patch adds the power-domain property to the binding, and the
> second patch adds the port node as it's required by the binding.
> 
> 
> Pin-yen Lin (2):
>   dt-bindings: display: mediatek: dpi: Add power-domains to the bindings
>   arm64: dts: mt8183: Add port node to dpi node
> 
> [...]

Applied to v6.12-next/dts64, thanks!

[2/2] arm64: dts: mt8183: Add port node to dpi node
      https://git.kernel.org/mediatek/c/ec1a37b3

Cheers,
Angelo