mbox series

[v2,0/3] Update MT8188 OVL compatible from MT8183 to MT8195

Message ID 20241213095044.23757-1-jason-jh.lin@mediatek.com (mailing list archive)
Headers show
Series Update MT8188 OVL compatible from MT8183 to MT8195 | expand

Message

Jason-JH.Lin Dec. 13, 2024, 9:50 a.m. UTC
This patch series updates the compatible strings for the MediaTek OVL
in the MT8188 dts and the corresponding dt-binding.
The changes ensure that the MT8188 OVL device is correctly identified
and managed by the appropriate drivers.

The 1st patch is resending the reviewed and acked patch from:
- https://lore.kernel.org/all/5d9e6f6c-604d-4e2d-a448-fc5b8bd24a75@collabora.com/
and rebase it to the latest linux-next-20241212.

The 2nd and the 3rd patches are updating the mt8188.dtsi and mt8195.dtsi
according to the 1st patch.

---

Change in v2:
1. Add missing mt8195 compatible in the beginning of compatible property.
2. Add fix patch to mt8195.

---

Hsiao Chien Sung (1):
  dt-bindings: display: mediatek: ovl: Modify rules for MT8195/MT8188

Jason-JH.Lin (2):
  dts: arm64: mediatek: mt8188: Update OVL compatible from MT8183 to
    MT8195
  dts: arm64: mediatek: mt8195: Remove MT8183 compatible for OVL

 .../bindings/display/mediatek/mediatek,ovl.yaml          | 9 ++++-----
 arch/arm64/boot/dts/mediatek/mt8188.dtsi                 | 2 +-
 arch/arm64/boot/dts/mediatek/mt8195.dtsi                 | 2 +-
 3 files changed, 6 insertions(+), 7 deletions(-)