On Tue, 08 Jun 2021 22:58:34 +0100, Sudeep Holla wrote: > 'nvidia,tegra20-pwm' is not yet documented in the YAML schema. Use > 'allwinner,sun7i-a20-pwm' instead to get rid of the following warning > with 'make DT_CHECKER_FLAGS=-m dt_binding_check': > > pwm/pwm.example.dt.yaml:0:0: /example-0/pwm@7000a000: failed to match > any schema with compatible: ['nvidia,tegra20-pwm'] > > Signed-off-by: Sudeep Holla <sudeep.holla@xxxxxxx> > --- > Documentation/devicetree/bindings/pwm/pwm.yaml | 9 +++++---- > 1 file changed, 5 insertions(+), 4 deletions(-) > Applied, thanks!