Guest User

Untitled

a guest
Dec 9th, 2020
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. / {
  2. lvds_panel: lvds_panel {
  3. compatible ="auo,b101ew05","simple-panel";
  4. backlight = <&panel_backlight>;
  5. status = "okay";
  6. };
  7. };
  8.  
  9. &lvds {
  10. rockchip,data-mapping = "vesa";
  11. rockchip,data-width = <24>;
  12. rockchip,output = "lvds";
  13. rockchip,panel = <&lvds_panel>;
  14. status = "okay";
  15. };
  16.  
  17. &lvds_panel {
  18. power-supply = <&vcc_lcd &vsdp &vsdn>;
  19. };
  20.  
  21. &gpu {
  22. mali-supply = <&vdd_gpu>;
  23. status = "okay";
  24. };
  25.  
  26.  
Advertisement
Add Comment
Please, Sign In to add comment