linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Alexander Stein <alexander.stein@ew.tq-group.com>
To: Shawn Guo <shawnguo@kernel.org>
Cc: Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Fabio Estevam <festevam@gmail.com>,
	Markus Niebel <Markus.Niebel@ew.tq-group.com>,
	Matthias Schiffer <matthias.schiffer@ew.tq-group.com>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	NXP Linux Team <linux-imx@nxp.com>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 3/3] ARM: dts: imx6qdl-mba6: Add missing supply regulator for lm75 and at24
Date: Fri, 16 Jun 2023 11:42:19 +0200	[thread overview]
Message-ID: <3268282.VLH7GnMWUR@steina-w> (raw)
In-Reply-To: <20230503113112.1751886-3-alexander.stein@ew.tq-group.com>

Hi Shawn,

Am Mittwoch, 3. Mai 2023, 13:31:12 CEST schrieb Alexander Stein:
> Fixes the warnings:
> at24 0-0057: supply vcc not found, using dummy regulator
> lm75 0-0049: supply vs not found, using dummy regulator
> 
> Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>

You applied patch 1 & 2. Is something missing for this patch to be applied?

Best regards,
Alexander

> ---
>  arch/arm/boot/dts/imx6qdl-mba6a.dtsi | 2 ++
>  arch/arm/boot/dts/imx6qdl-mba6b.dtsi | 2 ++
>  2 files changed, 4 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/imx6qdl-mba6a.dtsi
> b/arch/arm/boot/dts/imx6qdl-mba6a.dtsi index c3f3a25133ca..3ca028c2dbe9
> 100644
> --- a/arch/arm/boot/dts/imx6qdl-mba6a.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl-mba6a.dtsi
> @@ -15,6 +15,7 @@ &i2c1 {
>  	lm75: temperature-sensor@49 {
>  		compatible = "national,lm75";
>  		reg = <0x49>;
> +		vs-supply = <&reg_mba6_3p3v>;
>  	};
> 
>  	m24c64_57: eeprom@57 {
> @@ -23,6 +24,7 @@ m24c64_57: eeprom@57 {
>  		pagesize = <32>;
>  		#address-cells = <1>;
>  		#size-cells = <1>;
> +		vcc-supply = <&reg_mba6_3p3v>;
> 
>  		mba_mac_address: mac-address@20 {
>  				reg = <0x20 0x6>;
> diff --git a/arch/arm/boot/dts/imx6qdl-mba6b.dtsi
> b/arch/arm/boot/dts/imx6qdl-mba6b.dtsi index 85866cfed965..c97bd67462e7
> 100644
> --- a/arch/arm/boot/dts/imx6qdl-mba6b.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl-mba6b.dtsi
> @@ -25,6 +25,7 @@ &i2c3 {
>  	lm75: temperature-sensor@49 {
>  		compatible = "national,lm75";
>  		reg = <0x49>;
> +		vs-supply = <&reg_mba6_3p3v>;
>  	};
> 
>  	m24c64_57: eeprom@57 {
> @@ -33,6 +34,7 @@ m24c64_57: eeprom@57 {
>  		pagesize = <32>;
>  		#address-cells = <1>;
>  		#size-cells = <1>;
> +		vcc-supply = <&reg_mba6_3p3v>;
> 
>  		mba_mac_address: mac-address@20 {
>  				reg = <0x20 0x6>;


-- 
TQ-Systems GmbH | Mühlstraße 2, Gut Delling | 82229 Seefeld, Germany
Amtsgericht München, HRB 105018
Geschäftsführer: Detlef Schneider, Rüdiger Stahl, Stefan Schneider
http://www.tq-group.com/



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2023-06-16  9:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-03 11:31 [PATCH 1/3] ARM: dts: imx6qdl-mba6: Add missing pvcie-supply regulator Alexander Stein
2023-05-03 11:31 ` [PATCH 2/3] ARM: dts: imx6qdl-mba6: add mac address for USB ethernet controller Alexander Stein
2023-05-03 11:31 ` [PATCH 3/3] ARM: dts: imx6qdl-mba6: Add missing supply regulator for lm75 and at24 Alexander Stein
2023-06-16  9:42   ` Alexander Stein [this message]
2023-07-16 13:39     ` Shawn Guo

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=3268282.VLH7GnMWUR@steina-w \
    --to=alexander.stein@ew.tq-group.com \
    --cc=Markus.Niebel@ew.tq-group.com \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=matthias.schiffer@ew.tq-group.com \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).