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:
parent
ef1bcb7aee
commit
9e4328cdcd
2
doc/build/dts/bindings-syntax.rst
vendored
2
doc/build/dts/bindings-syntax.rst
vendored
@ -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>;
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user