This series adds support for enabling DSI output and attaching a Raspberry Pi 7-inch panel on the BeagleBone AI-64 (J721e). The patches include: 1. Bindings- Extend panel-simple bindings to allow the Raspberry Pi panel to bedescribed. 2. SoC integration- Add DSI and DPHY TX nodes for J721e main domain. 3. Board integration -Hook up the Raspberry Pi 7-inch panel to the BeagleBone AI-64 using the DSI interface.
Harikrishna Shenoy (2): devicetree: bindings: dsiplay: panel: panel-simple.yaml: Add Raspberry pi dsi panel compatible arm64: dts: ti: k3-j721e-beagleboneai64: Add DSI RPi Panel Rahul T R (1): arm64: dts: ti: k3-j721e-main: Add DSI and DPHY-TX .../bindings/display/panel/panel-simple.yaml | 2 + arch/arm64/boot/dts/ti/Makefile | 4 + ...1e-beagleboneai64-dsi-rpi-7inch-panel.dtso | 141 ++++++++++++++++++ .../boot/dts/ti/k3-j721e-beagleboneai64.dts | 7 +- arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 31 ++++ 5 files changed, 184 insertions(+), 1 deletion(-) create mode 100644 arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64-dsi-rpi-7inch-panel.dtso -- 2.34.1