lkml.org 
[lkml]   [2022]   [Apr]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 10/18] MIPS: DTS: jz4780: fix uart dmas as reported by dtbscheck
Date
arch/mips/boot/dts/ingenic/ci20.dtb: serial@10030000: 'dmas' is a required property
From schema: Documentation/devicetree/bindings/serial/ingenic,uart.yaml
arch/mips/boot/dts/ingenic/ci20.dtb: serial@10030000: 'dma-names' is a required property
From schema: Documentation/devicetree/bindings/serial/ingenic,uart.yaml
arch/mips/boot/dts/ingenic/ci20.dtb: serial@10031000: 'dmas' is a required property
From schema: Documentation/devicetree/bindings/serial/ingenic,uart.yaml
arch/mips/boot/dts/ingenic/ci20.dtb: serial@10031000: 'dma-names' is a required property
From schema: Documentation/devicetree/bindings/serial/ingenic,uart.yaml
arch/mips/boot/dts/ingenic/ci20.dtb: serial@10032000: 'dmas' is a required property
From schema: Documentation/devicetree/bindings/serial/ingenic,uart.yaml
arch/mips/boot/dts/ingenic/ci20.dtb: serial@10032000: 'dma-names' is a required property
From schema: Documentation/devicetree/bindings/serial/ingenic,uart.yaml
arch/mips/boot/dts/ingenic/ci20.dtb: serial@10033000: 'dmas' is a required property
From schema: Documentation/devicetree/bindings/serial/ingenic,uart.yaml
arch/mips/boot/dts/ingenic/ci20.dtb: serial@10033000: 'dma-names' is a required property
From schema: Documentation/devicetree/bindings/serial/ingenic,uart.yaml
arch/mips/boot/dts/ingenic/ci20.dtb: serial@10034000: 'dmas' is a required property
From schema: Documentation/devicetree/bindings/serial/ingenic,uart.yaml
arch/mips/boot/dts/ingenic/ci20.dtb: serial@10034000: 'dma-names' is a required property
From schema: Documentation/devicetree/bindings/serial/ingenic,uart.yaml
arch/mips/boot/dts/ingenic/ci20.dtb: i2c@10050000: 'dmas' is a required property

Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
---
arch/mips/boot/dts/ingenic/jz4780.dtsi | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)

diff --git a/arch/mips/boot/dts/ingenic/jz4780.dtsi b/arch/mips/boot/dts/ingenic/jz4780.dtsi
index dc88f9e813453..73cd05cf26472 100644
--- a/arch/mips/boot/dts/ingenic/jz4780.dtsi
+++ b/arch/mips/boot/dts/ingenic/jz4780.dtsi
@@ -283,6 +283,10 @@ uart0: serial@10030000 {
clocks = <&ext>, <&cgu JZ4780_CLK_UART0>;
clock-names = "baud", "module";

+ dmas = <&dma JZ4780_DMA_UART0_RX 0xffffffff>,
+ <&dma JZ4780_DMA_UART0_TX 0xffffffff>;
+ dma-names = "rx", "tx";
+
status = "disabled";
};

@@ -296,6 +300,10 @@ uart1: serial@10031000 {
clocks = <&ext>, <&cgu JZ4780_CLK_UART1>;
clock-names = "baud", "module";

+ dmas = <&dma JZ4780_DMA_UART1_RX 0xffffffff>,
+ <&dma JZ4780_DMA_UART1_TX 0xffffffff>;
+ dma-names = "rx", "tx";
+
status = "disabled";
};

@@ -309,6 +317,10 @@ uart2: serial@10032000 {
clocks = <&ext>, <&cgu JZ4780_CLK_UART2>;
clock-names = "baud", "module";

+ dmas = <&dma JZ4780_DMA_UART2_RX 0xffffffff>,
+ <&dma JZ4780_DMA_UART2_TX 0xffffffff>;
+ dma-names = "rx", "tx";
+
status = "disabled";
};

@@ -322,6 +334,10 @@ uart3: serial@10033000 {
clocks = <&ext>, <&cgu JZ4780_CLK_UART3>;
clock-names = "baud", "module";

+ dmas = <&dma JZ4780_DMA_UART3_RX 0xffffffff>,
+ <&dma JZ4780_DMA_UART3_TX 0xffffffff>;
+ dma-names = "rx", "tx";
+
status = "disabled";
};

@@ -335,6 +351,10 @@ uart4: serial@10034000 {
clocks = <&ext>, <&cgu JZ4780_CLK_UART4>;
clock-names = "baud", "module";

+ dmas = <&dma JZ4780_DMA_UART4_RX 0xffffffff>,
+ <&dma JZ4780_DMA_UART4_TX 0xffffffff>;
+ dma-names = "rx", "tx";
+
status = "disabled";
};

--
2.33.0
\
 
 \ /
  Last update: 2022-04-08 20:39    [W:0.255 / U:0.104 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site