On Fri, Mar 06, 2020 at 11:33:41AM +0800, Eason Yen wrote: > Add mt6359 codec document > > Signed-off-by: Eason Yen <eason.yen@xxxxxxxxxxxx> > --- > Documentation/devicetree/bindings/sound/mt6359.txt | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > create mode 100644 Documentation/devicetree/bindings/sound/mt6359.txt Please convert to a DT schema. > > diff --git a/Documentation/devicetree/bindings/sound/mt6359.txt b/Documentation/devicetree/bindings/sound/mt6359.txt > new file mode 100644 > index 0000000..77864e0 > --- /dev/null > +++ b/Documentation/devicetree/bindings/sound/mt6359.txt > @@ -0,0 +1,16 @@ > +Mediatek MT6359 Audio Codec > + > +The communication between MT6358 and SoC is through Mediatek PMIC wrapper. > +For more detail, please visit Mediatek PMIC wrapper documentation. > + > +Must be a child node of PMIC wrapper. > + > +Required properties: > + > +- compatible : "mediatek,mt6359-sound". A compatible with no other properties is generally suspect. Don't you have clocks, connection to I2S or something, etc. > + > +Example: > + > +mt6359_snd { audio-codec { > + compatible = "mediatek,mt6359-sound"; > +}; > -- > 1.9.1