All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Nobuhiro Iwamatsu" <nobuhiro1.iwamatsu@toshiba.co.jp>
To: <prabhakar.mahadev-lad.rj@bp.renesas.com>,
	<cip-dev@lists.cip-project.org>, <pavel@denx.de>
Cc: <biju.das.jz@bp.renesas.com>
Subject: Re: [cip-dev] [PATCH 4.4.y-cip] ARM: dts: iwg22d-sodimm: Fix dt nodes sorting
Date: Tue, 22 Dec 2020 13:09:56 +0000	[thread overview]
Message-ID: <OSBPR01MB2983379E4CA85512AEABC16B92DF0@OSBPR01MB2983.jpnprd01.prod.outlook.com> (raw)
In-Reply-To: <20201222112714.24595-1-prabhakar.mahadev-lad.rj@bp.renesas.com>

[-- Attachment #1: Type: text/plain, Size: 5334 bytes --]

Hi,

> -----Original Message-----
> From: Lad Prabhakar [mailto:prabhakar.mahadev-lad.rj@bp.renesas.com]
> Sent: Tuesday, December 22, 2020 8:27 PM
> To: cip-dev@lists.cip-project.org; iwamatsu nobuhiro(岩松 信洋 □SWC◯ACT)
> <nobuhiro1.iwamatsu@toshiba.co.jp>; Pavel Machek <pavel@denx.de>
> Cc: Biju Das <biju.das.jz@bp.renesas.com>
> Subject: [PATCH 4.4.y-cip] ARM: dts: iwg22d-sodimm: Fix dt nodes sorting
> 
> From: Biju Das <biju.das.jz@bp.renesas.com>
> 
> commit 73aa5b7c941145b7a1a53f31b6a71dfe98007870 upstream.
> 
> Some r8a7745-iwg22d-sodimm.dts device nodes are not sorted alphabetically.
> This patch fixes the sorting of nodes and also fixes a typo in the stmpe
> node.
> 
> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
> Link: https://lore.kernel.org/r/20200805142634.12252-1-biju.das.jz@bp.renesas.com
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> [PL: Manually applied the changes]
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

Looks good to me. I can apply if there are no other comments.

Best regards,
  Nobuhiro

> ---
>  arch/arm/boot/dts/r8a7745-iwg22d-sodimm.dts | 98 ++++++++++-----------
>  1 file changed, 49 insertions(+), 49 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/r8a7745-iwg22d-sodimm.dts b/arch/arm/boot/dts/r8a7745-iwg22d-sodimm.dts
> index 5cd989556b60..5a1859446046 100644
> --- a/arch/arm/boot/dts/r8a7745-iwg22d-sodimm.dts
> +++ b/arch/arm/boot/dts/r8a7745-iwg22d-sodimm.dts
> @@ -56,21 +56,33 @@
>  		clock-frequency = <26000000>;
>  	};
> 
> -	rsnd_sgtl5000: sound {
> -		compatible = "simple-audio-card";
> -		simple-audio-card,format = "i2s";
> -		simple-audio-card,bitclock-master = <&sndcodec>;
> -		simple-audio-card,frame-master = <&sndcodec>;
> +	backlight_lcd: backlight {
> +		compatible = "pwm-backlight";
> +		pwms = <&tpu 3 5000000 PWM_POLARITY_INVERTED>;
> +		brightness-levels = <0 4 8 16 32 64 128 255>;
> +		default-brightness-level = <7>;
> +	};
> 
> -		sndcpu: simple-audio-card,cpu {
> -			sound-dai = <&rcar_sound>;
> -		};
> +	lcd_panel: lcd {
> +		compatible = "edt,etm043080dh6gp";
> +		power-supply = <&vccq_panel>;
> +		backlight = <&backlight_lcd>;
> 
> -		sndcodec: simple-audio-card,codec {
> -			sound-dai = <&sgtl5000>;
> +		port {
> +			lcd_in: endpoint {
> +				remote-endpoint = <&du_out_rgb0>;
> +			};
>  		};
>  	};
> 
> +	vccq_panel: regulator-vccq-panel {
> +		compatible = "regulator-fixed";
> +		regulator-name = "Panel VccQ";
> +		regulator-min-microvolt = <3300000>;
> +		regulator-max-microvolt = <3300000>;
> +		gpio = <&gpio1 13 GPIO_ACTIVE_LOW>;
> +	};
> +
>  	vccq_sdhi0: regulator-vccq-sdhi0 {
>  		compatible = "regulator-gpio";
> 
> @@ -84,34 +96,29 @@
>  			  1800000 0>;
>  	};
> 
> -	vccq_panel: regulator-vccq-panel {
> -		compatible = "regulator-fixed";
> -		regulator-name = "Panel VccQ";
> -		regulator-min-microvolt = <3300000>;
> -		regulator-max-microvolt = <3300000>;
> -		gpio = <&gpio1 13 GPIO_ACTIVE_LOW>;
> -	};
> -
> -	backlight_lcd: backlight {
> -		compatible = "pwm-backlight";
> -		pwms = <&tpu 3 5000000 PWM_POLARITY_INVERTED>;
> -		brightness-levels = <0 4 8 16 32 64 128 255>;
> -		default-brightness-level = <7>;
> -	};
> +	rsnd_sgtl5000: sound {
> +		compatible = "simple-audio-card";
> +		simple-audio-card,format = "i2s";
> +		simple-audio-card,bitclock-master = <&sndcodec>;
> +		simple-audio-card,frame-master = <&sndcodec>;
> 
> -	lcd_panel: lcd {
> -		compatible = "edt,etm043080dh6gp";
> -		power-supply = <&vccq_panel>;
> -		backlight = <&backlight_lcd>;
> +		sndcpu: simple-audio-card,cpu {
> +			sound-dai = <&rcar_sound>;
> +		};
> 
> -		port {
> -			lcd_in: endpoint {
> -				remote-endpoint = <&du_out_rgb0>;
> -			};
> +		sndcodec: simple-audio-card,codec {
> +			sound-dai = <&sgtl5000>;
>  		};
>  	};
>  };
> 
> +&can0 {
> +	pinctrl-0 = <&can0_pins>;
> +	pinctrl-names = "default";
> +
> +	status = "okay";
> +};
> +
>  &du {
>  	pinctrl-0 = <&du0_pins>;
>  	pinctrl-names = "default";
> @@ -127,13 +134,6 @@
>  	};
>  };
> 
> -&can0 {
> -	pinctrl-0 = <&can0_pins>;
> -	pinctrl-names = "default";
> -
> -	status = "okay";
> -};
> -
>  &hscif1 {
>  	pinctrl-0 = <&hscif1_pins>;
>  	pinctrl-names = "default";
> @@ -149,6 +149,15 @@
>  	status = "okay";
>  	clock-frequency = <400000>;
> 
> +	sgtl5000: codec@a {
> +		compatible = "fsl,sgtl5000";
> +		#sound-dai-cells = <0>;
> +		reg = <0x0a>;
> +		clocks = <&audio_clock>;
> +		VDDA-supply = <&reg_3p3v>;
> +		VDDIO-supply = <&reg_3p3v>;
> +	};
> +
>  	stmpe811@44 {
>  		compatible = "st,stmpe811";
>  		reg = <0x44>;
> @@ -157,7 +166,7 @@
> 
>  		/* 3.25 MHz ADC clock speed */
>  		st,adc-freq = <1>;
> -		/* ADC converstion time: 80 clocks */
> +		/* ADC conversation time: 80 clocks */
>  		st,sample-time = <4>;
>  		/* 12-bit ADC */
>  		st,mod-12b = <1>;
> @@ -181,15 +190,6 @@
>  			st,touch-det-delay = <5>;
>  		};
>  	};
> -
> -	sgtl5000: codec@a {
> -		compatible = "fsl,sgtl5000";
> -		#sound-dai-cells = <0>;
> -		reg = <0x0a>;
> -		clocks = <&audio_clock>;
> -		VDDA-supply = <&reg_3p3v>;
> -		VDDIO-supply = <&reg_3p3v>;
> -	};
>  };
> 
>  &pfc {
> --
> 2.17.1


[-- Attachment #2: Type: text/plain, Size: 420 bytes --]


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#5972): https://lists.cip-project.org/g/cip-dev/message/5972
Mute This Topic: https://lists.cip-project.org/mt/79146851/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/727948398/xyzzy [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-


  reply	other threads:[~2020-12-22 13:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-22 11:27 [cip-dev] [PATCH 4.4.y-cip] ARM: dts: iwg22d-sodimm: Fix dt nodes sorting Lad Prabhakar
2020-12-22 13:09 ` Nobuhiro Iwamatsu [this message]
2020-12-23  0:13 ` Pavel Machek
2020-12-29 11:34   ` Lad Prabhakar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=OSBPR01MB2983379E4CA85512AEABC16B92DF0@OSBPR01MB2983.jpnprd01.prod.outlook.com \
    --to=nobuhiro1.iwamatsu@toshiba.co.jp \
    --cc=biju.das.jz@bp.renesas.com \
    --cc=cip-dev@lists.cip-project.org \
    --cc=pavel@denx.de \
    --cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.