Re: [PATCH] ARM: dts: renesas: Remove leftovers after OF_UPSTREAM conversion

2024-05-20 Thread Adam Ford
On Sun, May 19, 2024 at 3:40 PM Marek Vasut
 wrote:
>
> Remove leftover DTSI files after OF_UPSTREAM conversion.
> Those are no longer used and no longer necessary, remove them.
> No functional change.
>

This seems like the right thing to do.

> Signed-off-by: Marek Vasut 

Acked-by: Adam Ford 

> ---
> Cc: Adam Ford 
> Cc: Tom Rini 
> ---
>  arch/arm/dts/salvator-common.dtsi| 1104 --
>  arch/arm/dts/salvator-x.dtsi |   29 -
>  arch/arm/dts/salvator-xs.dtsi|   85 --
>  arch/arm/dts/ulcb-audio-graph-card.dtsi  |   85 --
>  arch/arm/dts/ulcb-audio-graph-card2.dtsi |   26 -
>  arch/arm/dts/ulcb.dtsi   |  509 --
>  6 files changed, 1838 deletions(-)
>  delete mode 100644 arch/arm/dts/salvator-common.dtsi
>  delete mode 100644 arch/arm/dts/salvator-x.dtsi
>  delete mode 100644 arch/arm/dts/salvator-xs.dtsi
>  delete mode 100644 arch/arm/dts/ulcb-audio-graph-card.dtsi
>  delete mode 100644 arch/arm/dts/ulcb-audio-graph-card2.dtsi
>  delete mode 100644 arch/arm/dts/ulcb.dtsi
>
> diff --git a/arch/arm/dts/salvator-common.dtsi 
> b/arch/arm/dts/salvator-common.dtsi
> deleted file mode 100644
> index 4a3d5037821..000
> --- a/arch/arm/dts/salvator-common.dtsi
> +++ /dev/null
> @@ -1,1104 +0,0 @@
> -// SPDX-License-Identifier: GPL-2.0
> -/*
> - * Device Tree Source for common parts of Salvator-X board variants
> - *
> - * Copyright (C) 2015-2016 Renesas Electronics Corp.
> - */
> -
> -/*
> - * SSI-AK4613
> - *
> - * This command is required when Playback/Capture
> - *
> - * amixer set "DVC Out" 100%
> - * amixer set "DVC In" 100%
> - *
> - * You can use Mute
> - *
> - * amixer set "DVC Out Mute" on
> - * amixer set "DVC In Mute" on
> - *
> - * You can use Volume Ramp
> - *
> - * amixer set "DVC Out Ramp Up Rate"   "0.125 dB/64 steps"
> - * amixer set "DVC Out Ramp Down Rate" "0.125 dB/512 steps"
> - * amixer set "DVC Out Ramp" on
> - * aplay xxx.wav &
> - * amixer set "DVC Out"  80%  // Volume Down
> - * amixer set "DVC Out" 100%  // Volume Up
> - */
> -
> -#include 
> -#include 
> -
> -/ {
> -   aliases {
> -   i2c0 = 
> -   i2c1 = 
> -   i2c2 = 
> -   i2c3 = 
> -   i2c4 = 
> -   i2c5 = 
> -   i2c6 = 
> -   i2c7 = _dvfs;
> -   serial0 = 
> -   serial1 = 
> -   ethernet0 = 
> -   mmc0 = 
> -   mmc1 = 
> -   mmc2 = 
> -   };
> -
> -   chosen {
> -   bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
> -   stdout-path = "serial0:115200n8";
> -   };
> -
> -   audio_clkout: audio-clkout {
> -   /*
> -* This is same as <_sound 0>
> -* but needed to avoid cs2000/rcar_sound probe dead-lock
> -*/
> -   compatible = "fixed-clock";
> -   #clock-cells = <0>;
> -   clock-frequency = <12288000>;
> -   };
> -
> -   backlight: backlight {
> -   compatible = "pwm-backlight";
> -   pwms = < 0 5>;
> -
> -   brightness-levels = <256 128 64 16 8 4 0>;
> -   default-brightness-level = <6>;
> -
> -   power-supply = <_12v>;
> -   enable-gpios = < 7 GPIO_ACTIVE_HIGH>;
> -   };
> -
> -   cvbs-in {
> -   compatible = "composite-video-connector";
> -   label = "CVBS IN";
> -
> -   port {
> -   cvbs_con: endpoint {
> -   remote-endpoint = <_ain7>;
> -   };
> -   };
> -   };
> -
> -   hdmi-in {
> -   compatible = "hdmi-connector";
> -   label = "HDMI IN";
> -   type = "a";
> -
> -   port {
> -   hdmi_in_con: endpoint {
> -   remote-endpoint = <_hdmi>;
> -   };
> -   };
> -   };
> -
> -   hdmi0-out {
> -   compatible = "hdmi-connector";
> -   label = "HDMI0 OUT";
> -   type = "a";
> -
> -   port {
> -   hdmi0_con: endpoint {
> -   remote-endpoint = <_dw_hdmi0_out>;
> -   };
> -   };
> -   };
> -
> -   hdmi1-out {
> -   compatible = "hdmi-connector";
> -   label = "HDMI1 OUT";
> -   type = "a";
> -
> -   port {
> -   hdmi1_con: endpoint {
> -   };
> -   };
> -   };
> -
> -   keys {
> -   compatible = "gpio-keys";
> -
> -   pinctrl-0 = <_pins>;
> -   pinctrl-names = "default";
> -
> -   key-1 {
> -   gpios = < 17 GPIO_ACTIVE_LOW>;
> -   linux,code = ;

[PATCH] ARM: dts: renesas: Remove leftovers after OF_UPSTREAM conversion

2024-05-19 Thread Marek Vasut
Remove leftover DTSI files after OF_UPSTREAM conversion.
Those are no longer used and no longer necessary, remove them.
No functional change.

Signed-off-by: Marek Vasut 
---
Cc: Adam Ford 
Cc: Tom Rini 
---
 arch/arm/dts/salvator-common.dtsi| 1104 --
 arch/arm/dts/salvator-x.dtsi |   29 -
 arch/arm/dts/salvator-xs.dtsi|   85 --
 arch/arm/dts/ulcb-audio-graph-card.dtsi  |   85 --
 arch/arm/dts/ulcb-audio-graph-card2.dtsi |   26 -
 arch/arm/dts/ulcb.dtsi   |  509 --
 6 files changed, 1838 deletions(-)
 delete mode 100644 arch/arm/dts/salvator-common.dtsi
 delete mode 100644 arch/arm/dts/salvator-x.dtsi
 delete mode 100644 arch/arm/dts/salvator-xs.dtsi
 delete mode 100644 arch/arm/dts/ulcb-audio-graph-card.dtsi
 delete mode 100644 arch/arm/dts/ulcb-audio-graph-card2.dtsi
 delete mode 100644 arch/arm/dts/ulcb.dtsi

diff --git a/arch/arm/dts/salvator-common.dtsi 
b/arch/arm/dts/salvator-common.dtsi
deleted file mode 100644
index 4a3d5037821..000
--- a/arch/arm/dts/salvator-common.dtsi
+++ /dev/null
@@ -1,1104 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0
-/*
- * Device Tree Source for common parts of Salvator-X board variants
- *
- * Copyright (C) 2015-2016 Renesas Electronics Corp.
- */
-
-/*
- * SSI-AK4613
- *
- * This command is required when Playback/Capture
- *
- * amixer set "DVC Out" 100%
- * amixer set "DVC In" 100%
- *
- * You can use Mute
- *
- * amixer set "DVC Out Mute" on
- * amixer set "DVC In Mute" on
- *
- * You can use Volume Ramp
- *
- * amixer set "DVC Out Ramp Up Rate"   "0.125 dB/64 steps"
- * amixer set "DVC Out Ramp Down Rate" "0.125 dB/512 steps"
- * amixer set "DVC Out Ramp" on
- * aplay xxx.wav &
- * amixer set "DVC Out"  80%  // Volume Down
- * amixer set "DVC Out" 100%  // Volume Up
- */
-
-#include 
-#include 
-
-/ {
-   aliases {
-   i2c0 = 
-   i2c1 = 
-   i2c2 = 
-   i2c3 = 
-   i2c4 = 
-   i2c5 = 
-   i2c6 = 
-   i2c7 = _dvfs;
-   serial0 = 
-   serial1 = 
-   ethernet0 = 
-   mmc0 = 
-   mmc1 = 
-   mmc2 = 
-   };
-
-   chosen {
-   bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
-   stdout-path = "serial0:115200n8";
-   };
-
-   audio_clkout: audio-clkout {
-   /*
-* This is same as <_sound 0>
-* but needed to avoid cs2000/rcar_sound probe dead-lock
-*/
-   compatible = "fixed-clock";
-   #clock-cells = <0>;
-   clock-frequency = <12288000>;
-   };
-
-   backlight: backlight {
-   compatible = "pwm-backlight";
-   pwms = < 0 5>;
-
-   brightness-levels = <256 128 64 16 8 4 0>;
-   default-brightness-level = <6>;
-
-   power-supply = <_12v>;
-   enable-gpios = < 7 GPIO_ACTIVE_HIGH>;
-   };
-
-   cvbs-in {
-   compatible = "composite-video-connector";
-   label = "CVBS IN";
-
-   port {
-   cvbs_con: endpoint {
-   remote-endpoint = <_ain7>;
-   };
-   };
-   };
-
-   hdmi-in {
-   compatible = "hdmi-connector";
-   label = "HDMI IN";
-   type = "a";
-
-   port {
-   hdmi_in_con: endpoint {
-   remote-endpoint = <_hdmi>;
-   };
-   };
-   };
-
-   hdmi0-out {
-   compatible = "hdmi-connector";
-   label = "HDMI0 OUT";
-   type = "a";
-
-   port {
-   hdmi0_con: endpoint {
-   remote-endpoint = <_dw_hdmi0_out>;
-   };
-   };
-   };
-
-   hdmi1-out {
-   compatible = "hdmi-connector";
-   label = "HDMI1 OUT";
-   type = "a";
-
-   port {
-   hdmi1_con: endpoint {
-   };
-   };
-   };
-
-   keys {
-   compatible = "gpio-keys";
-
-   pinctrl-0 = <_pins>;
-   pinctrl-names = "default";
-
-   key-1 {
-   gpios = < 17 GPIO_ACTIVE_LOW>;
-   linux,code = ;
-   label = "SW4-1";
-   wakeup-source;
-   debounce-interval = <20>;
-   };
-   key-2 {
-   gpios = < 20 GPIO_ACTIVE_LOW>;
-   linux,code = ;
-   label = "SW4-2";
-   wakeup-source;
-   debounce-interval = <20>;
-   };
-   key-3 {