openbmc.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH linux dev-5.15] ARM: dts: aspeed-g6: Add VIDEO node
@ 2022-03-10  1:16 wangxiaohua.1217
  0 siblings, 0 replies; 3+ messages in thread
From: wangxiaohua.1217 @ 2022-03-10  1:16 UTC (permalink / raw)
  To: openbmc, joel

Add the VIDEO node back

Deleted by commit 645afe73f9512ee2
("ARM: dts: aspeed: ast2600: Update XDMA engine node")

Signed-off-by: wangxiaohua.1217 <wangxiaohua.1217@bytedance.com>
---
 arch/arm/boot/dts/aspeed-g6.dtsi | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm/boot/dts/aspeed-g6.dtsi b/arch/arm/boot/dts/aspeed-g6.dtsi
index c32e87fad4dc..3827e707f3a1 100644
--- a/arch/arm/boot/dts/aspeed-g6.dtsi
+++ b/arch/arm/boot/dts/aspeed-g6.dtsi
@@ -298,6 +298,16 @@ vhub: usb-vhub@1e6a0000 {
 			status = "disabled";
 		};
 
+		video: video@1e700000 {
+			compatible = "aspeed,ast2600-video-engine";
+			reg = <0x1e700000 0x1000>;
+			clocks = <&syscon ASPEED_CLK_GATE_VCLK>,
+				 <&syscon ASPEED_CLK_GATE_ECLK>;
+			clock-names = "vclk", "eclk";
+			interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
+			status = "disabled";
+		};
+
 		apb {
 			compatible = "simple-bus";
 			#address-cells = <1>;
-- 
2.25.1


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

* Re: [PATCH linux dev-5.15] ARM: dts: aspeed-g6: Add VIDEO node
  2022-03-10  1:47 Wang Xiaohua
@ 2022-03-10  2:45 ` Joel Stanley
  0 siblings, 0 replies; 3+ messages in thread
From: Joel Stanley @ 2022-03-10  2:45 UTC (permalink / raw)
  To: Wang Xiaohua; +Cc: OpenBMC Maillist

On Thu, 10 Mar 2022 at 01:47, Wang Xiaohua
<wangxiaohua.1217@bytedance.com> wrote:
>
> Add the VIDEO node back
>
> Deleted by commit 645afe73f9512ee2
> ("ARM: dts: aspeed: ast2600: Update XDMA engine node")
>
> Signed-off-by: Wang Xiaohua <wangxiaohua.1217@bytedance.com>

Thanks, I've applied this.

> ---
>  arch/arm/boot/dts/aspeed-g6.dtsi | 10 ++++++++++
>  1 file changed, 10 insertions(+)
>
> diff --git a/arch/arm/boot/dts/aspeed-g6.dtsi b/arch/arm/boot/dts/aspeed-g6.dtsi
> index c32e87fad4dc..3827e707f3a1 100644
> --- a/arch/arm/boot/dts/aspeed-g6.dtsi
> +++ b/arch/arm/boot/dts/aspeed-g6.dtsi
> @@ -298,6 +298,16 @@ vhub: usb-vhub@1e6a0000 {
>                         status = "disabled";
>                 };
>
> +               video: video@1e700000 {
> +                       compatible = "aspeed,ast2600-video-engine";
> +                       reg = <0x1e700000 0x1000>;
> +                       clocks = <&syscon ASPEED_CLK_GATE_VCLK>,
> +                                <&syscon ASPEED_CLK_GATE_ECLK>;
> +                       clock-names = "vclk", "eclk";
> +                       interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
> +                       status = "disabled";
> +               };
> +
>                 apb {
>                         compatible = "simple-bus";
>                         #address-cells = <1>;
> --
> 2.25.1
>

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

* [PATCH linux dev-5.15] ARM: dts: aspeed-g6: Add VIDEO node
@ 2022-03-10  1:47 Wang Xiaohua
  2022-03-10  2:45 ` Joel Stanley
  0 siblings, 1 reply; 3+ messages in thread
From: Wang Xiaohua @ 2022-03-10  1:47 UTC (permalink / raw)
  To: openbmc, joel

Add the VIDEO node back

Deleted by commit 645afe73f9512ee2
("ARM: dts: aspeed: ast2600: Update XDMA engine node")

Signed-off-by: Wang Xiaohua <wangxiaohua.1217@bytedance.com>
---
 arch/arm/boot/dts/aspeed-g6.dtsi | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm/boot/dts/aspeed-g6.dtsi b/arch/arm/boot/dts/aspeed-g6.dtsi
index c32e87fad4dc..3827e707f3a1 100644
--- a/arch/arm/boot/dts/aspeed-g6.dtsi
+++ b/arch/arm/boot/dts/aspeed-g6.dtsi
@@ -298,6 +298,16 @@ vhub: usb-vhub@1e6a0000 {
 			status = "disabled";
 		};
 
+		video: video@1e700000 {
+			compatible = "aspeed,ast2600-video-engine";
+			reg = <0x1e700000 0x1000>;
+			clocks = <&syscon ASPEED_CLK_GATE_VCLK>,
+				 <&syscon ASPEED_CLK_GATE_ECLK>;
+			clock-names = "vclk", "eclk";
+			interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
+			status = "disabled";
+		};
+
 		apb {
 			compatible = "simple-bus";
 			#address-cells = <1>;
-- 
2.25.1


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

end of thread, other threads:[~2022-03-10  2:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-10  1:16 [PATCH linux dev-5.15] ARM: dts: aspeed-g6: Add VIDEO node wangxiaohua.1217
2022-03-10  1:47 Wang Xiaohua
2022-03-10  2:45 ` 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).