Signed-off-by: Shunli Wang shunli.wang@mediatek.com --- Documentation/devicetree/bindings/sound/mt8183-mt6358.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/mt8183-mt6358.txt
diff --git a/Documentation/devicetree/bindings/sound/mt8183-mt6358.txt b/Documentation/devicetree/bindings/sound/mt8183-mt6358.txt new file mode 100644 index 0000000..75b19f3 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/mt8183-mt6358.txt @@ -0,0 +1,12 @@ +MT8183 with MT6358 CODEC + +Required properties: +- compatible: "mediatek,mt8183-mt6358-sound" +- mediatek,platform: the phandle of MT8183 ASoC platform + +Example: + + sound { + compatible = "mediatek,mt8183-mt6358-sound"; + mediatek,platform = <&afe>; + };