mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
riscv: dts: spacemit: Enable PDMA on Banana Pi F3 and Milkv Jupiter
Enable the PDMA 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> Link: https://lore.kernel.org/r/20250822-working_dma_0701_v2-v5-7-f5c0eda734cc@riscstar.com Signed-off-by: Yixun Lan <dlan@gentoo.org>
This commit is contained in:
parent
81d79ad0dd
commit
0e28eab0ca
|
|
@ -40,6 +40,10 @@ &emmc {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&pdma {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&uart0_2_cfg>;
|
||||
|
|
|
|||
|
|
@ -20,6 +20,10 @@ chosen {
|
|||
};
|
||||
};
|
||||
|
||||
&pdma {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&uart0_2_cfg>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user