public inbox for linux-rockchip@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/2] arm64: dts: rockchip: Updates for Indiedroid Nova
@ 2024-01-25 20:19 Chris Morgan
  2024-01-25 20:19 ` [PATCH 1/2] arm64: dts: rockchip: Correct Indiedroid GPIO Names Chris Morgan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Chris Morgan @ 2024-01-25 20:19 UTC (permalink / raw)
  To: linux-rockchip
  Cc: devicetree, heiko, conor+dt, krzysztof.kozlowski+dt, robh+dt,
	Chris Morgan

From: Chris Morgan <macromorgan@hotmail.com>

Correct a problem with the GPIO names on the Indiedroid Nova, activate
the full size USB 3.0 ports.

Chris Morgan (2):
  arm64: dts: rockchip: Correct Indiedroid GPIO Names
  arm64: dts: rockchip: Add USB3.0 to Indiedroid Nova

 .../dts/rockchip/rk3588s-indiedroid-nova.dts   | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

-- 
2.34.1


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

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

* [PATCH 1/2] arm64: dts: rockchip: Correct Indiedroid GPIO Names
  2024-01-25 20:19 [PATCH 0/2] arm64: dts: rockchip: Updates for Indiedroid Nova Chris Morgan
@ 2024-01-25 20:19 ` Chris Morgan
  2024-01-25 20:19 ` [PATCH 2/2] arm64: dts: rockchip: Add USB3.0 to Indiedroid Nova Chris Morgan
  2024-02-13 19:37 ` [PATCH 0/2] arm64: dts: rockchip: Updates for " Heiko Stuebner
  2 siblings, 0 replies; 4+ messages in thread
From: Chris Morgan @ 2024-01-25 20:19 UTC (permalink / raw)
  To: linux-rockchip
  Cc: devicetree, heiko, conor+dt, krzysztof.kozlowski+dt, robh+dt,
	Chris Morgan

From: Chris Morgan <macromorgan@hotmail.com>

Correct the names given to a few of the GPIO pins. The original names
were unknowingly based on the header from a pre-production board. The
production board has a slightly different pin assignment for the 40-pin
GPIO header.

Fixes: 3900160e164b ("arm64: dts: rockchip: Add Indiedroid Nova board")
Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
---
 .../boot/dts/rockchip/rk3588s-indiedroid-nova.dts      | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-indiedroid-nova.dts b/arch/arm64/boot/dts/rockchip/rk3588s-indiedroid-nova.dts
