Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 3087576

Browse files
diederikdehaasmmind
authored andcommitted
arm64: dts: rockchip: Add dma-names to uart1 on Pine64 rk3566 devices
Similar to bf6f26d ("arm64: dts: rockchip: Add dma-names to uart1 on quartz64-b") also add the dma-names property to the other rk3566 devices from Pine64 with bluetooth functionality. Signed-off-by: Diederik de Haas <didi.debian@cknow.org> Tested-by: Riley Trautman <asonix.dev@gmail.com> Link: https://lore.kernel.org/r/20240705163004.29678-4-didi.debian@cknow.org Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent dbdadc1 commit 3087576

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

arch/arm64/boot/dts/rockchip/rk3566-pinenote.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,7 @@
674674
};
675675

676676
&uart1 {
677+
dma-names = "tx", "rx";
677678
pinctrl-0 = <&uart1m0_ctsn>, <&uart1m0_rtsn>, <&uart1m0_xfer>;
678679
pinctrl-names = "default";
679680
uart-has-rtscts;

arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,7 @@
738738
};
739739

740740
&uart1 {
741+
dma-names = "tx", "rx";
741742
pinctrl-names = "default";
742743
pinctrl-0 = <&uart1m0_xfer &uart1m0_ctsn &uart1m0_rtsn>;
743744
status = "okay";

arch/arm64/boot/dts/rockchip/rk3566-soquartz.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,7 @@
614614
};
615615

616616
&uart1 {
617+
dma-names = "tx", "rx";
617618
pinctrl-names = "default";
618619
pinctrl-0 = <&uart1m0_xfer &uart1m0_ctsn &uart1m0_rtsn>;
619620
uart-has-rtscts;

0 commit comments

Comments
 (0)