Re: [PATCH] arm64: dts: imx8mp-evk: Fix hdmi@3d node

From: Shawn Guo
Date: Sun Feb 25 2024 - 08:29:20 EST


On Fri, Feb 23, 2024 at 10:57:38AM +0800, Liu Ying wrote:
> The hdmi@3d node's compatible string is "adi,adv7535" instead of
> "adi,adv7533" or "adi,adv751*".
>
> Fix the hdmi@3d node by means of:
> * Use default register addresses for "cec", "edid" and "packet", because
> there is no need to use a non-default address map.
> * Add missing interrupt related properties.
> * Drop "adi,input-*" properties which are only valid for adv751*.
> * Add VEXT_3V3 fixed regulator.
> * Add "*-supply" properties, since most are required.
> * Fix label names - s/adv7533/adv7535/.
>
> Fixes: 65344b9bed3a ("arm64: dts: imx8mp-evk: Add HDMI support")
> Signed-off-by: Liu Ying <victor.liu@xxxxxxx>

Applied, thanks!