linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 4/4] ARM: dts: aspeed-g5: Add video engine
@ 2019-04-24 15:19 Eddie James
  2019-04-29  7:51 ` Joel Stanley
  0 siblings, 1 reply; 2+ messages in thread
From: Eddie James @ 2019-04-24 15:19 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-aspeed, devicetree, linux-media, andrew, joel, robh+dt,
	mark.rutland, mchehab, hverkuil, Eddie James

Add a node to describe the video engine on the AST2500.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
---
 arch/arm/boot/dts/aspeed-g5.dtsi | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm/boot/dts/aspeed-g5.dtsi b/arch/arm/boot/dts/aspeed-g5.dtsi
index 85ed9db..c6d5edc 100644
--- a/arch/arm/boot/dts/aspeed-g5.dtsi
+++ b/arch/arm/boot/dts/aspeed-g5.dtsi
@@ -243,6 +243,16 @@
 				status = "disabled";
 			};
 
+			video: video@1e700000 {
+				compatible = "aspeed,ast2500-video-engine";
+				reg = <0x1e700000 0x1000>;
+				clocks = <&syscon ASPEED_CLK_GATE_VCLK>,
+					 <&syscon ASPEED_CLK_GATE_ECLK>;
+				clock-names = "vclk", "eclk";
+				interrupts = <7>;
+				status = "disabled";
+			};
+
 			sram: sram@1e720000 {
 				compatible = "mmio-sram";
 				reg = <0x1e720000 0x9000>;	// 36K
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2 4/4] ARM: dts: aspeed-g5: Add video engine
  2019-04-24 15:19 [PATCH v2 4/4] ARM: dts: aspeed-g5: Add video engine Eddie James
@ 2019-04-29  7:51 ` Joel Stanley
  0 siblings, 0 replies; 2+ messages in thread
From: Joel Stanley @ 2019-04-29  7:51 UTC (permalink / raw)
  To: Eddie James
  Cc: Linux Kernel Mailing List, linux-aspeed, devicetree, linux-media,
	Andrew Jeffery, Rob Herring, Mark Rutland, mchehab, hverkuil

On Wed, 24 Apr 2019 at 15:20, Eddie James <eajames@linux.ibm.com> wrote:
>
> Add a node to describe the video engine on the AST2500.
>
> Signed-off-by: Eddie James <eajames@linux.ibm.com>

Applied to the aspeed SoC tree.

Cheers,

Joel

> ---
>  arch/arm/boot/dts/aspeed-g5.dtsi | 10 ++++++++++
>  1 file changed, 10 insertions(+)
>
> diff --git a/arch/arm/boot/dts/aspeed-g5.dtsi b/arch/arm/boot/dts/aspeed-g5.dtsi
> index 85ed9db..c6d5edc 100644
> --- a/arch/arm/boot/dts/aspeed-g5.dtsi
> +++ b/arch/arm/boot/dts/aspeed-g5.dtsi
> @@ -243,6 +243,16 @@
>                                 status = "disabled";
>                         };
>
> +                       video: video@1e700000 {
> +                               compatible = "aspeed,ast2500-video-engine";
> +                               reg = <0x1e700000 0x1000>;
> +                               clocks = <&syscon ASPEED_CLK_GATE_VCLK>,
> +                                        <&syscon ASPEED_CLK_GATE_ECLK>;
> +                               clock-names = "vclk", "eclk";
> +                               interrupts = <7>;
> +                               status = "disabled";
> +                       };
> +
>                         sram: sram@1e720000 {
>                                 compatible = "mmio-sram";
>                                 reg = <0x1e720000 0x9000>;      // 36K
> --
> 1.8.3.1
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-29  7:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-24 15:19 [PATCH v2 4/4] ARM: dts: aspeed-g5: Add video engine Eddie James
2019-04-29  7:51 ` Joel Stanley

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).