From: Potin Lai <potin.lai@quantatw.com>
To: linux-aspeed@lists.ozlabs.org
Subject: [PATCH 08/10] arch: arm: dts: bletchley: add INA230 sensor on each sled
Date: Fri, 11 Feb 2022 09:43:45 +0800 [thread overview]
Message-ID: <20220211014347.24841-9-potin.lai@quantatw.com> (raw)
In-Reply-To: <20220211014347.24841-1-potin.lai@quantatw.com>
add INA230 node on each sled base on EVT HW
Signed-off-by: Potin Lai <potin.lai@quantatw.com>
---
.../dts/aspeed-bmc-facebook-bletchley.dts | 36 +++++++++++++++----
1 file changed, 30 insertions(+), 6 deletions(-)
diff --git a/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts b/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts
index 76c086ea7b71..8c8fbfcbb257 100644
--- a/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts
@@ -249,7 +249,11 @@
&i2c0 {
status = "okay";
- /* TODO: Add ADC INA230 */
+ ina230 at 45 {
+ compatible = "ti,ina230";
+ reg = <0x45>;
+ shunt-resistor = <2000>;
+ };
mp5023 at 40 {
compatible = "mps,mp5023";
@@ -315,7 +319,11 @@
&i2c1 {
status = "okay";
- /* TODO: Add ADC INA230 */
+ ina230 at 45 {
+ compatible = "ti,ina230";
+ reg = <0x45>;
+ shunt-resistor = <2000>;
+ };
mp5023 at 40 {
compatible = "mps,mp5023";
@@ -385,7 +393,11 @@
&i2c2 {
status = "okay";
- /* TODO: Add ADC INA230 */
+ ina230 at 45 {
+ compatible = "ti,ina230";
+ reg = <0x45>;
+ shunt-resistor = <2000>;
+ };
mp5023 at 40 {
compatible = "mps,mp5023";
@@ -451,7 +463,11 @@
&i2c3 {
status = "okay";
- /* TODO: Add ADC INA230 */
+ ina230 at 45 {
+ compatible = "ti,ina230";
+ reg = <0x45>;
+ shunt-resistor = <2000>;
+ };
mp5023 at 40 {
compatible = "mps,mp5023";
@@ -517,7 +533,11 @@
&i2c4 {
status = "okay";
- /* TODO: Add ADC INA230 */
+ ina230 at 45 {
+ compatible = "ti,ina230";
+ reg = <0x45>;
+ shunt-resistor = <2000>;
+ };
mp5023 at 40 {
compatible = "mps,mp5023";
@@ -583,7 +603,11 @@
&i2c5 {
status = "okay";
- /* TODO: Add ADC INA230 */
+ ina230 at 45 {
+ compatible = "ti,ina230";
+ reg = <0x45>;
+ shunt-resistor = <2000>;
+ };
mp5023 at 40 {
compatible = "mps,mp5023";
--
2.17.1
WARNING: multiple messages have this Message-ID (diff)
From: Potin Lai <potin.lai@quantatw.com>
To: Rob Herring <robh+dt@kernel.org>, Joel Stanley <joel@jms.id.au>,
Andrew Jeffery <andrew@aj.id.au>
Cc: Patrick Williams <patrick@stwcx.xyz>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org,
Potin Lai <potin.lai@quantatw.com>
Subject: [PATCH 08/10] arch: arm: dts: bletchley: add INA230 sensor on each sled
Date: Fri, 11 Feb 2022 09:43:45 +0800 [thread overview]
Message-ID: <20220211014347.24841-9-potin.lai@quantatw.com> (raw)
In-Reply-To: <20220211014347.24841-1-potin.lai@quantatw.com>
add INA230 node on each sled base on EVT HW
Signed-off-by: Potin Lai <potin.lai@quantatw.com>
---
.../dts/aspeed-bmc-facebook-bletchley.dts | 36 +++++++++++++++----
1 file changed, 30 insertions(+), 6 deletions(-)
diff --git a/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts b/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts
index 76c086ea7b71..8c8fbfcbb257 100644
--- a/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts
@@ -249,7 +249,11 @@
&i2c0 {
status = "okay";
- /* TODO: Add ADC INA230 */
+ ina230@45 {
+ compatible = "ti,ina230";
+ reg = <0x45>;
+ shunt-resistor = <2000>;
+ };
mp5023@40 {
compatible = "mps,mp5023";
@@ -315,7 +319,11 @@
&i2c1 {
status = "okay";
- /* TODO: Add ADC INA230 */
+ ina230@45 {
+ compatible = "ti,ina230";
+ reg = <0x45>;
+ shunt-resistor = <2000>;
+ };
mp5023@40 {
compatible = "mps,mp5023";
@@ -385,7 +393,11 @@
&i2c2 {
status = "okay";
- /* TODO: Add ADC INA230 */
+ ina230@45 {
+ compatible = "ti,ina230";
+ reg = <0x45>;
+ shunt-resistor = <2000>;
+ };
mp5023@40 {
compatible = "mps,mp5023";
@@ -451,7 +463,11 @@
&i2c3 {
status = "okay";
- /* TODO: Add ADC INA230 */
+ ina230@45 {
+ compatible = "ti,ina230";
+ reg = <0x45>;
+ shunt-resistor = <2000>;
+ };
mp5023@40 {
compatible = "mps,mp5023";
@@ -517,7 +533,11 @@
&i2c4 {
status = "okay";
- /* TODO: Add ADC INA230 */
+ ina230@45 {
+ compatible = "ti,ina230";
+ reg = <0x45>;
+ shunt-resistor = <2000>;
+ };
mp5023@40 {
compatible = "mps,mp5023";
@@ -583,7 +603,11 @@
&i2c5 {
status = "okay";
- /* TODO: Add ADC INA230 */
+ ina230@45 {
+ compatible = "ti,ina230";
+ reg = <0x45>;
+ shunt-resistor = <2000>;
+ };
mp5023@40 {
compatible = "mps,mp5023";
--
2.17.1
next prev parent reply other threads:[~2022-02-11 1:43 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-11 1:43 [PATCH 00/10] arch: arm: dts: update Facebook Bletchley BMC Potin Lai
2022-02-11 1:43 ` Potin Lai
2022-02-11 1:43 ` [PATCH 01/10] arch: arm: dts: bletchley: switch sled numbering to 1-based Potin Lai
2022-02-11 1:43 ` Potin Lai
2022-02-11 1:43 ` [PATCH 02/10] arch: arm: dts: bletchley: separate leds into multiple groups Potin Lai
2022-02-11 1:43 ` Potin Lai
2022-02-11 1:43 ` [PATCH 03/10] arch: arm: dts: bletchley: update gpio-line-names Potin Lai
2022-02-11 1:43 ` Potin Lai
2022-02-11 22:16 ` Patrick Williams
2022-02-11 22:16 ` Patrick Williams
2022-02-11 22:16 ` Patrick Williams
2022-02-11 1:43 ` [PATCH 04/10] arch: arm: dts: bletchley: update fmc configurations Potin Lai
2022-02-11 1:43 ` Potin Lai
2022-02-11 1:43 ` [PATCH 05/10] arch: arm: dts: bletchley: switch to spi-gpio for spi2 Potin Lai
2022-02-11 1:43 ` Potin Lai
2022-02-11 1:43 ` [PATCH 06/10] arch: arm: dts: bletchley: add interrupt support for sled io expander Potin Lai
2022-02-11 1:43 ` Potin Lai
2022-02-11 1:43 ` [PATCH 07/10] arch: arm: dts: bletchley: add shunt-resistor for ADM1278 Potin Lai
2022-02-11 1:43 ` Potin Lai
2022-02-11 1:43 ` Potin Lai [this message]
2022-02-11 1:43 ` [PATCH 08/10] arch: arm: dts: bletchley: add INA230 sensor on each sled Potin Lai
2022-02-11 1:43 ` [PATCH 09/10] arch: arm: dts: bletchley: enable mdio3 bus Potin Lai
2022-02-11 1:43 ` Potin Lai
2022-02-11 1:43 ` [PATCH 10/10] arch: arm: dts: bletchley: cleanup redundant node Potin Lai
2022-02-11 1:43 ` Potin Lai
2022-02-11 22:19 ` Patrick Williams
2022-02-11 22:19 ` Patrick Williams
2022-02-11 22:19 ` Patrick Williams
2022-02-11 22:20 ` [PATCH 00/10] arch: arm: dts: update Facebook Bletchley BMC Patrick Williams
2022-02-11 22:20 ` Patrick Williams
2022-02-11 22:20 ` Patrick Williams
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=20220211014347.24841-9-potin.lai@quantatw.com \
--to=potin.lai@quantatw.com \
--cc=linux-aspeed@lists.ozlabs.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 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.