[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250721201137.233166-1-xunil@tahomasoft.com>
Date: Mon, 21 Jul 2025 16:11:34 -0400
From: Erik Beck <xunil@...omasoft.com>
To: Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Heiko Stuebner <heiko@...ech.de>
Cc: Erik Beck <xunil@...omasoft.com>,
devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/2 v2]: New board support,LinkStar-H68k-1432v1 (RK3568)
Signed-off-by: Erik Beck <xunil@...omasoft.com>
This patch series, revision two, provides initial support for the
Seeed LinkStar H68K 1432v1 board, featuring a Rockchip rk3568 SoC.
Changes were made relative to patch set version one to address
comments provided by Heiko Stuebner <heiko@...ech.de> (Fri, 18 Jul
2025 15:13:22 +0200).
Those changes are:
* Splits the single commit into two, one for the yaml binding, and the
other for the board devicetree plus Makefile addition;
* Adds other recipients needed from get_maintainer.pl --nol and --nom;
* Uses git send-email to send the patches, to avoid adding line breaks
from the MUA;
* Changes comment style to conform with style guide;
* Removes several unneeded comments from the devicetree;
* Changes LED naming scheme with more standard nomenclature;
* Changes naming of regulators, prepending 'regulator', such as:
- from: vcc12v_dcin: vcc12v-dcin {}
- to: vcc12v_dcin: regulator-vcc12v-dcin {}
* Removes unneeded tx_delay/rx_delay from rgmii-id
Thank you for your time and effort reviewing these proposed patches.
Regards,
Erik
Patch File Summary:
.../devicetree/bindings/arm/rockchip.yaml | 5 +
arch/arm64/boot/dts/rockchip/Makefile | 1 +
.../dts/rockchip/rk3568-linkstar-h68k-1432v1.dts | 740 +++++++++++++++++++++
3 files changed, 746 insertions(+)
Powered by blists - more mailing lists