Re: [PATCH v8 2/6] ASoC: rockchip-max98090: Support usage with and without HDMI

2019-10-28 Thread Cheng-yi Chiang
On Sat, Oct 26, 2019 at 12:22 AM Rob Herring wrote: > > On Fri, Oct 25, 2019 at 09:30:03PM +0800, Cheng-Yi Chiang wrote: > > There will be multiple boards sharing this machine driver. > > Use compatible string to specify the use case. > > > > "rockchip,rockchip-audio-max98090" for max98090-only.

[PATCH v8 2/6] ASoC: rockchip-max98090: Support usage with and without HDMI

2019-10-28 Thread Cheng-Yi Chiang
There will be multiple boards sharing this machine driver. Use compatible string to specify the use case. "rockchip,rockchip-audio-max98090" for max98090-only. "rockchip,rockchip-audio-hdmi" for HDMI-only "rockchip,rockchip-audio-max98090-hdmi" for max98090 plus Move these properties to optional

Re: [PATCH v8 2/6] ASoC: rockchip-max98090: Support usage with and without HDMI

2019-10-25 Thread Rob Herring
On Fri, Oct 25, 2019 at 09:30:03PM +0800, Cheng-Yi Chiang wrote: > There will be multiple boards sharing this machine driver. > Use compatible string to specify the use case. > > "rockchip,rockchip-audio-max98090" for max98090-only. > "rockchip,rockchip-audio-hdmi" for HDMI-only >