/dts-v1/; /plugin/; /* * DVK display overlay: * LCDIF -> MIPI-DSI -> LT8912 -> HDMI connector * * This overlay selects the stock DVK HDMI path and disables all Leahi-only * LVDS pieces. */ / { fragment@0 { target-path = "/"; __overlay__ { overlay-description = "Leahi base: DVK HDMI via LT8912"; }; }; /* Enable HDMI connector and restore DDC/EDID probing on the DVK path. */ fragment@1 { target-path = "/hdmi-connector"; __overlay__ { status = "okay"; ddc-i2c-bus = <&i2c3>; }; }; /* Enable LT8912 bridge for HDMI. */ fragment@2 { target = <<_bridge>; __overlay__ { status = "okay"; }; }; /* Disable the Leahi LVDS bridge path. */ fragment@3 { target = <&dsi_lvds_bridge>; __overlay__ { status = "disabled"; }; }; /* Disable the Leahi LVDS backlight. */ fragment@4 { target = <&lvds_backlight>; __overlay__ { status = "disabled"; }; }; fragment@5 { target = <&lvds_panel>; __overlay__ { status = "disabled"; }; }; };