Message ID | 20220529111442.182722-1-krzysztof.kozlowski@linaro.org |
---|---|
State | New |
Headers | show |
Series | ARM: dts: aspeed: vegman: drop unused fttmr010,pwm-outputs property | expand |
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 <krzysztof.kozlowski@linaro.org> Acked-by: Andrew Jeffery <andrew@aj.id.au>
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>;
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 <krzysztof.kozlowski@linaro.org> --- arch/arm/boot/dts/aspeed-bmc-vegman.dtsi | 1 - 1 file changed, 1 deletion(-)