All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johan Jonker <jbx6244@gmail.com>
To: heiko@sntech.de
Cc: robh+dt@kernel.org, mchehab@kernel.org, jacob-chen@iotwrt.com,
	ezequiel@collabora.com, linux-media@vger.kernel.org,
	linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [RFC PATCH v1 3/4] arm64: dts: rockchip: add rga node to rk3328.dtsi
Date: Sat, 19 Dec 2020 12:26:52 +0100	[thread overview]
Message-ID: <20201219112653.10705-3-jbx6244@gmail.com> (raw)
In-Reply-To: <20201219112653.10705-1-jbx6244@gmail.com>

Add rga node to the rk3328.dtsi file.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---
 arch/arm64/boot/dts/rockchip/rk3328.dtsi | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm64/boot/dts/rockchip/rk3328.dtsi b/arch/arm64/boot/dts/rockchip/rk3328.dtsi
index 1e3e1086e..c4170dc19 100644
--- a/arch/arm64/boot/dts/rockchip/rk3328.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3328.dtsi
@@ -711,6 +711,16 @@
 		status = "disabled";
 	};
 
+	rga: rga@ff3900000 {
+		compatible = "rockchip,rk3328-rga", "rockchip,rk3288-rga";
+		reg = <0x0 0xff390000 0x0 0x1000>;
+		interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
+		clocks = <&cru ACLK_RGA>, <&cru HCLK_RGA>, <&cru SCLK_RGA>;
+		clock-names = "aclk", "hclk", "sclk";
+		resets = <&cru SRST_RGA>, <&cru SRST_RGA_A>, <&cru SRST_RGA_H>;
+		reset-names = "core", "axi", "ahb";
+	};
+
 	hdmi: hdmi@ff3c0000 {
 		compatible = "rockchip,rk3328-dw-hdmi";
 		reg = <0x0 0xff3c0000 0x0 0x20000>;
-- 
2.11.0


WARNING: multiple messages have this Message-ID (diff)
From: Johan Jonker <jbx6244@gmail.com>
To: heiko@sntech.de
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	robh+dt@kernel.org, linux-rockchip@lists.infradead.org,
	jacob-chen@iotwrt.com, mchehab@kernel.org,
	ezequiel@collabora.com, linux-arm-kernel@lists.infradead.org,
	linux-media@vger.kernel.org
Subject: [RFC PATCH v1 3/4] arm64: dts: rockchip: add rga node to rk3328.dtsi
Date: Sat, 19 Dec 2020 12:26:52 +0100	[thread overview]
Message-ID: <20201219112653.10705-3-jbx6244@gmail.com> (raw)
In-Reply-To: <20201219112653.10705-1-jbx6244@gmail.com>

Add rga node to the rk3328.dtsi file.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---
 arch/arm64/boot/dts/rockchip/rk3328.dtsi | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm64/boot/dts/rockchip/rk3328.dtsi b/arch/arm64/boot/dts/rockchip/rk3328.dtsi
index 1e3e1086e..c4170dc19 100644
--- a/arch/arm64/boot/dts/rockchip/rk3328.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3328.dtsi
@@ -711,6 +711,16 @@
 		status = "disabled";
 	};
 