index dc677f29a9c7..3c2278886851 100644
--- a/arch/arm64/boot/dts/rockchip/rk3588s-indiedroid-nova.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3588s-indiedroid-nova.dts
@@ -195,13 +195,13 @@ &gpio0 {
 
 &gpio1 {
 	gpio-line-names = /* GPIO1 A0-A7 */
-			  "HEADER_27_3v3", "HEADER_28_3v3", "", "",
+			  "HEADER_27_3v3", "", "", "",
 			  "HEADER_29_1v8", "", "HEADER_7_1v8", "",
 			  /* GPIO1 B0-B7 */
 			  "", "HEADER_31_1v8", "HEADER_33_1v8", "",
 			  "HEADER_11_1v8", "HEADER_13_1v8", "", "",
 			  /* GPIO1 C0-C7 */
-			  "", "", "", "",
+			  "", "HEADER_28_3v3", "", "",
 			  "", "", "", "",
 			  /* GPIO1 D0-D7 */
 			  "", "", "", "",
@@ -225,11 +225,11 @@ &gpio3 {
 
 &gpio4 {
 	gpio-line-names = /* GPIO4 A0-A7 */
-			  "", "", "HEADER_37_3v3", "HEADER_32_3v3",
-			  "HEADER_36_3v3", "", "HEADER_35_3v3", "HEADER_38_3v3",
+			  "", "", "HEADER_37_3v3", "HEADER_8_3v3",
+			  "HEADER_10_3v3", "", "HEADER_32_3v3", "HEADER_35_3v3",
 			  /* GPIO4 B0-B7 */
 			  "", "", "", "HEADER_40_3v3",
-			  "HEADER_8_3v3", "HEADER_10_3v3", "", "",
+			  "HEADER_38_3v3", "HEADER_36_3v3", "", "",
 			  /* GPIO4 C0-C7 */
 			  "", "", "", "",
 			  "", "", "", "",
-- 
2.34.1


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

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

* [PATCH 2/2] arm64: dts: rockchip: Add USB3.0 to Indiedroid Nova
  2024-01-25 20:19 [PATCH 0/2] arm64: dts: rockchip: Updates for Indiedroid Nova Chris Morgan
  2024-01-25 20:19 ` [PATCH 1/2] arm64: dts: rockchip: Correct Indiedroid GPIO Names Chris Morgan
@ 2024-01-25 20:19 ` Chris Morgan
  2024-02-13 19:37 ` [PATCH 0/2] arm64: dts: rockchip: Updates for " Heiko Stuebner
  2 siblings, 0 replies; 4+ messages in thread
From: Chris Morgan @ 2024-01-25 20:19 UTC (permalink / raw)
  To: linux-rockchip
  Cc: devicetree, heiko, conor+dt, krzysztof.kozlowski+dt, robh+dt,
	Chris Morgan

From: Chris Morgan <macromorgan@hotmail.com>

Add the proper nodes to activate the USB 3.0 ports on the Indiedroid
Nova.

Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
---
 arch/arm64/boot/dts/rockchip/rk3588s-indiedroid-nova.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-indiedroid-nova.dts b/arch/arm64/boot/dts/rockchip/rk3588s-indiedroid-nova.dts
index 3c2278886851..ce8119cbb824 100644
--- a/arch/arm64/boot/dts/rockchip/rk3588s-indiedroid-nova.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3588s-indiedroid-nova.dts
@@ -141,6 +141,10 @@ &combphy0_ps {
 	status = "okay";
 };
 
+&combphy2_psu {
+	status = "okay";
+};
+
 &cpu_l0 {
 	cpu-supply = <&vdd_cpu_lit_s0>;
 };
@@ -842,3 +846,7 @@ &usb_host1_ehci {
 &usb_host1_ohci {
 	status = "okay";
 };
+
+&usb_host2_xhci {
+	status = "okay";
+};
-- 
2.34.1


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

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

* Re: [PATCH 0/2] arm64: dts: rockchip: Updates for Indiedroid Nova
  2024-01-25 20:19 [PATCH 0/2] arm64: dts: rockchip: Updates for Indiedroid Nova Chris Morgan
  2024-01-25 20:19 ` [PATCH 1/2] arm64: dts: rockchip: Correct Indiedroid GPIO Names Chris Morgan
  2024-01-25 20:19 ` [PATCH 2/2] arm64: dts: rockchip: Add USB3.0 to Indiedroid Nova Chris Morgan
@ 2024-02-13 19:37 ` Heiko Stuebner
  2 siblings, 0 replies; 4+ messages in thread
From: Heiko Stuebner @ 2024-02-13 19:37 UTC (permalink / raw)
  To: Chris Morgan, linux-rockchip
  Cc: Heiko Stuebner, conor+dt, krzysztof.kozlowski+dt, Chris Morgan,
	robh+dt, devicetree

On Thu, 25 Jan 2024 14:19:41 -0600, Chris Morgan wrote:
> From: Chris Morgan <macromorgan@hotmail.com>
> 
> Correct a problem with the GPIO names on the Indiedroid Nova, activate
> the full size USB 3.0 ports.
> 
> Chris Morgan (2):
>   arm64: dts: rockchip: Correct Indiedroid GPIO Names
>   arm64: dts: rockchip: Add USB3.0 to Indiedroid Nova
> 
> [...]

Applied, thanks!

[1/2] arm64: dts: rockchip: Correct Indiedroid GPIO Names
      commit: c22d03a95b0d815cd186302fdd93f74d99f1c914
[2/2] arm64: dts: rockchip: Add USB3.0 to Indiedroid Nova
      commit: 4622485f005aaf0f7a684b69280d0494e0ea301e

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>

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

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

end of thread, other threads:[~2024-02-13 19:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-25 20:19 [PATCH 0/2] arm64: dts: rockchip: Updates for Indiedroid Nova Chris Morgan
2024-01-25 20:19 ` [PATCH 1/2] arm64: dts: rockchip: Correct Indiedroid GPIO Names Chris Morgan
2024-01-25 20:19 ` [PATCH 2/2] arm64: dts: rockchip: Add USB3.0 to Indiedroid Nova Chris Morgan
2024-02-13 19:37 ` [PATCH 0/2] arm64: dts: rockchip: Updates for " Heiko Stuebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox