ARM: dts: at91: sama5d2: remove extra line

Message ID 20230522124812.107227-1-claudiu.beznea@microchip.com
State New
Headers
Series ARM: dts: at91: sama5d2: remove extra line |

Commit Message

Claudiu Beznea May 22, 2023, 12:48 p.m. UTC
  Remove extra line from the definition of slow clock controller.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
---
 arch/arm/boot/dts/sama5d2.dtsi | 1 -
 1 file changed, 1 deletion(-)
  

Comments

Claudiu Beznea May 24, 2023, 9:15 a.m. UTC | #1
On 22.05.2023 15:48, Claudiu Beznea wrote:
> Remove extra line from the definition of slow clock controller.
> 
> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>

Applied to at91-dt, thanks!

> ---
>  arch/arm/boot/dts/sama5d2.dtsi | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi
> index 256d29d66830..795a02b2e283 100644
> --- a/arch/arm/boot/dts/sama5d2.dtsi
> +++ b/arch/arm/boot/dts/sama5d2.dtsi
> @@ -707,7 +707,6 @@ watchdog: watchdog@f8048040 {
>  			clk32k: clock-controller@f8048050 {
>  				compatible = "atmel,sama5d4-sckc";
>  				reg = <0xf8048050 0x4>;
> -
>  				clocks = <&slow_xtal>;
>  				#clock-cells = <0>;
>  			};
  

Patch

diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi
index 256d29d66830..795a02b2e283 100644
--- a/arch/arm/boot/dts/sama5d2.dtsi
+++ b/arch/arm/boot/dts/sama5d2.dtsi
@@ -707,7 +707,6 @@  watchdog: watchdog@f8048040 {
 			clk32k: clock-controller@f8048050 {
 				compatible = "atmel,sama5d4-sckc";
 				reg = <0xf8048050 0x4>;
-
 				clocks = <&slow_xtal>;
 				#clock-cells = <0>;
 			};