All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomer Maimon <tmaimon77@gmail.com>
To: openbmc@lists.ozlabs.org
Cc: Andrew Jeffery <andrew@aj.id.au>,
	Tomer Maimon <tmaimon77@gmail.com>,
	benjaminfair@google.com
Subject: [PATCH linux dev-5.8 v1 3/4] arm: dts: Olympus: Enable PECI dimm temperature
Date: Wed, 20 Jan 2021 00:34:11 +0200	[thread overview]
Message-ID: <20210119223412.223492-4-tmaimon77@gmail.com> (raw)
In-Reply-To: <20210119223412.223492-1-tmaimon77@gmail.com>

Enable PECI dimm temperature nodes in Olympus
Quanta machine.

Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
---
 arch/arm/boot/dts/nuvoton-npcm750-runbmc-olympus.dts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/nuvoton-npcm750-runbmc-olympus.dts b/arch/arm/boot/dts/nuvoton-npcm750-runbmc-olympus.dts
index 1692bb7314c5..de34c9b2ff2c 100644
--- a/arch/arm/boot/dts/nuvoton-npcm750-runbmc-olympus.dts
+++ b/arch/arm/boot/dts/nuvoton-npcm750-runbmc-olympus.dts
@@ -910,10 +910,12 @@
 	intel-peci-dimmtemp@30 {
 		compatible = "intel,peci-client";
 		reg = <0x30>;
+		status = "okay";
 	};
 	intel-peci-dimmtemp@31 {
 		compatible = "intel,peci-client";
 		reg = <0x31>;
+		status = "okay";
 	};
 };
 
-- 
2.22.0


  parent reply	other threads:[~2021-01-19 22:42 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-19 22:34 [PATCH linux dev-5.8 v1 0/4] Minor NPCM7xx modifications to dev-5.8 Tomer Maimon
2021-01-19 22:34 ` [PATCH linux dev-5.8 v1 1/4] arm: dts: npcm7xx: Add syscon property Tomer Maimon
2021-01-19 22:34 ` [PATCH linux dev-5.8 v1 2/4] arm: dts: npcm7xx: modify PECI node Tomer Maimon
2021-01-19 22:34 ` Tomer Maimon [this message]
2021-01-19 22:46   ` [PATCH linux dev-5.8 v1 3/4] arm: dts: Olympus: Enable PECI dimm temperature Joel Stanley
2021-01-20  8:38     ` Tomer Maimon
2021-01-19 22:34 ` [PATCH linux dev-5.8 v1 4/4] watchdog: npcm: Modify get reset status function Tomer Maimon
2021-01-20  5:36 ` [PATCH linux dev-5.8 v1 0/4] Minor NPCM7xx modifications to dev-5.8 Joel Stanley

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=20210119223412.223492-4-tmaimon77@gmail.com \
    --to=tmaimon77@gmail.com \
    --cc=andrew@aj.id.au \
    --cc=benjaminfair@google.com \
    --cc=openbmc@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.