2022-05-29 18:52:12

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH] ARM: dts: aspeed: vegman: drop unused fttmr010,pwm-outputs property

The "fttmr010,pwm-outputs" property is neither documented, nor used in
Linux kernel driver, so remove it. This also fixes warning like:

aspeed-bmc-vegman-n110.dtb: timer@1e782000: 'fttmr010,pwm-outputs' does not match any of the regexes:

Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
arch/arm/boot/dts/aspeed-bmc-vegman.dtsi | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/aspeed-bmc-vegman.dtsi b/arch/arm/boot/dts/aspeed-bmc-vegman.dtsi
index 1a5b25b2ea29..43af63910571 100644
--- a/arch/arm/boot/dts/aspeed-bmc-vegman.dtsi
+++ b/arch/arm/boot/dts/aspeed-bmc-vegman.dtsi
@@ -166,7 +166,6 @@ &sdhci1 {
};

&timer {
- fttmr010,pwm-outputs = <5>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_timer5_default>;
#pwm-cells = <3>;
--
2.34.1



2022-07-22 03:29:37

by Andrew Jeffery

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: aspeed: vegman: drop unused fttmr010,pwm-outputs property



On Sun, 29 May 2022, at 20:44, Krzysztof Kozlowski wrote:
> The "fttmr010,pwm-outputs" property is neither documented, nor used in
> Linux kernel driver, so remove it. This also fixes warning like:
>
> aspeed-bmc-vegman-n110.dtb: timer@1e782000: 'fttmr010,pwm-outputs'
> does not match any of the regexes:
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>

Acked-by: Andrew Jeffery <[email protected]>