diff options
| author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-09-02 17:25:04 +0200 |
|---|---|---|
| committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-09-02 17:25:04 +0200 |
| commit | 8bf5159d7dd973e81be119109c3c4e3e79e60525 (patch) | |
| tree | f25b8857804f6ac6c3dd1b54db6c94c7eec2d902 /Documentation/devicetree/bindings/sound/rockchip-max98090.txt | |
| parent | 1960c5dad4e5a0d27c7b9acb0cfc864ecb436ac1 (diff) | |
| parent | 6869de380e8c11c31b608bb2502dcacd634eda13 (diff) | |
Merge remote-tracking branch 'sound-upstream/for-next' into drm-intel-nightly
Diffstat (limited to 'Documentation/devicetree/bindings/sound/rockchip-max98090.txt')
| -rw-r--r-- | Documentation/devicetree/bindings/sound/rockchip-max98090.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/rockchip-max98090.txt b/Documentation/devicetree/bindings/sound/rockchip-max98090.txt new file mode 100644 index 000000000000..a805aa99ad75 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/rockchip-max98090.txt @@ -0,0 +1,19 @@ +ROCKCHIP with MAX98090 CODEC + +Required properties: +- compatible: "rockchip,rockchip-audio-max98090" +- rockchip,model: The user-visible name of this sound complex +- rockchip,i2s-controller: The phandle of the Rockchip I2S controller that's + connected to the CODEC +- rockchip,audio-codec: The phandle of the MAX98090 audio codec +- rockchip,headset-codec: The phandle of Ext chip for jack detection + +Example: + +sound { + compatible = "rockchip,rockchip-audio-max98090"; + rockchip,model = "ROCKCHIP-I2S"; + rockchip,i2s-controller = <&i2s>; + rockchip,audio-codec = <&max98090>; + rockchip,headset-codec = <&headsetcodec>; +}; |
