treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / sound / adi,ssm2305.txt
bloba9c9d83c8a30af344545234adebcc6236f513291
1 Analog Devices SSM2305 Speaker Amplifier
2 ========================================
4 Required properties:
5   - compatible : "adi,ssm2305"
6   - shutdown-gpios : The gpio connected to the shutdown pin.
7                      The gpio signal is ACTIVE_LOW.
9 Example:
11 ssm2305: analog-amplifier {
12         compatible = "adi,ssm2305";
13         shutdown-gpios = <&gpio3 20 GPIO_ACTIVE_LOW>;