Skip to content

Instantly share code, notes, and snippets.

@Namburger
Created August 28, 2020 22:51
Show Gist options
  • Save Namburger/f700eb6b18bd1e3697638088d5995c8b to your computer and use it in GitHub Desktop.
Save Namburger/f700eb6b18bd1e3697638088d5995c8b to your computer and use it in GitHub Desktop.
disable-hdmi-mendel.dts
/dts-v1/;
/plugin/;
/ {
compatible = "fsl,imx8mq-hdmi";
fragment@0 {
target-path = "/hdmi@32c00000";
__overlay__ {
status = "disabled";
};
};
fragment@1 {
target-path = "/dcss@0x32e00000";
__overlay__ {
status = "disabled";
};
};
};
@borguleabhijeet
Copy link

borguleabhijeet commented Dec 13, 2022 via email

@borguleabhijeet
Copy link

borguleabhijeet commented Dec 13, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment