All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Tamás Szűcs" <szucst@iit.uni-miskolc.hu>
To: "Rob Herring" <robh+dt@kernel.org>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
	"Conor Dooley" <conor+dt@kernel.org>,
	"Heiko Stuebner" <heiko@sntech.de>,
	"Cristian Ciocaltea" <cristian.ciocaltea@collabora.com>,
	"Sebastian Reichel" <sebastian.reichel@collabora.com>,
	"Christopher Obbard" <chris.obbard@collabora.com>,
	"Tamás Szűcs" <tszucs@protonmail.ch>,
	"Shreeya Patel" <shreeya.patel@collabora.com>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org
Cc: "Tamás Szűcs" <szucst@iit.uni-miskolc.hu>
Subject: [RESEND] arm64: dts: rockchip: Enable UART6 on rock-5b
Date: Fri, 13 Oct 2023 23:51:53 +0200	[thread overview]
Message-ID: <20231013215208.81345-1-szucst@iit.uni-miskolc.hu> (raw)

Enable UART lines on Radxa ROCK 5 Model B M.2 Key E.

Signed-off-by: Tamás Szűcs <szucst@iit.uni-miskolc.hu>
---
 arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts b/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
index 392ac783c3ad..ea1e3d09ea62 100644
--- a/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
@@ -377,6 +377,12 @@ &sdio {
 	status = "okay";
 };
 
+&uart6 {
+	pinctrl-names = "default";
+	pinctrl-0 = <&uart6m1_xfer &uart6m1_ctsn &uart6m1_rtsn>;
+	status = "okay";
+};
+
 &spi2 {
 	status = "okay";
 	assigned-clocks = <&cru CLK_SPI2>;
-- 
2.42.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: "Tamás Szűcs" <szucst@iit.uni-miskolc.hu>
To: "Rob Herring" <robh+dt@kernel.org>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
	"Conor Dooley" <conor+dt@kernel.org>,
	"Heiko Stuebner" <heiko@sntech.de>,
	"Cristian Ciocaltea" <cristian.ciocaltea@collabora.com>,
	"Sebastian Reichel" <sebastian.reichel@collabora.com>,
	"Christopher Obbard" <chris.obbard@collabora.com>,
	"Tamás Szűcs" <tszucs@protonmail.ch>,
	"Shreeya Patel" <shreeya.patel@collabora.com>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org
Cc: "Tamás Szűcs" <szucst@iit.uni-miskolc.hu>
Subject: [RESEND] arm64: dts: rockchip: Enable UART6 on rock-5b
Date: Fri, 13 Oct 2023 23:51:53 +0200	[thread overview]
Message-ID: <20231013215208.81345-1-szucst@iit.uni-miskolc.hu> (raw)

Enable UART lines on Radxa ROCK 5 Model B M.2 Key E.

Signed-off-by: Tamás Szűcs <szucst@iit.uni-miskolc.hu>
---
 arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts b/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
index 392ac783c3ad..ea1e3d09ea62 100644
--- a/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
@@ -377,6 +377,12 @@ &sdio {
 	status = "okay";
 };
 
+&uart6 {
+	pinctrl-names = "default";
+	pinctrl-0 = <&uart6m1_xfer &uart6m1_ctsn &uart6m1_rtsn>;
+	status = "okay";
+};
+
 &spi2 {
 	status = "okay";
 	assigned-clocks = <&cru CLK_SPI2>;
-- 
2.42.0


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

WARNING: multiple messages have this Message-ID (diff)
From: "Tamás Szűcs" <szucst@iit.uni-miskolc.hu>
To: "Rob Herring" <robh+dt@kernel.org>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
	"Conor Dooley" <conor+dt@kernel.org>,
	"Heiko Stuebner" <heiko@sntech.de>,
	"Cristian Ciocaltea" <cristian.ciocaltea@collabora.com>,
	"Sebastian Reichel" <sebastian.reichel@collabora.com>,
	"Christopher Obbard" <chris.obbard@collabora.com>,
	"Tamás Szűcs" <tszucs@protonmail.ch>,
	"Shreeya Patel" <shreeya.patel@collabora.com>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org
Cc: "Tamás Szűcs" <szucst@iit.uni-miskolc.hu>
Subject: [RESEND] arm64: dts: rockchip: Enable UART6 on rock-5b
Date: Fri, 13 Oct 2023 23:51:53 +0200	[thread overview]
Message-ID: <20231013215208.81345-1-szucst@iit.uni-miskolc.hu> (raw)

Enable UART lines on Radxa ROCK 5 Model B M.2 Key E.

Signed-off-by: Tamás Szűcs <szucst@iit.uni-miskolc.hu>
---
 arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts b/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
index 392ac783c3ad..ea1e3d09ea62 100644
--- a/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
@@ -377,6 +377,12 @@ &sdio {
 	status = "okay";
 };
 
+&uart6 {
+	pinctrl-names = "default";
+	pinctrl-0 = <&uart6m1_xfer &uart6m1_ctsn &uart6m1_rtsn>;
+	status = "okay";
+};
+
 &spi2 {
 	status = "okay";
 	assigned-clocks = <&cru CLK_SPI2>;
-- 
2.42.0


             reply	other threads:[~2023-10-13 21:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-13 21:51 Tamás Szűcs [this message]
2023-10-13 21:51 ` [RESEND] arm64: dts: rockchip: Enable UART6 on rock-5b Tamás Szűcs
2023-10-13 21:51 ` Tamás Szűcs
2023-10-16 20:12 ` Heiko Stuebner
2023-10-16 20:12   ` Heiko Stuebner
2023-10-16 20:12   ` Heiko Stuebner

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=20231013215208.81345-1-szucst@iit.uni-miskolc.hu \
    --to=szucst@iit.uni-miskolc.hu \
    --cc=chris.obbard@collabora.com \
    --cc=conor+dt@kernel.org \
    --cc=cristian.ciocaltea@collabora.com \
    --cc=devicetree@vger.kernel.org \
    --cc=heiko@sntech.de \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=robh+dt@kernel.org \
    --cc=sebastian.reichel@collabora.com \
    --cc=shreeya.patel@collabora.com \
    --cc=tszucs@protonmail.ch \
    /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.