Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- elif test "${pinebook_lcd_mode}" = "batch3"; then
- echo "Fixing LCD parameters to use Pinebook Batch 3"
- fdt set /soc@01c00000/boot_disp output_type "<0x00000001>" # Set boot disp to LCD
- fdt set /soc@01c00000/boot_disp output_mode "<0x0000000a>" # Set boot disp mode to 1080p60
- fdt set /soc@01c00000/disp@01000000 screen0_output_mode "<0x0000000a>" # Set boot disp mode to 1080p60
- fdt set /soc@01c00000/lcd0@01c0c000 lcd_x "<0x780>"
- fdt set /soc@01c00000/lcd0@01c0c000 lcd_y "<0x438>"
- fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement