From: Lukas Schmid <lukas.schmid@netcube.li>
To: Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>, Chen-Yu Tsai <wens@csie.org>,
Jernej Skrabec <jernej.skrabec@gmail.com>,
Samuel Holland <samuel@sholland.org>,
Maxime Ripard <mripard@kernel.org>
Cc: Lukas Schmid <lukas.schmid@netcube.li>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: [PATCH v8 0/4] Add support for NetCube Systems Kumquat
Date: Tue, 28 Jan 2025 21:03:49 +0100 [thread overview]
Message-ID: <20250128200355.1948997-1-lukas.schmid@netcube.li> (raw)
This series adds dt-bindings and dt's for the NetCube Systems Kumquat board
Changes in v2:
- Fix the devicetrees according to the "dt-schema" and
"make dtbs_check W=1"
- Fix the License of the devicetree as requested
- Create a cover letter for the patch series
Changes in v3:
- Disable rtc inside the SoC again, as the rtc does not work on the board
- Add the gpio-reserved-ranges property to the pinctrl bindings
- Reorder the nodes in the devicetree to match the order of the nodes in
the sun8i-v3s.dtsi file
Changes in v4:
- Moved the dtsi change into a sperate patch
- Update commit messages to include better descriptions
- Add descriptions to the uarts and mmc nodes in the dts file
- Add missing newline at the end of the dts file
- Removed the gpio-reserved-ranges property from the dts and from the
pinctrl bindings
- Remove the rtc status property from the dts file
Changes in v5:
- Remove the unused lradc node and it's regualtor, as they are not used
on the board
- Add another alias for the SoC's rtc as 'rtc1'
Changes in v6:
- Add reason why DS3232+ is preferred over internal rtc
- Remove redundant pinctrls from mmc0, mmc1 and i2c0
- Reordered eeprom0 and spi0/flash@0 properties
- Reordered nodes by their node name alias+
Changes in v7:
- Disable the external 32kHz crystal oscillator, as it does not work on
the board
Changes in v8:
- Update the commit messages and cover letter according to the Linux
coding style
Signed-off-by: Lukas Schmid <lukas.schmid@netcube.li>
---
Lukas Schmid (4):
dt-bindings: vendor-prefixes: Add NetCube Systems Austria name
dt-bindings: arm: sunxi: Add NetCube Systems Kumquat board
ARM: dts: sunxi: add uart1_pe pinctrl for sun8i-v3s
ARM: dts: sunxi: add support for NetCube Systems Kumquat
.../devicetree/bindings/arm/sunxi.yaml | 5 +
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
arch/arm/boot/dts/allwinner/Makefile | 2 +
.../allwinner/sun8i-v3s-netcube-kumquat.dts | 278 ++++++++++++++++++
arch/arm/boot/dts/allwinner/sun8i-v3s.dtsi | 6 +
5 files changed, 293 insertions(+)
create mode 100644 arch/arm/boot/dts/allwinner/sun8i-v3s-netcube-kumquat.dts
--
2.39.5
next reply other threads:[~2025-01-28 20:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-28 20:03 Lukas Schmid [this message]
2025-01-28 20:03 ` [PATCH v8 1/4] dt-bindings: vendor-prefixes: Add NetCube Systems Austria name Lukas Schmid
2025-01-28 20:03 ` [PATCH v8 2/4] dt-bindings: arm: sunxi: Add NetCube Systems Kumquat board Lukas Schmid
2025-01-28 20:03 ` [PATCH v8 3/4] ARM: dts: sunxi: add uart1_pe pinctrl for sun8i-v3s Lukas Schmid
2025-01-28 20:03 ` [PATCH v8 4/4] ARM: dts: sunxi: add support for NetCube Systems Kumquat Lukas Schmid
2025-02-05 16:29 ` Chen-Yu Tsai
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=20250128200355.1948997-1-lukas.schmid@netcube.li \
--to=lukas.schmid@netcube.li \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jernej.skrabec@gmail.com \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sunxi@lists.linux.dev \
--cc=mripard@kernel.org \
--cc=robh@kernel.org \
--cc=samuel@sholland.org \
--cc=wens@csie.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox