devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Wei Xu <xuwei5@hisilicon.com>
To: John Stultz <john.stultz@linaro.org>,
	lkml <linux-kernel@vger.kernel.org>
Cc: Peter Griffin <peter.griffin@linaro.org>,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	<linux-arm-kernel@lists.infradead.org>,
	<devicetree@vger.kernel.org>
Subject: Re: [PATCH] arm64: dts: hisilicon: Add Mali-450 MP4 GPU DT entry
Date: Wed, 30 Oct 2019 17:12:33 +0800	[thread overview]
Message-ID: <5DB95401.2000609@hisilicon.com> (raw)
In-Reply-To: <20191001183535.70835-1-john.stultz@linaro.org>



On 2019/10/2 2:35, John Stultz wrote:
> From: Peter Griffin <peter.griffin@linaro.org>
>
> hi6220 has a Mali450 MP4 so lets add it into the DT.
>
> Cc: Wei Xu <xuwei5@hisilicon.com>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Mark Rutland <mark.rutland@arm.com>
> Cc: linux-arm-kernel@lists.infradead.org
> Cc: devicetree@vger.kernel.org
> Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
> Signed-off-by: John Stultz <john.stultz@linaro.org>

Thanks!
Applied to the hisilicon arm64 dt tree.

Best Regards,
Wei

> ---
>   arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 38 +++++++++++++++++++++++
>   1 file changed, 38 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/hisilicon/hi6220.dtsi b/arch/arm64/boot/dts/hisilicon/hi6220.dtsi
> index 108e2a4227f6..2072b637b5af 100644
> --- a/arch/arm64/boot/dts/hisilicon/hi6220.dtsi
> +++ b/arch/arm64/boot/dts/hisilicon/hi6220.dtsi
> @@ -260,6 +260,7 @@
>   			compatible = "hisilicon,hi6220-aoctrl", "syscon";
>   			reg = <0x0 0xf7800000 0x0 0x2000>;
>   			#clock-cells = <1>;
> +			#reset-cells = <1>;
>   		};
>   
>   		sys_ctrl: sys_ctrl@f7030000 {
> @@ -1021,6 +1022,43 @@
>   			clock-names = "apb_pclk";
>   			cpu = <&cpu7>;
>   		};
> +
> +		mali: gpu@f4080000 {
> +			compatible = "hisilicon,hi6220-mali", "arm,mali-450";
> +			reg = <0x0 0xf4080000 0x0 0x00040000>;
> +			interrupt-parent = <&gic>;
> +			interrupts =	<GIC_PPI 126 IRQ_TYPE_LEVEL_HIGH>,
> +					<GIC_PPI 126 IRQ_TYPE_LEVEL_HIGH>,
> +					<GIC_PPI 126 IRQ_TYPE_LEVEL_HIGH>,
> +					<GIC_PPI 126 IRQ_TYPE_LEVEL_HIGH>,
> +					<GIC_PPI 126 IRQ_TYPE_LEVEL_HIGH>,
> +					<GIC_PPI 126 IRQ_TYPE_LEVEL_HIGH>,
> +					<GIC_PPI 126 IRQ_TYPE_LEVEL_HIGH>,
> +					<GIC_PPI 126 IRQ_TYPE_LEVEL_HIGH>,
> +					<GIC_PPI 126 IRQ_TYPE_LEVEL_HIGH>,
> +					<GIC_PPI 126 IRQ_TYPE_LEVEL_HIGH>,
> +					<GIC_PPI 126 IRQ_TYPE_LEVEL_HIGH>;
> +
> +			interrupt-names = "gp",
> +					  "gpmmu",
> +					  "pp",
> +					  "pp0",
> +					  "ppmmu0",
> +					  "pp1",
> +					  "ppmmu1",
> +					  "pp2",
> +					  "ppmmu2",
> +					  "pp3",
> +					  "ppmmu3";
> +			clocks = <&media_ctrl HI6220_G3D_CLK>,
> +				 <&media_ctrl HI6220_G3D_PCLK>;
> +			clock-names = "core", "bus";
> +			assigned-clocks = <&media_ctrl HI6220_G3D_CLK>,
> +					  <&media_ctrl HI6220_G3D_PCLK>;
> +			assigned-clock-rates = <500000000>, <144000000>;
> +			reset-names = "ao_g3d", "media_g3d";
> +			resets = <&ao_ctrl AO_G3D>, <&media_ctrl MEDIA_G3D>;
> +		};
>   	};
>   };
>   



      reply	other threads:[~2019-10-30  9:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-01 18:35 [PATCH] arm64: dts: hisilicon: Add Mali-450 MP4 GPU DT entry John Stultz
2019-10-30  9:12 ` Wei Xu [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5DB95401.2000609@hisilicon.com \
    --to=xuwei5@hisilicon.com \
    --cc=devicetree@vger.kernel.org \
    --cc=john.stultz@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=peter.griffin@linaro.org \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).