Enable the PDMA0 on the SpacemiT K1-based Banana Pi F3 and Milkv Jupiter
boards by setting its status to "okay".
Signed-off-by: Guodong Xu <guodong@riscstar.com>
---
v2: added pdma0 enablement on Milkv Jupiter
---
arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts | 4 ++++
arch/riscv/boot/dts/spacemit/k1-milkv-jupiter.dts | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts b/arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts
index fe22c747c5012fe56d42ac8a7efdbbdb694f31b6..39133450e07f2cb9cb2247dc0284851f8c55031b 100644
--- a/arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts
+++ b/arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts
@@ -45,3 +45,7 @@ &uart0 {
pinctrl-0 = <&uart0_2_cfg>;
status = "okay";
};
+
+&pdma0 {
+ status = "okay";
+};
diff --git a/arch/riscv/boot/dts/spacemit/k1-milkv-jupiter.dts b/arch/riscv/boot/dts/spacemit/k1-milkv-jupiter.dts
index 4483192141049caa201c093fb206b6134a064f42..afb88ddf36eb8e5e3bf74fa29f9bc006e45814e7 100644
--- a/arch/riscv/boot/dts/spacemit/k1-milkv-jupiter.dts
+++ b/arch/riscv/boot/dts/spacemit/k1-milkv-jupiter.dts
@@ -25,3 +25,7 @@ &uart0 {
pinctrl-0 = <&uart0_2_cfg>;
status = "okay";
};
+
+&pdma0 {
+ status = "okay";
+};
--
2.43.0
On 01/07/2025 07:37, Guodong Xu wrote: > Enable the PDMA0 on the SpacemiT K1-based Banana Pi F3 and Milkv Jupiter > boards by setting its status to "okay". > > Signed-off-by: Guodong Xu <guodong@riscstar.com> > --- > v2: added pdma0 enablement on Milkv Jupiter > --- > arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts | 4 ++++ > arch/riscv/boot/dts/spacemit/k1-milkv-jupiter.dts | 4 ++++ > 2 files changed, 8 insertions(+) > > diff --git a/arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts b/arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts > index fe22c747c5012fe56d42ac8a7efdbbdb694f31b6..39133450e07f2cb9cb2247dc0284851f8c55031b 100644 > --- a/arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts > +++ b/arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts > @@ -45,3 +45,7 @@ &uart0 { > pinctrl-0 = <&uart0_2_cfg>; > status = "okay"; > }; > + > +&pdma0 { Does not look like placed according to DTS coding style. What sort of ordering Spacemit follows? Best regards, Krzysztof
On Tue, Jul 1, 2025 at 3:36 PM Krzysztof Kozlowski <krzk@kernel.org> wrote: > > On 01/07/2025 07:37, Guodong Xu wrote: > > Enable the PDMA0 on the SpacemiT K1-based Banana Pi F3 and Milkv Jupiter > > boards by setting its status to "okay". > > > > Signed-off-by: Guodong Xu <guodong@riscstar.com> > > --- > > v2: added pdma0 enablement on Milkv Jupiter > > --- > > arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts | 4 ++++ > > arch/riscv/boot/dts/spacemit/k1-milkv-jupiter.dts | 4 ++++ > > 2 files changed, 8 insertions(+) > > > > diff --git a/arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts b/arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts > > index fe22c747c5012fe56d42ac8a7efdbbdb694f31b6..39133450e07f2cb9cb2247dc0284851f8c55031b 100644 > > --- a/arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts > > +++ b/arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts > > @@ -45,3 +45,7 @@ &uart0 { > > pinctrl-0 = <&uart0_2_cfg>; > > status = "okay"; > > }; > > + > > +&pdma0 { > > > Does not look like placed according to DTS coding style. What sort of > ordering Spacemit follows? > Agreed. We should establish a consistent ordering rule for SpacemiT board DTS files. According to the coding style documentation, there are two acceptable approaches for ordering node references in board DTS files: "When extending nodes in the board DTS via &label, the entries shall be ordered either alpha-numerically or by keeping the order from DTSI, where the choice depends on the subarchitecture." Refer to Documentation/devicetree/bindings/dts-coding-style.rst My preference would be alphabetical ordering for easy maintainability. However, I'd like to hear Yixun's perspective on this before we standardize the approach across both board DTS files, BPI-F3 and MilkV Juptier. Thanks. Guodong > > > Best regards, > Krzysztof
On 01/07/2025 10:48, Guodong Xu wrote: > On Tue, Jul 1, 2025 at 3:36 PM Krzysztof Kozlowski <krzk@kernel.org> wrote: >> >> On 01/07/2025 07:37, Guodong Xu wrote: >>> Enable the PDMA0 on the SpacemiT K1-based Banana Pi F3 and Milkv Jupiter >>> boards by setting its status to "okay". >>> >>> Signed-off-by: Guodong Xu <guodong@riscstar.com> >>> --- >>> v2: added pdma0 enablement on Milkv Jupiter >>> --- >>> arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts | 4 ++++ >>> arch/riscv/boot/dts/spacemit/k1-milkv-jupiter.dts | 4 ++++ >>> 2 files changed, 8 insertions(+) >>> >>> diff --git a/arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts b/arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts >>> index fe22c747c5012fe56d42ac8a7efdbbdb694f31b6..39133450e07f2cb9cb2247dc0284851f8c55031b 100644 >>> --- a/arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts >>> +++ b/arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts >>> @@ -45,3 +45,7 @@ &uart0 { >>> pinctrl-0 = <&uart0_2_cfg>; >>> status = "okay"; >>> }; >>> + >>> +&pdma0 { >> >> >> Does not look like placed according to DTS coding style. What sort of >> ordering Spacemit follows? >> > > Agreed. We should establish a consistent ordering rule for SpacemiT board Isn't there a style already? Or what is the style for Risc-v arch? Best regards, Krzysztof
On Tue, Jul 1, 2025 at 5:02 PM Krzysztof Kozlowski <krzk@kernel.org> wrote: > > On 01/07/2025 10:48, Guodong Xu wrote: > > On Tue, Jul 1, 2025 at 3:36 PM Krzysztof Kozlowski <krzk@kernel.org> wrote: > >> > >> On 01/07/2025 07:37, Guodong Xu wrote: > >>> Enable the PDMA0 on the SpacemiT K1-based Banana Pi F3 and Milkv Jupiter > >>> boards by setting its status to "okay". > >>> > >>> Signed-off-by: Guodong Xu <guodong@riscstar.com> > >>> --- > >>> v2: added pdma0 enablement on Milkv Jupiter > >>> --- > >>> arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts | 4 ++++ > >>> arch/riscv/boot/dts/spacemit/k1-milkv-jupiter.dts | 4 ++++ > >>> 2 files changed, 8 insertions(+) > >>> > >>> diff --git a/arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts b/arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts > >>> index fe22c747c5012fe56d42ac8a7efdbbdb694f31b6..39133450e07f2cb9cb2247dc0284851f8c55031b 100644 > >>> --- a/arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts > >>> +++ b/arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts > >>> @@ -45,3 +45,7 @@ &uart0 { > >>> pinctrl-0 = <&uart0_2_cfg>; > >>> status = "okay"; > >>> }; > >>> + > >>> +&pdma0 { > >> > >> > >> Does not look like placed according to DTS coding style. What sort of > >> ordering Spacemit follows? > >> > > > > Agreed. We should establish a consistent ordering rule for SpacemiT board > > > Isn't there a style already? Or what is the style for Risc-v arch? > Per my checking, it's not consistent for arch/riscv. SiFive boards (hifive-unleashed-a00.dts and hifive-unmatched-a00.dts) are not alphabetical. Most other RISC-V vendors (StarFive, Microchip, Sophgo Milk-V Duo, etc.) use alphabetical ordering. That's the majority. Right? -Guodong > Best regards, > Krzysztof
© 2016 - 2025 Red Hat, Inc.