doc: build: dts: bindings-syntax: compatible typo

The discussion and bindings for this node
assume that it is compatible with `"bar,pwm"`.

Signed-off-by: Adam Bozanich <adam.boz@gmail.com>
This commit is contained in:
Adam Bozanich 2023-11-28 23:51:06 -08:00 committed by Martí Bolívar
parent ef1bcb7aee
commit 9e4328cdcd

View File

@ -632,7 +632,7 @@ property, like the PWM controllers ``pwm1`` and ``pwm2`` in this example:
};
pwm2: pwm@deadbeef {
compatible = "foo,pwm";
compatible = "bar,pwm";
#pwm-cells = <1>;
};