diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2024-04-05 23:41:54 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2024-04-28 09:56:09 +0200 |
commit | 28d28f52930635adeda7ae2fa72d7d504b5c6d73 (patch) | |
tree | 3a4bf6f768347dffa3f6ccaf9dd7efa16a78a5e8 /arch/arm/boot | |
parent | ARM: dts: imx6dl-aristainetos_4: Use #pwm-cells = <3> for imx27-pwm device (diff) | |
download | linux-28d28f52930635adeda7ae2fa72d7d504b5c6d73.tar.xz linux-28d28f52930635adeda7ae2fa72d7d504b5c6d73.zip |
ARM: dts: imx6dl-aristainetos_7: Use #pwm-cells = <3> for imx27-pwm device
The binding dictates using 3 pwm-cells. Adhere to that.
This fixes the following dtbs_check warning:
arch/arm/boot/dts/nxp/imx/imx6dl-aristainetos_7.dtb: pwm@2088000: #pwm-cells:0:0: 3 was expected
from schema : http://devicetree.org/schemas/pwm/imx-pwm.yaml#
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/nxp/imx/imx6dl-aristainetos_7.dts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/nxp/imx/imx6dl-aristainetos_7.dts b/arch/arm/boot/dts/nxp/imx/imx6dl-aristainetos_7.dts index b6cb78870cd5..5a25bdbbeb68 100644 --- a/arch/arm/boot/dts/nxp/imx/imx6dl-aristainetos_7.dts +++ b/arch/arm/boot/dts/nxp/imx/imx6dl-aristainetos_7.dts @@ -49,7 +49,7 @@ backlight { compatible = "pwm-backlight"; - pwms = <&pwm3 0 3000>; + pwms = <&pwm3 0 3000 0>; brightness-levels = <0 4 8 16 32 64 128 255>; default-brightness-level = <6>; pinctrl-names = "default"; @@ -69,6 +69,5 @@ }; &pwm3 { - #pwm-cells = <2>; status = "okay"; }; |