302-dts-0066-arm64-dts-ls1028a-add-gpu-node.patch 954 B

12345678910111213141516171819202122232425262728293031
  1. From 3e04a861ff536927ede8e826b7c4a5bf6a80dda7 Mon Sep 17 00:00:00 2001
  2. From: Yuantian Tang <[email protected]>
  3. Date: Tue, 18 Jun 2019 01:29:49 -0400
  4. Subject: [PATCH] arm64: dts: ls1028a: add gpu node
  5. Add GPU dts node to enable GPU feature.
  6. Signed-off-by: Yuantian Tang <[email protected]>
  7. ---
  8. arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 10 ++++++++++
  9. 1 file changed, 10 insertions(+)
  10. --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
  11. +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
  12. @@ -536,6 +536,16 @@
  13. clock-names = "wdog_clk", "apb_pclk";
  14. };
  15. + gpu@f0c0000 {
  16. + compatible = "fsl,ls1028a-gpu";
  17. + reg = <0x0 0x0f0c0000 0x0 0x10000>,
  18. + <0x0 0x80000000 0x0 0x80000000>,
  19. + <0x0 0x0 0x0 0x3000000>;
  20. + reg-names = "base", "phys_baseaddr",
  21. + "contiguous_mem";
  22. + interrupts = <GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH>;
  23. + };
  24. +
  25. sai1: audio-controller@f100000 {
  26. #sound-dai-cells = <0>;
  27. compatible = "fsl,vf610-sai";