From: David Heidelberg <david@ixit.cz>
To: Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
Thierry Reding <thierry.reding@gmail.com>,
Jonathan Hunter <jonathanh@nvidia.com>,
Linus Walleij <linus.walleij@linaro.org>,
Andre Przywara <andre.przywara@arm.com>,
Baruch Siach <baruch@tkos.co.il>,
Patrice Chotard <patrice.chotard@foss.st.com>,
David Heidelberg <david@ixit.cz>
Cc: Thierry Reding <treding@nvidia.com>,
Enric Balletbo i Serra <eballetbo@gmail.com>,
Alexandre TORGUE <alexandre.torgue@st.com>,
Rob Herring <robh@kernel.org>,
devicetree@vger.kernel.org, linux-tegra@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [PATCH v4 3/3] ARM: dts: tegra30-ouya: make dts use gpio-fan matrix instead of array
Date: Sat, 9 Dec 2023 18:15:41 +0100 [thread overview]
Message-ID: <20231209171653.85468-3-david@ixit.cz> (raw)
In-Reply-To: <20231209171653.85468-1-david@ixit.cz>
No functional changes.
Adjust to comply with dt-schema requirements
and make possible to validate values.
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: David Heidelberg <david@ixit.cz>
---
arch/arm/boot/dts/nvidia/tegra30-ouya.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/nvidia/tegra30-ouya.dts b/arch/arm/boot/dts/nvidia/tegra30-ouya.dts
index 7e3de26ca960..c284dd0a55ab 100644
--- a/arch/arm/boot/dts/nvidia/tegra30-ouya.dts
+++ b/arch/arm/boot/dts/nvidia/tegra30-ouya.dts
@@ -4611,8 +4611,8 @@ cpu3: cpu@3 {
fan: fan {
compatible = "gpio-fan";
gpios = <&gpio TEGRA_GPIO(J, 2) GPIO_ACTIVE_HIGH>;
- gpio-fan,speed-map = <0 0
- 4500 1>;
+ gpio-fan,speed-map = <0 0>,
+ <4500 1>;
#cooling-cells = <2>;
};
--
2.42.0
next prev parent reply other threads:[~2023-12-09 17:17 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-09 17:15 [PATCH v4 1/3] dt-bindings: arm: hwmon: gpio-fan: Convert txt bindings to yaml David Heidelberg
2023-12-09 17:15 ` [PATCH v4 2/3] arm64: dts: rockchip: make dts use gpio-fan matrix instead of array David Heidelberg
2023-12-09 17:15 ` David Heidelberg [this message]
2023-12-11 14:34 ` [PATCH v4 1/3] dt-bindings: arm: hwmon: gpio-fan: Convert txt bindings to yaml Guenter Roeck
2023-12-11 19:28 ` David Heidelberg
2023-12-11 19:42 ` Guenter Roeck
2023-12-12 17:04 ` Conor Dooley
2023-12-12 20:16 ` (subset) " Heiko Stuebner
2023-12-12 20:53 ` Guenter Roeck
2023-12-14 16:25 ` (subset) " Thierry Reding
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=20231209171653.85468-3-david@ixit.cz \
--to=david@ixit.cz \
--cc=alexandre.torgue@st.com \
--cc=andre.przywara@arm.com \
--cc=baruch@tkos.co.il \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=eballetbo@gmail.com \
--cc=jonathanh@nvidia.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linus.walleij@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=patrice.chotard@foss.st.com \
--cc=robh+dt@kernel.org \
--cc=robh@kernel.org \
--cc=thierry.reding@gmail.com \
--cc=treding@nvidia.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