Hi Adam, On Wed, Aug 19, 2020 at 4:48 PM Adam Ford <[email protected]> wrote: > > The DTC doesn't like the default PWM settings, because it's expecting > three cells. This patch reduces adds the extra entry of 0 to the PWM > reference. > > Fixes: fa28d8212ede ("ARM: dts: imx: default to #pwm-cells = <3> in the SoC > dtsi files") > --- > V2: Don't change HDMI > > Signed-off-by: Adam Ford <[email protected]>
Your Signed-off-by tag should go below the Fixes line (without a blank line between) and above the --- line. With that fixed you can add: Reviewed-by: Fabio Estevam <[email protected]>

