From: Jacopo Mondi Date: Fri, 23 Feb 2018 13:40:57 +0000 (+0100) Subject: arm64: dts: renesas: r8a77965: Add #pwm-cells property X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=eccdd3f13a6a166d70c7094d09ef365411882a59;p=openwrt%2Fstaging%2Fblogic.git arm64: dts: renesas: r8a77965: Add #pwm-cells property Add "#pwm-cells" property to "pwm@e6e31000" device node. This silences the following DTC compiler warning: Warning (pwms_property): Missing property '#pwm-cells' in node /soc/pwm@e6e31000 or bad phandle (referred from /backlight:pwms[0]) Signed-off-by: Jacopo Mondi Reviewed-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- diff --git a/arch/arm64/boot/dts/renesas/r8a77965.dtsi b/arch/arm64/boot/dts/renesas/r8a77965.dtsi index 1a219674201f..5dff176590d5 100644 --- a/arch/arm64/boot/dts/renesas/r8a77965.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a77965.dtsi @@ -668,6 +668,7 @@ pwm1: pwm@e6e31000 { reg = <0 0xe6e31000 0 8>; + #pwm-cells = <2>; /* placeholder */ };