Advertisement
zmatt

am335x-boneblack-no-hdmi.dts

Jul 3rd, 2022
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.28 KB | None | 0 0
  1. #include "am335x-boneblack.dts"
  2.  
  3. &{/chosen} {
  4.     base_dtb = "NAME-OF-THIS-FILE.dts";  // XXX put name of this file here
  5. };
  6.  
  7. // disable HDMI
  8. &lcdc { status = "disabled"; };
  9. &tda19988 { status = "disabled"; };
  10. &mcasp0 { status = "disabled"; };
  11. &{/sound} { status = "disabled"; };
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement