From: Mark Jackson <mpfj@newflow.co.uk>
To: "Benoît Cousson" <bcousson@baylibre.com>,
"Tony Lindgren" <tony@atomide.com>,
"Mark Jackson" <mpfj@newflow.co.uk>,
"Rob Herring" <robh+dt@kernel.org>,
"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
linux-omap@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [PATCH v2 RESEND 3/5] ARM: dts: am335x-nano: Enable I2C temperature sensor
Date: Wed, 30 Nov 2022 14:05:45 +0000 [thread overview]
Message-ID: <20221130140547.295859-4-mpfj@newflow.co.uk> (raw)
In-Reply-To: <20221130140547.295859-1-mpfj@newflow.co.uk>
The NanoBone platform supports a temperature sensor on the I2C bus.
Signed-off-by: Mark Jackson <mpfj@newflow.co.uk>
---
arch/arm/boot/dts/am335x-nano.dts | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/am335x-nano.dts b/arch/arm/boot/dts/am335x-nano.dts
index cecc2afaeff4..960ef1384bbe 100644
--- a/arch/arm/boot/dts/am335x-nano.dts
+++ b/arch/arm/boot/dts/am335x-nano.dts
@@ -230,6 +230,11 @@ tps: tps@24 {
reg = <0x24>;
};
+ temperature-sensor@48 {
+ compatible = "lm75";
+ reg = <0x48>;
+ };
+
eeprom@53 {
compatible = "microchip,24c02", "atmel,24c02";
reg = <0x53>;
--
2.34.1
next prev parent reply other threads:[~2022-11-30 14:06 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-30 14:05 [PATCH v2 RESEND 0/5] ARM: dts: nanobone: Fix missing/incorrect features Mark Jackson
2022-11-30 14:05 ` [PATCH v2 RESEND 1/5] ARM: dts: am335x-nano: Fix GPIO settings for RTS/CTS pins on UART3 & 4 Mark Jackson
2022-11-30 14:05 ` [PATCH v2 RESEND 2/5] ARM: dts: am335x-nano: Enable RS485 mode for " Mark Jackson
2022-11-30 14:05 ` Mark Jackson [this message]
2022-11-30 14:05 ` [PATCH v2 RESEND 4/5] ARM: dts: am335x-nano: Fix GPIO settings for MMC pins Mark Jackson
2022-11-30 14:05 ` [PATCH v2 RESEND 5/5] ARM: dts: am335x-nano: Enable USB host Mark Jackson
2022-12-14 13:35 ` [PATCH v2 RESEND 0/5] ARM: dts: nanobone: Fix missing/incorrect features Mark Jackson
2022-12-14 16:54 ` Krzysztof Kozlowski
2022-12-15 15:44 ` Mark Jackson
2023-01-13 7:02 ` Tony Lindgren
2023-01-19 8:32 ` Tony Lindgren
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=20221130140547.295859-4-mpfj@newflow.co.uk \
--to=mpfj@newflow.co.uk \
--cc=bcousson@baylibre.com \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=tony@atomide.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 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).