Following the merging of related bindings, driver and mesa changes, enable the GPU on both of these platforms. P1 for Will/iommu, rest for qcom Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> --- Changes in v2: - Sort nodes better in 8550dtsi - Fix the 8550 GPU chip ID - Pick up tags - Link to v1: https://lore.kernel.org/r/20231127-topic-a7xx_dt-v1-0-a228b8122ebf@xxxxxxxxxx --- Konrad Dybcio (6): dt-bindings: arm-smmu: Document SM8[45]50 GPU SMMU arm64: dts: qcom: sm8450: Add GPU nodes arm64: dts: qcom: sm8550: Add GPU nodes arm64: dts: qcom: sm8550-qrd: Enable the A740 GPU arm64: dts: qcom: sm8550-mtp: Enable the A740 GPU arm64: dts: qcom: sm8450-hdk: Enable the A730 GPU .../devicetree/bindings/iommu/arm,smmu.yaml | 48 ++++- arch/arm64/boot/dts/qcom/sm8450-hdk.dts | 8 + arch/arm64/boot/dts/qcom/sm8450.dtsi | 202 +++++++++++++++++++++ arch/arm64/boot/dts/qcom/sm8550-mtp.dts | 8 + arch/arm64/boot/dts/qcom/sm8550-qrd.dts | 8 + arch/arm64/boot/dts/qcom/sm8550.dtsi | 166 +++++++++++++++++ 6 files changed, 438 insertions(+), 2 deletions(-) --- base-commit: 629a3b49f3f957e975253c54846090b8d5ed2e9b change-id: 20231127-topic-a7xx_dt-feee4142edda Best regards, -- Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>