diff options
author | 2024-06-19 16:31:37 +0100 | |
---|---|---|
committer | 2024-06-20 09:52:54 +0100 | |
commit | 75895aa2bc1e0dbf062a33ec1f754ef6801d64dd (patch) | |
tree | f02480e75f917bab3fe5749cdc384924fe028fa6 | |
parent | arm64: dts: juno: add dedicated FPGA syscon compatible (diff) | |
download | wireguard-linux-75895aa2bc1e0dbf062a33ec1f754ef6801d64dd.tar.xz wireguard-linux-75895aa2bc1e0dbf062a33ec1f754ef6801d64dd.zip |
arm64: dts: juno: Enable GPU
Both Mali-T620 and Juno's HDLCD are now supported by upstream Mesa in
recent distros, so there's little reason not to enable the GPU by
default. At the very least it should offer a little extra CI coverage
for Panfrost probing and wiggling SCMI.
Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Acked-by: Liviu Dudau <liviu.dudau@arm.com>
Link: https://lore.kernel.org/r/07e45a015ff8934c4571617c8e8e90205e430eb6.1718811097.git.robin.murphy@arm.com
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
-rw-r--r-- | arch/arm64/boot/dts/arm/juno-base.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/arm/juno-base.dtsi b/arch/arm64/boot/dts/arm/juno-base.dtsi index 98ed2b329ed6..055764d0b9e5 100644 --- a/arch/arm64/boot/dts/arm/juno-base.dtsi +++ b/arch/arm64/boot/dts/arm/juno-base.dtsi @@ -663,7 +663,6 @@ dma-coherent; /* The SMMU is only really of interest to bare-metal hypervisors */ /* iommus = <&smmu_gpu 0>; */ - status = "disabled"; }; sram: sram@2e000000 { |