Re: [PATCH] ASoC: dt-bindings: maxim,max98357a: Add compatible with richtek,rt9123
From: ChiYuan Huang
Date: Wed Mar 19 2025 - 04:20:52 EST
On Wed, Mar 19, 2025 at 08:42:11AM +0100, Krzysztof Kozlowski wrote:
> On 18/03/2025 12:26, ChiYuan Huang wrote:
> > On Tue, Mar 18, 2025 at 09:55:48AM +0100, Krzysztof Kozlowski wrote:
> >> On Tue, Mar 18, 2025 at 08:57:51AM +0800, cy_huang@xxxxxxxxxxx wrote:
> >>> From: ChiYuan Huang <cy_huang@xxxxxxxxxxx>
> >>>
> >>> The hardware control and specification of 'richtek,rt9123' are similar
> >>> with max98357 or max98360. It's no need to add the new source code. So
> >>
> >> Are you sure? I looked at datasheet and do not see anything about
> >> SD_MODE in RT9123. Also you have two supplies, while max98360a has only
> >> one. You have I2C but max98360a has no.
> >>
> > Sure, consider the I2C mode. Then it seems different. For the power
> > supply, yes, we have one more supply and it's used for digital input
> > output reference. It will always tiled to SoC digital power domain.
> > It's no need to control, so I think DVDD can be ignored.
> >
> > If not considering the I2C, and the DVDD power supply, for HW control
> > mode, then it looks the same including sample rate. One pin to turn on
> > the amplifier.
> >
> > This IC is designed for 'easy to use'. For the normal condition, HW mode
> > will always be suggested to the customer.
> >
> > May I have your suggestion? If it can not be compatible, should I write
> > two drivers, one platform driver for HW control mode, and another I2C driver
> > for I2C SW control mode?
>
>
> We don't talk about drivers here. I only commented that they are not
> compatible based on datasheets, so compatibility should not be expressed
> in the DT. Considering I2C, this should be in its own binding with full
> device description (so for both HW mode and I2C).
>
Actually, These two mode cannot be coexixted. The HW or SW I2C mode is
detected on POR by different external resistor.
Just for the HW mode, all the controls, even sampling rate, supported
bitrate are all similiar with max98357 driver.
That's why I'm trying to treat it to be compatible.
For SW I2C, sure, I can write one for the dedicated usage. Under this
mode, all onoff sequences need to be controlled by RG.
> Best regards,
> Krzysztof