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