From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Cercueil Subject: Re: [PATCH v3 8/8] MIPS: DTS: jz4780: add sgx gpu node Date: Sun, 24 Nov 2019 13:57:26 +0100 Message-ID: <1574600246.3.0@crapouillou.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: "H. Nikolaus Schaller" Cc: David Airlie , Daniel Vetter , Rob Herring , Mark Rutland , =?iso-8859-1?q?Beno=EEt?= Cousson , Tony Lindgren , Ralf Baechle , Paul Burton , James Hogan , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, openpvrsgx-devgroup@letux.org, letux-kernel@openphoenux.org, kernel@pyra-handheld.com, linux-mips@vger.kernel.org, Paul Boddie List-Id: linux-omap@vger.kernel.org Hi Nikolaus, Le dim., nov. 24, 2019 at 12:40, H. Nikolaus Schaller=20 a =E9crit : > and add interrupt and clocks. >=20 > Tested to build for CI20 board and load a (non-working) driver. >=20 > Suggested-by: Paul Boddie > Signed-off-by: H. Nikolaus Schaller > --- > arch/mips/boot/dts/ingenic/jz4780.dtsi | 11 +++++++++++ > 1 file changed, 11 insertions(+) >=20 > diff --git a/arch/mips/boot/dts/ingenic/jz4780.dtsi=20 > b/arch/mips/boot/dts/ingenic/jz4780.dtsi > index c54bd7cfec55..21ea5f4a405b 100644 > --- a/arch/mips/boot/dts/ingenic/jz4780.dtsi > +++ b/arch/mips/boot/dts/ingenic/jz4780.dtsi > @@ -46,6 +46,17 @@ > #clock-cells =3D <1>; > }; >=20 > + gpu: gpu@13040000 { We try to keep the nodes ordered by address, could you move this node=20 where it belongs? Thanks, -Paul > + compatible =3D "ingenic,jz4780-sgx540-120", "img,sgx540-120",=20 > "img,sgx540", "img,sgx5"; > + reg =3D <0x13040000 0x4000>; > + > + clocks =3D <&cgu JZ4780_CLK_GPU>; > + clock-names =3D "gpu"; > + > + interrupt-parent =3D <&intc>; > + interrupts =3D <63>; > + }; > + > tcu: timer@10002000 { > compatible =3D "ingenic,jz4780-tcu", > "ingenic,jz4770-tcu", > -- > 2.23.0 >=20 =