mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 19:43:40 +02:00
arm64: dts: rockchip: Add dma-names to uart1 on Pine64 rk3566 devices
Similar to bf6f26deb0 ("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>
This commit is contained in:
parent
dbdadc14b9
commit
3087576e1c
|
|
@ -674,6 +674,7 @@ &tsadc {
|
|||
};
|
||||
|
||||
&uart1 {
|
||||
dma-names = "tx", "rx";
|
||||
pinctrl-0 = <&uart1m0_ctsn>, <&uart1m0_rtsn>, <&uart1m0_xfer>;
|
||||
pinctrl-names = "default";
|
||||
uart-has-rtscts;
|
||||
|
|
|
|||
|
|
@ -738,6 +738,7 @@ &uart0 {
|
|||
};
|
||||
|
||||
&uart1 {
|
||||
dma-names = "tx", "rx";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&uart1m0_xfer &uart1m0_ctsn &uart1m0_rtsn>;
|
||||
status = "okay";
|
||||
|
|
|
|||
|
|
@ -614,6 +614,7 @@ &tsadc {
|
|||
};
|
||||
|
||||
&uart1 {
|
||||
dma-names = "tx", "rx";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&uart1m0_xfer &uart1m0_ctsn &uart1m0_rtsn>;
|
||||
uart-has-rtscts;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user