-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
arm64: dts: qcom: sdm660-xiaomi-lavender: Split by display #26
arm64: dts: qcom: sdm660-xiaomi-lavender: Split by display #26
Conversation
Why draft? not tested? |
Boe variant is tested, maybe i should add copyright comments and thinking about change td4320 compatible name. |
And I think -common.dtsi should not contain |
I've tested it on my variant and as-is display doesn't come online due to panel compatible missing |
9429e8f
to
9499484
Compare
Enable display susystem, Adreno GPU and all required nodes, such as iommus, gpucc and DSI PHY. Add panel node. Relocate zap-shader memory region to avoid CPU stalls. Signed-off-by: Alexey Minnekhanov <[email protected]>
I have modified like xiaomi-berillyum at sdm845-mainline |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add new panel driver as module (CONFIG_DRM_PANEL_BOE_TD4320=m) to https://github.com/sdm660-mainline/linux/blob/qcom-sdm660-6.8.y/arch/arm64/configs/sdm660_defconfig otherwise it might get lost and forgotten.
Also maybe fix all FIXMEs in panel driver... and it will be in upstreamable state, I hope (almost...)
Xiaomi Redmi Note 7 (lavender) has two variant one with tianma display with novatek touchscreen and one with boe display with synpatics touchscreen. These changes split lavender devicetree by display. Signed-off-by: Barnabás Czémán <[email protected]>
Add boe td4320 DSI panel driver. Signed-off-by: Barnabás Czémán <[email protected]>
Add compatibles for Xiaomi Redmi Note 7 (lavender) variants. Signed-off-by: Barnabás Czémán <[email protected]>
Add CONFIG_DRM_PANEL_BOE_TD4320 as a module. Signed-off-by: Barnabás Czémán <[email protected]>
Great, thanks! Needs some testing on real hw and then probably good to go |
Works fine here, thanks! |
Xiaomi Redmi Note 7 (lavender) has two variant one with tianma display
with novatek touchscreen and one with boe display with synpatics
touchscreen. These changes split lavender devicetree by display.