Message ID | 20250205164716.2509650-1-lukas.schmid@netcube.li (mailing list archive) |
---|---|
Headers | show |
Series | Add support for NetCube Systems Kumquat | expand |
On Wed, 05 Feb 2025 17:47:09 +0100, Lukas Schmid wrote: > 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 > > [...] Applied to dt-for-6.15 in git@github.com:linux-sunxi/linux-sunxi.git, thanks! [1/4] dt-bindings: vendor-prefixes: Add NetCube Systems Austria name commit: 9a8463c68e0d1144e6af492a920796fcc373fef8 [2/4] dt-bindings: arm: sunxi: Add NetCube Systems Kumquat board commit: 2a120293fb8fc84017cfab3994ad4fe338148288 [3/4] ARM: dts: sunxi: add uart1_pe pinctrl for sun8i-v3s commit: 3199ed9b375870079c1bb857a10c55a95f90fdbd [4/4] ARM: dts: sunxi: add support for NetCube Systems Kumquat commit: 6e085e64a2907bb9467360b7607d1257874c2626 Best regards,
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 Changes in v9: - Change interrupts to interrupts-extended for tusb320 and can - Rebased patches on latest master 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 | 276 ++++++++++++++++++ arch/arm/boot/dts/allwinner/sun8i-v3s.dtsi | 6 + 5 files changed, 291 insertions(+) create mode 100644 arch/arm/boot/dts/allwinner/sun8i-v3s-netcube-kumquat.dts