This series enables a set of miscellaneous features for Billion Capture+ (a handset using the MSM8953 SoC released in 2017): - Panel and GPU - Touchscreen - WiFi + Bluetooth - Hall sensor
Patches 1 and 2 provide a driver for Novatek NT35532 and its corresponding devicetree bindings, required for enabling panel in DTS. The remaining patches are all DTS changes, aimed to enable the features listed above. To: Neil Armstrong <[email protected]> To: Jessica Zhang <[email protected]> To: David Airlie <[email protected]> To: Simona Vetter <[email protected]> To: Maarten Lankhorst <[email protected]> To: Maxime Ripard <[email protected]> To: Thomas Zimmermann <[email protected]> To: Rob Herring <[email protected]> To: Krzysztof Kozlowski <[email protected]> To: Conor Dooley <[email protected]> To: Bjorn Andersson <[email protected]> To: Konrad Dybcio <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: ~postmarketos/[email protected] Cc: [email protected] Signed-off-by: Cristian Cozzolino <[email protected]> --- Cristian Cozzolino (6): dt-bindings: display: panel: Add Novatek NT35532 LCD DSI drm/panel: Add driver for Novatek NT35532 arm64: dts: qcom: msm8953-flipkart-rimob: Enable display and GPU arm64: dts: qcom: msm8953-flipkart-rimob: Enable WiFi/Bluetooth arm64: dts: qcom: msm8953-flipkart-rimob: Enable touchscreen arm64: dts: qcom: msm8953-flipkart-rimob: Enable Hall sensor .../bindings/display/panel/novatek,nt35532.yaml | 66 ++ MAINTAINERS | 6 + .../arm64/boot/dts/qcom/msm8953-flipkart-rimob.dts | 152 ++++ drivers/gpu/drm/panel/Kconfig | 11 + drivers/gpu/drm/panel/Makefile | 1 + drivers/gpu/drm/panel/panel-novatek-nt35532.c | 767 +++++++++++++++++++++ 6 files changed, 1003 insertions(+) --- base-commit: 11439c4635edd669ae435eec308f4ab8a0804808 change-id: 20260303-rimob-new-features-037944b3a620 Best regards, -- Cristian Cozzolino <[email protected]>

