[PATCH] arm64: dts: mediatek: mt7986: fix reference to PWM in fan node
Rafał Miłecki
zajec5 at gmail.com
Wed Dec 13 22:43:01 PST 2023
Hi guys,
On 16.11.2023 14:08, Rafał Miłecki wrote:
> From: Rafał Miłecki <rafal at 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 at makrotopia.org>
> Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
I sent those few trivial fixes weeks ago:
[PATCH] arm64: dts: mediatek: mt7986: fix reference to PWM in fan node
[PATCH 1/2] arm64: dts: mediatek: mt7986: fix SPI bus width properties
[PATCH 2/2] arm64: dts: mediatek: mt7986: fix SPI nodename
[PATCH] arm64: dts: mediatek: mt7986: drop crypto's unneeded/invalid clock name
Could someone pick them up, please?
P.S.
FWIW there is also my Acelink EW-7886CAX work but I can understand if
that needs to sit for another week or so.
> ---
> 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";
> };
>
More information about the Linux-mediatek
mailing list