[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20250522054732.9629-1-zhangyi@everest-semi.com>
Date: Thu, 22 May 2025 13:47:32 +0800
From: Zhang Yi <zhangyi@...rest-semi.com>
To: krzk@...nel.org
Cc: robh@...nel.org,
tiwai@...e.com,
devicetree@...r.kernel.org,
conor+dt@...nel.org,
lgirdwood@...il.com,
linux-kernel@...r.kernel.org,
linux-sound@...r.kernel.org,
perex@...ex.cz,
krzk+dt@...nel.org,
amadeuszx.slawinski@...ux.intel.com,
broonie@...nel.org
Subject: RE: [PATCH 2/2] ASoC: codecs: add support for ES8375
> > +static int es8375_read_device_properities(struct device *dev, struct es8375_priv *es8375)
> > +{
> > + int ret;
> > +
> > + ret = device_property_read_u8(dev, "everest,mclk-src", &es8375->mclk_src);
>
> These are not documented for DT, but you have here other interfaces. We
> do not have such case nicely solved, so please add explicit comment that
> usage of this and dmic-pol in DT based platforms is not allowed and this
> is not considered ABI.
I'll add the description of everest,mclk-src.
But I noticed that es8375->dmic_pol is not used inside the driver,
so I'll remove it.
Powered by blists - more mailing lists