[PATCH v2 0/3] dt-bindings: rockchip: Add support for rk809 audio codec

Tim Lunn posted 3 patches 1 year, 11 months ago
There is a newer version of this series
.../bindings/mfd/rockchip,rk809.yaml          | 46 ++++++++++++++++---
1 file changed, 39 insertions(+), 7 deletions(-)
[PATCH v2 0/3] dt-bindings: rockchip: Add support for rk809 audio codec
Posted by Tim Lunn 1 year, 11 months ago
Rockchip RK809 shares the same audio codec as the rk817 mfd, it is also
using the same rk817_codec driver. However it is missing from the
bindings.

This series documents the audio codec properties in rockchip,rk809.yaml
bindings and updates example.

Changes in v2:
- Fix vcc-supply warning detected by dt_binding bot
- Fix missing include and pinctrl for codec example

Tim Lunn (3):
  dt-bindings: rockchip: Document rk809 support for rk817 audio codec
  dt-bindings: rockchip: rk809 fix existing example
  dt-bindings: rockchip: Update rk809 example with audio codec
    properties

 .../bindings/mfd/rockchip,rk809.yaml          | 46 ++++++++++++++++---
 1 file changed, 39 insertions(+), 7 deletions(-)

-- 
2.40.1
Re: [PATCH v2 0/3] dt-bindings: rockchip: Add support for rk809 audio codec
Posted by Rob Herring 1 year, 11 months ago
On Wed, Jan 17, 2024 at 12:20:59AM +1100, Tim Lunn wrote:
> Rockchip RK809 shares the same audio codec as the rk817 mfd, it is also
> using the same rk817_codec driver. However it is missing from the
> bindings.
> 
> This series documents the audio codec properties in rockchip,rk809.yaml
> bindings and updates example.
> 
> Changes in v2:
> - Fix vcc-supply warning detected by dt_binding bot
> - Fix missing include and pinctrl for codec example

I just reviewed v1. Please apply those comments. And wait a bit between 
sending new versions.

Rob
Re: [PATCH v2 0/3] dt-bindings: rockchip: Add support for rk809 audio codec
Posted by Tim Lunn 1 year, 11 months ago
On 1/17/24 06:52, Rob Herring wrote:
> On Wed, Jan 17, 2024 at 12:20:59AM +1100, Tim Lunn wrote:
>> Rockchip RK809 shares the same audio codec as the rk817 mfd, it is also
>> using the same rk817_codec driver. However it is missing from the
>> bindings.
>>
>> This series documents the audio codec properties in rockchip,rk809.yaml
>> bindings and updates example.
>>
>> Changes in v2:
>> - Fix vcc-supply warning detected by dt_binding bot
>> - Fix missing include and pinctrl for codec example
> I just reviewed v1. Please apply those comments. And wait a bit between
> sending new versions.
>
Sorry about that, first series was broken as per bot response, but will 
wait longer in future.

Regards
    Tim
>
> Rob