devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alexander Stein <alexander.stein@ew.tq-group.com>
To: Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Shawn Guo <shawnguo@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Fabio Estevam <festevam@gmail.com>
Cc: Alexander Stein <alexander.stein@ew.tq-group.com>,
	linux@ew.tq-group.com, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/7] arm64: dts: imx8mq-tqma8mq: Fix temperature sensor compatible
Date: Wed,  7 Dec 2022 13:42:01 +0100	[thread overview]
Message-ID: <20221207124205.1373202-3-alexander.stein@ew.tq-group.com> (raw)
In-Reply-To: <20221207124205.1373202-1-alexander.stein@ew.tq-group.com>

Use the correct compatible 'nxp,se97b' as it is an SE97BTP chip.
While at it, fix the node name according to device tree spec
recommendations. The EEPROM is a separate node anyway.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
---
 arch/arm64/boot/dts/freescale/imx8mq-tqma8mq.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mq-tqma8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq-tqma8mq.dtsi
index 9a95e30fb42d9..5ca6b22525469 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq-tqma8mq.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mq-tqma8mq.dtsi
@@ -194,8 +194,8 @@ vgen6_reg: vgen6 {
 		};
 	};
 
-	sensor0: temperature-sensor-eeprom@1b {
-		compatible = "nxp,se97", "jedec,jc-42.4-temp";
+	sensor0: temperature-sensor@1b {
+		compatible = "nxp,se97b", "jedec,jc-42.4-temp";
 		reg = <0x1b>;
 	};
 
-- 
2.34.1


  parent reply	other threads:[~2022-12-07 12:42 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-07 12:41 [PATCH 1/7] arm64: dts: tqma8mpql: Fix temperature sensor compatible Alexander Stein
2022-12-07 12:42 ` [PATCH 2/7] arm64: dts: mba8mx: " Alexander Stein
2022-12-07 12:42 ` Alexander Stein [this message]
2022-12-07 12:42 ` [PATCH 4/7] arm64: dts: imx8mn-tqma8mqnl: " Alexander Stein
2022-12-07 12:42 ` [PATCH 5/7] arm64: dts: imx8mm-tqma8mqml: " Alexander Stein
2022-12-07 12:42 ` [PATCH 6/7] ARM: dts: mba6ulx: " Alexander Stein
2022-12-07 12:42 ` [PATCH 7/7] ARM: dts: imx6ul-tqma6ul: " Alexander Stein
2022-12-31 12:57 ` [PATCH 1/7] arm64: dts: tqma8mpql: " Shawn Guo
2023-01-02 14:50   ` Alexander Stein
  -- strict thread matches above, loose matches on Subject: below --
2022-12-14  9:59 Alexander Stein
2022-12-14  9:59 ` [PATCH 3/7] arm64: dts: imx8mq-tqma8mq: " Alexander Stein

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=20221207124205.1373202-3-alexander.stein@ew.tq-group.com \
    --to=alexander.stein@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@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).