[PATCH 06/10] ARM: dts: bcm283x: Increase pwm-cells
Uwe Kleine-König
u.kleine-koenig at pengutronix.de
Wed Jun 7 00:56:26 PDT 2023
On Sun, Jun 04, 2023 at 02:12:19PM +0200, Stefan Wahren wrote:
> The pwm-bcm2835 supports PWM polarity, so adjust the affected dtsi
> files accordingly and fix the dtbs_check warning:
>
> pwm at 7e20c000: #pwm-cells:0:0: 3 was expected
>
> Signed-off-by: Stefan Wahren <stefan.wahren at i2se.com>
> ---
> arch/arm/boot/dts/bcm2711.dtsi | 2 +-
> arch/arm/boot/dts/bcm283x.dtsi | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/bcm2711.dtsi b/arch/arm/boot/dts/bcm2711.dtsi
> index 83745672a120..239db6927a02 100644
> --- a/arch/arm/boot/dts/bcm2711.dtsi
> +++ b/arch/arm/boot/dts/bcm2711.dtsi
> @@ -278,7 +278,7 @@ pwm1: pwm at 7e20c800 {
> clocks = <&clocks BCM2835_CLOCK_PWM>;
> assigned-clocks = <&clocks BCM2835_CLOCK_PWM>;
> assigned-clock-rates = <10000000>;
> - #pwm-cells = <2>;
> + #pwm-cells = <3>;
> status = "disabled";
> };
>
> diff --git a/arch/arm/boot/dts/bcm283x.dtsi b/arch/arm/boot/dts/bcm283x.dtsi
> index c9c52a19ef3b..2ca8a2505a4d 100644
> --- a/arch/arm/boot/dts/bcm283x.dtsi
> +++ b/arch/arm/boot/dts/bcm283x.dtsi
> @@ -416,7 +416,7 @@ pwm: pwm at 7e20c000 {
> clocks = <&clocks BCM2835_CLOCK_PWM>;
> assigned-clocks = <&clocks BCM2835_CLOCK_PWM>;
> assigned-clock-rates = <10000000>;
> - #pwm-cells = <2>;
> + #pwm-cells = <3>;
> status = "disabled";
> };
Reviewed-by: Uwe Kleine-König <u.kleine-koenig at pengutronix.de>
Best regards
Uwe
--
Pengutronix e.K. | Uwe Kleine-König |
Industrial Linux Solutions | https://www.pengutronix.de/ |
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20230607/7ef0c81a/attachment.sig>
More information about the linux-arm-kernel
mailing list