Add device tree overlays to enable support for the Raspberry Pi 7-inch
DSI touchscreen panel on Qualcomm Monaco and Lemans EVK platforms.
The overlays configure the panel on the primary DSI interface using
a 2-lane DSI connection and instantiate the panel MCU on the
corresponding touchscreen I2C bus for each platform. The changes
allow the Raspberry Pi 7-inch display to be used as an external
display option on both EVKs without affecting the default platform
configuration.
---
To: Bjorn Andersson <andersson@kernel.org>
To: Konrad Dybcio <konradybcio@kernel.org>
To: Rob Herring <robh@kernel.org>
To: Krzysztof Kozlowski <krzk+dt@kernel.org>
To: Conor Dooley <conor+dt@kernel.org>
To: Florian Fainelli <florian.fainelli@broadcom.com>
To: Broadcom internal kernel review list <bcm-kernel-feedback-list@broadcom.com>
Cc: linux-arm-msm@vger.kernel.org
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: linux-rpi-kernel@lists.infradead.org
Cc: linux-arm-kernel@lists.infradead.org
---
Shashank Maurya (2):
arm64: dts: qcom: monaco-evk: Add Raspberry Pi 7-inch DSI panel overlay
arm64: dts: qcom: lemans-evk: Add Raspberry Pi 7-inch DSI panel overlay
arch/arm64/boot/dts/qcom/Makefile | 4 ++
.../dts/qcom/lemans-evk-raspberrypi-dsi-7inch.dtso | 83 ++++++++++++++++++++++
.../dts/qcom/monaco-evk-raspberrypi-dsi-7inch.dtso | 82 +++++++++++++++++++++
3 files changed, 169 insertions(+)
---
base-commit: ed2647532a225739e86c7f236a2ce82764ec2772
change-id: 20260907-rpi_dts_overlay-58088ffce047
prerequisite-message-id: [off-list ref]
prerequisite-patch-id: 5212bf185b35c36ed8857a67f29e60386d59ac60
prerequisite-patch-id: 056a90b913170106a6f8c1feb2366ee83c4375b9
Best regards,
--
Shashank Maurya [off-list ref]
Add a DT overlay for the Raspberry Pi 7" DSI touchscreen panel on
Monaco EVK, using mdss_dsi0 with 2 data lanes and the panel MCU on
I2C8.
Signed-off-by: Shashank Maurya <redacted>
---
arch/arm64/boot/dts/qcom/Makefile | 2 +
.../dts/qcom/monaco-evk-raspberrypi-dsi-7inch.dtso | 82 ++++++++++++++++++++++
2 files changed, 84 insertions(+)
Add a DT overlay for the Raspberry Pi 7" DSI touchscreen panel on
Lemans EVK, using mdss0_dsi0 with 2 data lanes and the panel MCU on
I2C1.
Signed-off-by: Shashank Maurya <redacted>
---
arch/arm64/boot/dts/qcom/Makefile | 2 +
.../dts/qcom/lemans-evk-raspberrypi-dsi-7inch.dtso | 83 ++++++++++++++++++++++
2 files changed, 85 insertions(+)
From: Konrad Dybcio <hidden> Date: 2026-09-09 14:51:10
On 9/7/26 8:33 AM, Shashank Maurya wrote:
Add a DT overlay for the Raspberry Pi 7" DSI touchscreen panel on
Monaco EVK, using mdss_dsi0 with 2 data lanes and the panel MCU on
I2C8.
Signed-off-by: Shashank Maurya <redacted>
---
From: Konrad Dybcio <hidden> Date: 2026-09-09 14:51:20
On 9/7/26 8:33 AM, Shashank Maurya wrote:
Add a DT overlay for the Raspberry Pi 7" DSI touchscreen panel on
Monaco EVK, using mdss_dsi0 with 2 data lanes and the panel MCU on
I2C8.
Signed-off-by: Shashank Maurya <redacted>
---
On Mon, Sep 07, 2026 at 12:03:52PM +0530, Shashank Maurya wrote:
Add device tree overlays to enable support for the Raspberry Pi 7-inch
DSI touchscreen panel on Qualcomm Monaco and Lemans EVK platforms.
The overlays configure the panel on the primary DSI interface using
a 2-lane DSI connection and instantiate the panel MCU on the
corresponding touchscreen I2C bus for each platform. The changes
allow the Raspberry Pi 7-inch display to be used as an external
display option on both EVKs without affecting the default platform
configuration.
---
To: Bjorn Andersson <andersson@kernel.org>
To: Konrad Dybcio <konradybcio@kernel.org>
To: Rob Herring <robh@kernel.org>
To: Krzysztof Kozlowski <krzk+dt@kernel.org>
To: Conor Dooley <conor+dt@kernel.org>
To: Florian Fainelli <florian.fainelli@broadcom.com>
To: Broadcom internal kernel review list <bcm-kernel-feedback-list@broadcom.com>
Cc: linux-arm-msm@vger.kernel.org
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: linux-rpi-kernel@lists.infradead.org
Cc: linux-arm-kernel@lists.infradead.org
---
Shashank Maurya (2):
arm64: dts: qcom: monaco-evk: Add Raspberry Pi 7-inch DSI panel overlay
arm64: dts: qcom: lemans-evk: Add Raspberry Pi 7-inch DSI panel overlay
arch/arm64/boot/dts/qcom/Makefile | 4 ++
.../dts/qcom/lemans-evk-raspberrypi-dsi-7inch.dtso | 83 ++++++++++++++++++++++
.../dts/qcom/monaco-evk-raspberrypi-dsi-7inch.dtso | 82 +++++++++++++++++++++
3 files changed, 169 insertions(+)
---
base-commit: ed2647532a225739e86c7f236a2ce82764ec2772
change-id: 20260907-rpi_dts_overlay-58088ffce047
prerequisite-message-id: [off-list ref]
The two dts patches in this series clearly relates to those two
regulator patches, which has received change requests.
I would have sent the 4 patches together in a series, but as you didn't
you sent this series with unmet dependencies.
All I can do now is reject this series as well. Please send v2 once the
driver changes has been merged and you have validated this again.
Regards,
Bjorn