treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / sound / img,pistachio-internal-dac.txt
blob4cc18fc0477ead04c5f7998ffbae718f9696a633
1 Pistachio internal DAC DT bindings
3 Required properties:
5   - compatible: "img,pistachio-internal-dac"
7   - img,cr-top : Must contain a phandle to the top level control syscon
8                  node which contains the internal dac control registers
10   - VDD-supply : Digital power supply regulator (+1.8V or +3.3V)
12 Examples:
14 internal_dac: internal-dac {
15         compatible = "img,pistachio-internal-dac";
16         img,cr-top = <&cr_top>;
17         VDD-supply = <&supply3v3>;