[PATCH linux dev-5.8 v1 3/4] arm: dts: Olympus: Enable PECI dimm temperature
Joel Stanley
joel at jms.id.au
Wed Jan 20 09:46:59 AEDT 2021
On Tue, 19 Jan 2021 at 22:34, Tomer Maimon <tmaimon77 at gmail.com> wrote:
>
> Enable PECI dimm temperature nodes in Olympus
> Quanta machine.
>
> Signed-off-by: Tomer Maimon <tmaimon77 at 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 at 30 {
> compatible = "intel,peci-client";
> reg = <0x30>;
> + status = "okay";
Nodes are enabled by default, you shouldn't need to add "okay" for it
to work. Can you confirm it works without adding this?
> };
> intel-peci-dimmtemp at 31 {
> compatible = "intel,peci-client";
> reg = <0x31>;
> + status = "okay";
> };
> };
>
> --
> 2.22.0
>
More information about the openbmc
mailing list