+	rga: rga@ff3900000 {
+		compatible = "rockchip,rk3328-rga", "rockchip,rk3288-rga";
+		reg = <0x0 0xff390000 0x0 0x1000>;
+		interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
+		clocks = <&cru ACLK_RGA>, <&cru HCLK_RGA>, <&cru SCLK_RGA>;
+		clock-names = "aclk", "hclk", "sclk";
+		resets = <&cru SRST_RGA>, <&cru SRST_RGA_A>, <&cru SRST_RGA_H>;
+		reset-names = "core", "axi", "ahb";
+	};
+
 	hdmi: hdmi@ff3c0000 {
 		compatible = "rockchip,rk3328-dw-hdmi";
 		reg = <0x0 0xff3c0000 0x0 0x20000>;
-- 
2.11.0


_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

WARNING: multiple messages have this Message-ID (diff)
From: Johan Jonker <jbx6244@gmail.com>
To: heiko@sntech.de
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	robh+dt@kernel.org, linux-rockchip@lists.infradead.org,
	jacob-chen@iotwrt.com, mchehab@kernel.org,
	ezequiel@collabora.com, linux-arm-kernel@lists.infradead.org,
	linux-media@vger.kernel.org
Subject: [RFC PATCH v1 3/4] arm64: dts: rockchip: add rga node to rk3328.dtsi
Date: Sat, 19 Dec 2020 12:26:52 +0100	[thread overview]
Message-ID: <20201219112653.10705-3-jbx6244@gmail.com> (raw)
In-Reply-To: <20201219112653.10705-1-jbx6244@gmail.com>

Add rga node to the rk3328.dtsi file.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---
 arch/arm64/boot/dts/rockchip/rk3328.dtsi | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm64/boot/dts/rockchip/rk3328.dtsi b/arch/arm64/boot/dts/rockchip/rk3328.dtsi
index 1e3e1086e..c4170dc19 100644
--- a/arch/arm64/boot/dts/rockchip/rk3328.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3328.dtsi
@@ -711,6 +711,16 @@
 		status = "disabled";
 	};
 
+	rga: rga@ff3900000 {
+		compatible = "rockchip,rk3328-rga", "rockchip,rk3288-rga";
+		reg = <0x0 0xff390000 0x0 0x1000>;
+		interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
+		clocks = <&cru ACLK_RGA>, <&cru HCLK_RGA>, <&cru SCLK_RGA>;
+		clock-names = "aclk", "hclk", "sclk";
+		resets = <&cru SRST_RGA>, <&cru SRST_RGA_A>, <&cru SRST_RGA_H>;
+		reset-names = "core", "axi", "ahb";
+	};
+
 	hdmi: hdmi@ff3c0000 {
 		compatible = "rockchip,rk3328-dw-hdmi";
 		reg = <0x0 0xff3c0000 0x0 0x20000>;
-- 
2.11.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2020-12-19 11:27 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-19 11:26 [RFC PATCH v1 1/4] media: dt-bindings: rockchip-rga: add more rga compatible properties Johan Jonker
2020-12-19 11:26 ` Johan Jonker
2020-12-19 11:26 ` Johan Jonker
2020-12-19 11:26 ` [RFC PATCH v1 2/4] arm64: dts: rockchip: add rga node to px30.dtsi Johan Jonker
2020-12-19 11:26   ` Johan Jonker
2020-12-19 11:26   ` Johan Jonker
2020-12-19 11:26 ` Johan Jonker [this message]
2020-12-19 11:26   ` [RFC PATCH v1 3/4] arm64: dts: rockchip: add rga node to rk3328.dtsi Johan Jonker
2020-12-19 11:26   ` Johan Jonker
2020-12-19 11:26 ` [RFC PATCH v1 4/4] arm64: dts: rockchip: add rga node to rk3368.dtsi Johan Jonker
2020-12-19 11:26   ` Johan Jonker
2020-12-19 11:26   ` Johan Jonker
2020-12-31 22:13 ` [RFC PATCH v1 1/4] media: dt-bindings: rockchip-rga: add more rga compatible properties Rob Herring
2020-12-31 22:13   ` Rob Herring
2020-12-31 22:13   ` Rob Herring
2021-01-09 13:49 ` Heiko Stübner
2021-01-09 13:49   ` Heiko Stübner
2021-01-09 13:49   ` Heiko Stübner

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=20201219112653.10705-3-jbx6244@gmail.com \
    --to=jbx6244@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=ezequiel@collabora.com \
    --cc=heiko@sntech.de \
    --cc=jacob-chen@iotwrt.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=mchehab@kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.