All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonas Karlman <jonas@kwiboo.se>
To: Heiko Stuebner <heiko@sntech.de>, Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>, Lee Jones <lee@kernel.org>
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
	Jonas Karlman <jonas@kwiboo.se>
Subject: [PATCH 0/4] arm64: dts: rockchip: Add Radxa ROCK 3B
Date: Sun,  5 May 2024 13:41:10 +0000	[thread overview]
Message-ID: <20240505134120.2828885-1-jonas@kwiboo.se> (raw)

This series adds initial support for the Radxa ROCK 3B board.

The Radxa ROCK 3B is a single-board computer based on the Pico-ITX form
factor (100mm x 75mm). Two versions of the ROCK 3B exists, a community
version based on the RK3568 SoC and an industrial version based on the
RK3568J SoC.

Schematic for ROCK 3B can be found at:
https://dl.radxa.com/rock3/docs/hw/3b/Radxa_ROCK_3B_V1.51_SCH.pdf

Jonas Karlman (4):
  dt-bindings: mfd: rk809: Fix vcc8 and vcc9-supply description
  dt-bindings: mfd: rk809: Add audio codec properties
  dt-bindings: arm: rockchip: Add Radxa ROCK 3B
  arm64: dts: rockchip: Add Radxa ROCK 3B

 .../devicetree/bindings/arm/rockchip.yaml     |   5 +
 .../bindings/mfd/rockchip,rk809.yaml          |  38 +-
 arch/arm64/boot/dts/rockchip/Makefile         |   1 +
 .../boot/dts/rockchip/rk3568-rock-3b.dts      | 773 ++++++++++++++++++
 4 files changed, 814 insertions(+), 3 deletions(-)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3568-rock-3b.dts

-- 
2.43.2


_______________________________________________
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: Jonas Karlman <jonas@kwiboo.se>
To: Heiko Stuebner <heiko@sntech.de>, Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>, Lee Jones <lee@kernel.org>
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
	Jonas Karlman <jonas@kwiboo.se>
Subject: [PATCH 0/4] arm64: dts: rockchip: Add Radxa ROCK 3B
Date: Sun,  5 May 2024 13:41:10 +0000	[thread overview]
Message-ID: <20240505134120.2828885-1-jonas@kwiboo.se> (raw)

This series adds initial support for the Radxa ROCK 3B board.

The Radxa ROCK 3B is a single-board computer based on the Pico-ITX form
factor (100mm x 75mm). Two versions of the ROCK 3B exists, a community
version based on the RK3568 SoC and an industrial version based on the
RK3568J SoC.

Schematic for ROCK 3B can be found at:
https://dl.radxa.com/rock3/docs/hw/3b/Radxa_ROCK_3B_V1.51_SCH.pdf

Jonas Karlman (4):
  dt-bindings: mfd: rk809: Fix vcc8 and vcc9-supply description
  dt-bindings: mfd: rk809: Add audio codec properties
  dt-bindings: arm: rockchip: Add Radxa ROCK 3B
  arm64: dts: rockchip: Add Radxa ROCK 3B

 .../devicetree/bindings/arm/rockchip.yaml     |   5 +
 .../bindings/mfd/rockchip,rk809.yaml          |  38 +-
 arch/arm64/boot/dts/rockchip/Makefile         |   1 +
 .../boot/dts/rockchip/rk3568-rock-3b.dts      | 773 ++++++++++++++++++
 4 files changed, 814 insertions(+), 3 deletions(-)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3568-rock-3b.dts

-- 
2.43.2


_______________________________________________
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: Jonas Karlman <jonas@kwiboo.se>
To: Heiko Stuebner <heiko@sntech.de>, Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>, Lee Jones <lee@kernel.org>
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
	Jonas Karlman <jonas@kwiboo.se>
Subject: [PATCH 0/4] arm64: dts: rockchip: Add Radxa ROCK 3B
Date: Sun,  5 May 2024 13:41:10 +0000	[thread overview]
Message-ID: <20240505134120.2828885-1-jonas@kwiboo.se> (raw)

This series adds initial support for the Radxa ROCK 3B board.

