Re: [PATCH v2 2/2] arm: dts: add ARM Mali GPU node for Odroid XU3

2019-06-19 Thread Joseph Kogut
On Mon, Jun 17, 2019 at 9:36 AM Krzysztof Kozlowski wrote: > > On Mon, Jun 17, 2019 at 09:15:23AM -0700, Joseph Kogut wrote: > > Hi Krzysztof, > > > > Thanks for the review. > > > > On Sun, Jun 16, 2019 at 1:59 AM Krzysztof Kozlowski wrote: > > > > > > On Fri, Jun 14, 2019 at 04:57:19PM -0700,

Re: [PATCH v2 2/2] arm: dts: add ARM Mali GPU node for Odroid XU3

2019-06-18 Thread Krzysztof Kozlowski
On Tue, 18 Jun 2019 at 19:42, Joseph Kogut wrote: > > > > > > > > + reg = <0x1180 0x5000>; > > > > > + interrupts = , > > > > > + , > > > > > + ; > > > > > + interrupt-names = "job", "mmu", "gpu"; > > > > >

Re: [PATCH v2 2/2] arm: dts: add ARM Mali GPU node for Odroid XU3

2019-06-18 Thread Krzysztof Kozlowski
On Tue, 18 Jun 2019 at 16:18, Rob Herring wrote: > > On Tue, Jun 18, 2019 at 3:27 AM Krzysztof Kozlowski wrote: > > > > On Sat, 15 Jun 2019 at 01:57, Joseph Kogut wrote: > > > > > > Add device tree node for mali gpu on Odroid XU3 SoCs. > > > > > > Signed-off-by: Joseph Kogut > > > --- > > > >

Re: [PATCH v2 2/2] arm: dts: add ARM Mali GPU node for Odroid XU3

2019-06-18 Thread Rob Herring
On Tue, Jun 18, 2019 at 3:27 AM Krzysztof Kozlowski wrote: > > On Sat, 15 Jun 2019 at 01:57, Joseph Kogut wrote: > > > > Add device tree node for mali gpu on Odroid XU3 SoCs. > > > > Signed-off-by: Joseph Kogut > > --- > > > > Changes v1 -> v2: > > - Use interrupt name ordering from binding doc

Re: [PATCH v2 2/2] arm: dts: add ARM Mali GPU node for Odroid XU3

2019-06-18 Thread Krzysztof Kozlowski
On Sat, 15 Jun 2019 at 01:57, Joseph Kogut wrote: > > Add device tree node for mali gpu on Odroid XU3 SoCs. > > Signed-off-by: Joseph Kogut > --- > > Changes v1 -> v2: > - Use interrupt name ordering from binding doc > - Specify a single clock for GPU node > - Add gpu opp table > - Fix warnings

Re: [PATCH v2 2/2] arm: dts: add ARM Mali GPU node for Odroid XU3

2019-06-18 Thread Joseph Kogut
Hi Krzysztof, Thanks for the review. On Sun, Jun 16, 2019 at 1:59 AM Krzysztof Kozlowski wrote: > > On Fri, Jun 14, 2019 at 04:57:19PM -0700, Joseph Kogut wrote: > > Add device tree node for mali gpu on Odroid XU3 SoCs. > > > > Signed-off-by: Joseph Kogut > > --- > > > > Changes v1 -> v2: > >

Re: [PATCH v2 2/2] arm: dts: add ARM Mali GPU node for Odroid XU3

2019-06-17 Thread Rob Herring
On Fri, Jun 14, 2019 at 5:57 PM Joseph Kogut wrote: > > Add device tree node for mali gpu on Odroid XU3 SoCs. > > Signed-off-by: Joseph Kogut > --- > > Changes v1 -> v2: > - Use interrupt name ordering from binding doc > - Specify a single clock for GPU node > - Add gpu opp table > - Fix

Re: [PATCH v2 2/2] arm: dts: add ARM Mali GPU node for Odroid XU3

2019-06-17 Thread Krzysztof Kozlowski
On Mon, Jun 17, 2019 at 09:15:23AM -0700, Joseph Kogut wrote: > Hi Krzysztof, > > Thanks for the review. > > On Sun, Jun 16, 2019 at 1:59 AM Krzysztof Kozlowski wrote: > > > > On Fri, Jun 14, 2019 at 04:57:19PM -0700, Joseph Kogut wrote: > > > Add device tree node for mali gpu on Odroid XU3

[PATCH v2 2/2] arm: dts: add ARM Mali GPU node for Odroid XU3

2019-06-16 Thread Joseph Kogut
Add device tree node for mali gpu on Odroid XU3 SoCs. Signed-off-by: Joseph Kogut --- Changes v1 -> v2: - Use interrupt name ordering from binding doc - Specify a single clock for GPU node - Add gpu opp table - Fix warnings from IRQ_TYPE_NONE .../boot/dts/exynos5422-odroidxu3-common.dtsi | 26

Re: [PATCH v2 2/2] arm: dts: add ARM Mali GPU node for Odroid XU3

2019-06-16 Thread Krzysztof Kozlowski
On Fri, Jun 14, 2019 at 04:57:19PM -0700, Joseph Kogut wrote: > Add device tree node for mali gpu on Odroid XU3 SoCs. > > Signed-off-by: Joseph Kogut > --- > > Changes v1 -> v2: > - Use interrupt name ordering from binding doc > - Specify a single clock for GPU node > - Add gpu opp table > -