All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Uwe Kleine-König" <ukleinek@debian.org>
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>
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org
Subject: [PATCH 0/2] arm64: Add basic support for QNAP TS-433
Date: Tue, 27 Feb 2024 12:52:35 +0100	[thread overview]
Message-ID: <cover.1709034476.git.ukleinek@debian.org> (raw)

Hello,

this is an initial dts to support QNAP's TS-433 NAS. It's enough to
start the debian installer with a custom built kernel (original Debian
kernel fails to open a console, didn't debug that yet) and access HD,
eMMC, RTC and network.

There are still some missing bits and pieces, but to make people aware
there are efforts to support this machine and so prevent duplicate work,
I think it makes sense to add the dts in its current form already.

Best regards
Uwe

Uwe Kleine-König (2):
  dt-bindings: arm: rockchip: Add QNAP TS-433
  arm64: dts: rockchip: Add basic support for QNAP TS-433

 .../devicetree/bindings/arm/rockchip.yaml     |  5 ++
 arch/arm64/boot/dts/rockchip/Makefile         |  1 +
 .../boot/dts/rockchip/rk3568-qnap-ts433.dts   | 86 +++++++++++++++++++
 3 files changed, 92 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts

base-commit: 6613476e225e090cc9aad49be7fa504e290dd33d
-- 
2.43.0


WARNING: multiple messages have this Message-ID (diff)
From: "Uwe Kleine-König" <ukleinek@debian.org>
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>
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org
Subject: [PATCH 0/2] arm64: Add basic support for QNAP TS-433
Date: Tue, 27 Feb 2024 12:52:35 +0100	[thread overview]
Message-ID: <cover.1709034476.git.ukleinek@debian.org> (raw)

Hello,

this is an initial dts to support QNAP's TS-433 NAS. It's enough to
start the debian installer with a custom built kernel (original Debian
kernel fails to open a console, didn't debug that yet) and access HD,
eMMC, RTC and network.

There are still some missing bits and pieces, but to make people aware
there are efforts to support this machine and so prevent duplicate work,
I think it makes sense to add the dts in its current form already.

Best regards
Uwe

Uwe Kleine-König (2):
  dt-bindings: arm: rockchip: Add QNAP TS-433
  arm64: dts: rockchip: Add basic support for QNAP TS-433

 .../devicetree/bindings/arm/rockchip.yaml     |  5 ++
 arch/arm64/boot/dts/rockchip/Makefile         |  1 +
 .../boot/dts/rockchip/rk3568-qnap-ts433.dts   | 86 +++++++++++++++++++
 3 files changed, 92 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts

base-commit: 6613476e225e090cc9aad49be7fa504e290dd33d
-- 
2.43.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: "Uwe Kleine-König" <ukleinek@debian.org>
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>
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org
Subject: [PATCH 0/2] arm64: Add basic support for QNAP TS-433
Date: Tue, 27 Feb 2024 12:52:35 +0100	[thread overview]
Message-ID: <cover.1709034476.git.ukleinek@debian.org> (raw)

Hello,

this is an initial dts to support QNAP's TS-433 NAS. It's enough to
start the debian installer with a custom built kernel (original Debian
kernel fails to open a console, didn't debug that yet) and access HD,
eMMC, RTC and network.

There are still some missing bits and pieces, but to make people aware
there are efforts to support this machine and so prevent duplicate work,
I think it makes sense to add the dts in its current form already.

Best regards
Uwe

Uwe Kleine-König (2):
  dt-bindings: arm: rockchip: Add QNAP TS-433
  arm64: dts: rockchip: Add basic support for QNAP TS-433

 .../devicetree/bindings/arm/rockchip.yaml     |  5 ++
 arch/arm64/boot/dts/rockchip/Makefile         |  1 +
 .../boot/dts/rockchip/rk3568-qnap-ts433.dts   | 86 +++++++++++++++++++
 3 files changed, 92 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts

base-commit: 6613476e225e090cc9aad49be7fa504e290dd33d
-- 
2.43.0


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

             reply	other threads:[~2024-02-27 11:52 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-27 11:52 Uwe Kleine-König [this message]
2024-02-27 11:52 ` [PATCH 0/2] arm64: Add basic support for QNAP TS-433 Uwe Kleine-König
2024-02-27 11:52 ` Uwe Kleine-König
2024-02-27 11:52 ` [PATCH 1/2] dt-bindings: arm: rockchip: Add " Uwe Kleine-König
2024-02-27 11:52   ` Uwe Kleine-König
2024-02-27 11:52   ` Uwe Kleine-König
2024-02-28  7:43   ` Krzysztof Kozlowski
2024-02-28  7:43     ` Krzysztof Kozlowski
2024-02-28  7:43     ` Krzysztof Kozlowski
2024-02-27 11:52 ` [PATCH 2/2] arm64: dts: rockchip: Add basic support for " Uwe Kleine-König
2024-02-27 11:52   ` Uwe Kleine-König
2024-02-27 11:52   ` Uwe Kleine-König
2024-02-27 21:00   ` Andrew Lunn
2024-02-27 21:00     ` Andrew Lunn
2024-02-27 21:00     ` Andrew Lunn
2024-02-28  7:23     ` Uwe Kleine-König
2024-02-28  7:23       ` Uwe Kleine-König
2024-02-28  7:23       ` Uwe Kleine-König
2024-02-28 13:53       ` Andrew Lunn
2024-02-28 13:53         ` Andrew Lunn
2024-02-28 13:53         ` Andrew Lunn
2024-02-28 17:05         ` Uwe Kleine-König
2024-02-28 17:05           ` Uwe Kleine-König
2024-02-28 17:05           ` Uwe Kleine-König
2024-02-27 12:26 ` [PATCH 0/2] arm64: " Heiko Stübner
2024-02-27 12:26   ` Heiko Stübner
2024-02-27 12:26   ` Heiko Stübner
2024-02-27 13:53   ` Uwe Kleine-König
2024-02-27 13:53     ` Uwe Kleine-König
2024-02-27 13:53     ` Uwe Kleine-König
2024-02-27 13:45 ` Rob Herring
2024-02-27 13:45   ` Rob Herring
2024-02-27 13:45   ` Rob Herring
2024-02-27 13:55   ` Uwe Kleine-König
2024-02-27 13:55     ` Uwe Kleine-König
2024-02-27 13:55     ` Uwe Kleine-König
2024-02-27 17:41     ` Heiko Stübner
2024-02-27 17:41       ` Heiko Stübner
2024-02-27 17:41       ` Heiko Stübner
2024-02-28 13:02 ` Heiko Stuebner
2024-02-28 13:02   ` Heiko Stuebner
2024-02-28 13:02   ` 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=cover.1709034476.git.ukleinek@debian.org \
    --to=ukleinek@debian.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=heiko@sntech.de \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-rockchip@lists.infradead.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.