The Radxa ROCK 3B is a single-board computer based on the Pico-ITX form
factor (100mm x 75mm). Two versions of the ROCK 3B exists, a community
version based on the RK3568 SoC and an industrial version based on the
RK3568J SoC.

Schematic for ROCK 3B can be found at:
https://dl.radxa.com/rock3/docs/hw/3b/Radxa_ROCK_3B_V1.51_SCH.pdf

Jonas Karlman (4):
  dt-bindings: mfd: rk809: Fix vcc8 and vcc9-supply description
  dt-bindings: mfd: rk809: Add audio codec properties
  dt-bindings: arm: rockchip: Add Radxa ROCK 3B
  arm64: dts: rockchip: Add Radxa ROCK 3B

 .../devicetree/bindings/arm/rockchip.yaml     |   5 +
 .../bindings/mfd/rockchip,rk809.yaml          |  38 +-
 arch/arm64/boot/dts/rockchip/Makefile         |   1 +
 .../boot/dts/rockchip/rk3568-rock-3b.dts      | 773 ++++++++++++++++++
 4 files changed, 814 insertions(+), 3 deletions(-)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3568-rock-3b.dts

-- 
2.43.2


             reply	other threads:[~2024-05-05 13:42 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-05 13:41 Jonas Karlman [this message]
2024-05-05 13:41 ` [PATCH 0/4] arm64: dts: rockchip: Add Radxa ROCK 3B Jonas Karlman
2024-05-05 13:41 ` Jonas Karlman
2024-05-05 13:41 ` [PATCH 1/4] dt-bindings: mfd: rk809: Fix vcc8 and vcc9-supply description Jonas Karlman
2024-05-05 13:41   ` Jonas Karlman
2024-05-05 13:41   ` Jonas Karlman
2024-05-06 10:44   ` Krzysztof Kozlowski
2024-05-06 10:44     ` Krzysztof Kozlowski
2024-05-06 10:44     ` Krzysztof Kozlowski
2024-05-05 13:41 ` [PATCH 2/4] dt-bindings: mfd: rk809: Add audio codec properties Jonas Karlman
2024-05-05 13:41   ` Jonas Karlman
2024-05-05 13:41   ` Jonas Karlman
2024-05-05 14:21   ` Rob Herring (Arm)
2024-05-05 14:21     ` Rob Herring (Arm)
2024-05-05 14:21     ` Rob Herring (Arm)
2024-05-06 10:47   ` Krzysztof Kozlowski
2024-05-06 10:47     ` Krzysztof Kozlowski
2024-05-06 10:47     ` Krzysztof Kozlowski
2024-05-06 16:14     ` Jonas Karlman
2024-05-06 16:14       ` Jonas Karlman
2024-05-06 16:14       ` Jonas Karlman
2024-05-06 20:08       ` Krzysztof Kozlowski
2024-05-06 20:08         ` Krzysztof Kozlowski
2024-05-06 20:08         ` Krzysztof Kozlowski
2024-05-05 13:41 ` [PATCH 3/4] dt-bindings: arm: rockchip: Add Radxa ROCK 3B Jonas Karlman
2024-05-05 13:41   ` Jonas Karlman
2024-05-05 13:41   ` Jonas Karlman
2024-05-06 10:48   ` Krzysztof Kozlowski
2024-05-06 10:48     ` Krzysztof Kozlowski
2024-05-06 10:48     ` Krzysztof Kozlowski
2024-05-06 11:46     ` Dragan Simic
2024-05-06 11:46       ` Dragan Simic
2024-05-06 11:46       ` Dragan Simic
2024-05-06 20:09       ` Krzysztof Kozlowski
2024-05-06 20:09         ` Krzysztof Kozlowski
2024-05-06 20:09         ` Krzysztof Kozlowski
2024-05-05 13:41 ` [PATCH 4/4] arm64: dts: " Jonas Karlman
2024-05-05 13:41   ` Jonas Karlman
2024-05-05 13:41   ` Jonas Karlman

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=20240505134120.2828885-1-jonas@kwiboo.se \
    --to=jonas@kwiboo.se \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=heiko@sntech.de \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=lee@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=robh@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.