[PATCH 1/3] dt-bindings: xilinx: Remove uartlite from xilinx.txt

Michal Simek posted 3 patches 1 year ago
[PATCH 1/3] dt-bindings: xilinx: Remove uartlite from xilinx.txt
Posted by Michal Simek 1 year ago
current-speed description has been added to uartlite description by commit
3de536a8c365 ("dt-bindings: serial: uartlite: Add properties for
synthesis-time parameters") that's why no reason to have in xilinx.txt too.

Signed-off-by: Michal Simek <michal.simek@amd.com>

Fixes: 3de536a8c365 ("dt-bindings: serial: uartlite: Add properties for synthesis-time parameters")
---

 Documentation/devicetree/bindings/xilinx.txt | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/Documentation/devicetree/bindings/xilinx.txt b/Documentation/devicetree/bindings/xilinx.txt
index 28199b31fe5e..6af9b67f9252 100644
--- a/Documentation/devicetree/bindings/xilinx.txt
+++ b/Documentation/devicetree/bindings/xilinx.txt
@@ -118,13 +118,6 @@
       property, and may include other common network device properties
       like local-mac-address.
 
-      iv) Xilinx Uartlite
-
-      Xilinx uartlite devices are simple fixed speed serial ports.
-
-      Required properties:
-       - current-speed : Baud rate of uartlite
-
       v) Xilinx hwicap
 
 		Xilinx hwicap devices provide access to the configuration logic
-- 
2.43.0
Re: [PATCH 1/3] dt-bindings: xilinx: Remove uartlite from xilinx.txt
Posted by Rob Herring 1 year ago
On Mon, Feb 03, 2025 at 05:28:38PM +0100, Michal Simek wrote:
> current-speed description has been added to uartlite description by commit
> 3de536a8c365 ("dt-bindings: serial: uartlite: Add properties for
> synthesis-time parameters") that's why no reason to have in xilinx.txt too.
> 
> Signed-off-by: Michal Simek <michal.simek@amd.com>
> 
> Fixes: 3de536a8c365 ("dt-bindings: serial: uartlite: Add properties for synthesis-time parameters")

Should not have a blank line in between and Fixes goes first. Will fixup 
when applying.

Rob
Re: [PATCH 1/3] dt-bindings: xilinx: Remove uartlite from xilinx.txt
Posted by Rob Herring (Arm) 1 year ago
On Mon, 03 Feb 2025 17:28:38 +0100, Michal Simek wrote:
> current-speed description has been added to uartlite description by commit
> 3de536a8c365 ("dt-bindings: serial: uartlite: Add properties for
> synthesis-time parameters") that's why no reason to have in xilinx.txt too.
> 
> Signed-off-by: Michal Simek <michal.simek@amd.com>
> 
> Fixes: 3de536a8c365 ("dt-bindings: serial: uartlite: Add properties for synthesis-time parameters")
> ---
> 
>  Documentation/devicetree/bindings/xilinx.txt | 7 -------
>  1 file changed, 7 deletions(-)
> 

Applied, thanks!
Re: [PATCH 1/3] dt-bindings: xilinx: Remove uartlite from xilinx.txt
Posted by Sean Anderson 1 year ago
On 2/3/25 11:28, Michal Simek wrote:
> current-speed description has been added to uartlite description by commit
> 3de536a8c365 ("dt-bindings: serial: uartlite: Add properties for
> synthesis-time parameters") that's why no reason to have in xilinx.txt too.
> 
> Signed-off-by: Michal Simek <michal.simek@amd.com>
> 
> Fixes: 3de536a8c365 ("dt-bindings: serial: uartlite: Add properties for synthesis-time parameters")
> ---
> 
>  Documentation/devicetree/bindings/xilinx.txt | 7 -------
>  1 file changed, 7 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/xilinx.txt b/Documentation/devicetree/bindings/xilinx.txt
> index 28199b31fe5e..6af9b67f9252 100644
> --- a/Documentation/devicetree/bindings/xilinx.txt
> +++ b/Documentation/devicetree/bindings/xilinx.txt
> @@ -118,13 +118,6 @@
>        property, and may include other common network device properties
>        like local-mac-address.
>  
> -      iv) Xilinx Uartlite
> -
> -      Xilinx uartlite devices are simple fixed speed serial ports.
> -
> -      Required properties:
> -       - current-speed : Baud rate of uartlite
> -
>        v) Xilinx hwicap
>  
>  		Xilinx hwicap devices provide access to the configuration logic

Reviewed-by: Sean Anderson <sean.anderson@seco.com>