How to change DSI setting value from DTS
#3
(08-22-2018, 12:22 AM)dkryder Wrote: you want a DTC, device tree compiler, to both compile/de-compile[disassemble]
google device tree compiler
Hi dkryder
Thank you for answering.

I changed the DSI resolution with compile / de-compile.


Changed from default value as follows.
Then, a kernel panic will now occur on startup.

<default>
---------------------------------------------
2166             lcd_x = <0x400>;
2167             lcd_y = <0x258>;
---------------------------------------------
<modify>
---------------------------------------------
2166             lcd_x = <0x216>;
2167             lcd_y = <0x4B0>;
---------------------------------------------

However, setting it to half of the default value starts normally.

<default>
---------------------------------------------
2166             lcd_x = <0x400>;
2167             lcd_y = <0x258>;
---------------------------------------------
<modify>
---------------------------------------------
2166             lcd_x = <0x200>;
2167             lcd_y = <0x12C>;
---------------------------------------------

Is there a limit to the setting value of DSI?

Thank you.
  Reply


Messages In This Thread
RE: How to change DSI setting value from DTS - by r.tanaka - 08-22-2018, 02:16 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Clock Setting 12 hrs coolnine98 2 5,747 06-30-2022, 09:38 AM
Last Post: sblaydes
  Can't seem to change keyboard layout... pqueiro 5 8,579 04-23-2019, 06:54 PM
Last Post: javiergbarroso
  Trouble setting up psensor (or any other) DukeJustice 9 10,781 08-16-2016, 06:47 AM
Last Post: DukeJustice
  display resolution setting frustrated1 6 8,380 07-04-2016, 02:55 AM
Last Post: cristiano

Forum Jump:


Users browsing this thread: 2 Guest(s)