diff options
author | Yuantian Tang <andy.tang@nxp.com> | 2019-06-18 01:29:49 -0400 |
---|---|---|
committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2019-09-17 16:03:05 +0100 |
commit | 5e563ce94fd81ba3534b2652bba758d9dd56056f (patch) | |
tree | 56045eaf14a377d51bfe7b54f404ffa1cd5185a9 | |
parent | 0a165a19001b41c39cbdf0937dcab89ccc5febb3 (diff) | |
download | linux-5e563ce94fd81ba3534b2652bba758d9dd56056f.tar.gz |
arm64: dts: ls1028a: add gpu node
Add GPU dts node to enable GPU feature.
Signed-off-by: Yuantian Tang <andy.tang@nxp.com>
-rw-r--r-- | arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi index 12cda4dc2f79..f2e715f387c4 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi @@ -649,6 +649,16 @@ queue-sizes = <64 64>; }; + gpu@f0c0000 { + compatible = "fsl,ls1028a-gpu"; + reg = <0x0 0x0f0c0000 0x0 0x10000>, + <0x0 0x80000000 0x0 0x80000000>, + <0x0 0x0 0x0 0x3000000>; + reg-names = "base", "phys_baseaddr", + "contiguous_mem"; + interrupts = <GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH>; + }; + sai1: audio-controller@f100000 { #sound-dai-cells = <0>; compatible = "fsl,vf610-sai"; |