On 23/01/2024 05:10, Tim Lunn wrote:OK I will rephrase both commit messages for the next version.
On 1/22/24 19:14, Krzysztof Kozlowski wrote:Your long commit msg has just very short mention about existing driver
On 20/01/2024 14:55, Tim Lunn wrote:Ok I will check this.
Rockchip RK809 shares the same audio codec block as the rk817 mfd, andPlease use subject prefixes matching the subsystem. You can get them for
is compatible with the existing rk817_codec driver.
example with `git log --oneline -- DIRECTORY_OR_FILE` on the directory
your patch is touching.
The existing upstream codec driver parses the property from the "codec"This patch introduces to the binding the standard property #sound-dai-cellsSo you are adding a new node? Just for one property? No, just put it
and also an optional codec child node to hold codec specific properties.
Currently there is only one property in this node however the downstream
driver shows a number of other properties that are supported by the codec
hardware, that could be implemented in the future. This maintains the
existing driver ABI and keeps consistency with the rk817 bindings.
into parent node.
sub-node, if I
move it to the parent node here, I will need to patch the codec driver
to search in both locations,
so as to not break the rk817 bindings. If that is preferred, I can do
it that way.
and the rest is not helpful. Please rephrase to explain why and what you
are doing it.
Downstream driver does not matter at all in that aspect.The codec hardware supports additional properties but they are not
implemented currently in
upstream driver.
Again: it does not matter. Bindings are not about drivers.
Best regards,
Krzysztof