msm8916-mainline / linux-mdss-dsi-panel-driver-generator

Generate Linux DRM panel kernel driver based on QCOM MDSS DSI device tree
GNU General Public License v2.0
53 stars 33 forks source link

Add prints of read dt props #6

Closed ichernev closed 2 years ago

ichernev commented 3 years ago

For some vendors, the DT properties differ a lot from what is expected by the script. Print all properties that are read, to ease with debugging/porting vendor DT to script-compatible DT.

I guess all prints can be enabled/disabled with a cmd option? Let me know.

qwertyuiopzxcvbnmlkjhgfdsa1 commented 2 years ago

Thanks for your patch, without it i wouldn't be able to generate driver

stephan-gh commented 2 years ago

I added something that properly prints failing properties: https://github.com/msm8916-mainline/linux-mdss-dsi-panel-driver-generator/commit/e7dd1650786ed990bf47fe080c9a44fcce240e83 which should be mostly equivalent I hope.