From: Matthias Brugger <matthias.bgg@gmail.com>
To: "Rafał Miłecki" <zajec5@gmail.com>,
"AngeloGioacchino Del Regno"
<angelogioacchino.delregno@collabora.com>,
"Rob Herring" <robh+dt@kernel.org>,
"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
"Conor Dooley" <conor+dt@kernel.org>
Cc: "Daniel Golle" <daniel@makrotopia.org>,
"Frank Wunderlich" <frank-w@public-files.de>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org,
"Rafał Miłecki" <rafal@milecki.pl>
Subject: Re: [PATCH] arm64: dts: mediatek: mt7986: fix reference to PWM in fan node
Date: Mon, 22 Jan 2024 10:05:52 +0100 [thread overview]
Message-ID: <d756aa76-5490-4c6b-82b9-5459fd2444d1@gmail.com> (raw)
In-Reply-To: <20231116130816.4932-1-zajec5@gmail.com>
On 16/11/2023 14:08, Rafał Miłecki wrote:
> From: Rafał Miłecki <rafal@milecki.pl>
>
> This fixes typo and resolves following validation error:
> arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dtb: pwm-fan: pwms: [[54, 0, 10000], [0]] is too long
> from schema $id: http://devicetree.org/schemas/hwmon/pwm-fan.yaml#
>
> Fixes: c26f779a2295 ("arm64: dts: mt7986: add pwm-fan and cooling-maps to BPI-R3 dts")
> Cc: Daniel Golle <daniel@makrotopia.org>
> Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Applied this one to our fixes tree now.
Regards,
Matthias
> ---
> arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts b/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts
> index af4a4309bda4..ba65e3e72bf6 100644
> --- a/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts
> +++ b/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts
> @@ -43,7 +43,7 @@ fan: pwm-fan {
> #cooling-cells = <2>;
> /* cooling level (0, 1, 2) - pwm inverted */
> cooling-levels = <255 96 0>;
> - pwms = <&pwm 0 10000 0>;
> + pwms = <&pwm 0 10000>;
> status = "okay";
> };
>
prev parent reply other threads:[~2024-01-22 9:05 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-16 13:08 [PATCH] arm64: dts: mediatek: mt7986: fix reference to PWM in fan node Rafał Miłecki
2023-12-14 6:43 ` Rafał Miłecki
2023-12-28 7:03 ` Rafał Miłecki
2023-12-28 7:14 ` Krzysztof Kozlowski
2024-01-02 11:45 ` Arnd Bergmann
2024-01-03 13:58 ` AngeloGioacchino Del Regno
2024-01-22 9:06 ` Matthias Brugger
2024-01-03 13:55 ` AngeloGioacchino Del Regno
2024-01-22 9:05 ` Matthias Brugger [this message]
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=d756aa76-5490-4c6b-82b9-5459fd2444d1@gmail.com \
--to=matthias.bgg@gmail.com \
--cc=angelogioacchino.delregno@collabora.com \
--cc=conor+dt@kernel.org \
--cc=daniel@makrotopia.org \
--cc=devicetree@vger.kernel.org \
--cc=frank-w@public-files.de \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=rafal@milecki.pl \
--cc=robh+dt@kernel.org \
--cc=zajec5@gmail.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).