20 Jun
2022
20 Jun
'22
4:39 p.m.
The platform_data structure is not populated when using device trees. This patch adds optional dts properties to allow populating it:
- gpio-cfg
- mic-cfg
- num-drc-cfgs
- drc-cfg-regs
- drc-cfg-names
- num-retune-mobile-cfgs
- retune-mobile-cfg-regs
- retune-mobile-cfg-names
- retune-mobile-cfg-rates
If you want to add all this, convert to DT schema first. They all need vendor prefixes for starters.
Beyond adding the vendor prefix, can you please add details or provide any reference about "convert to DT schema" ?
Signed-off-by: Pierluigi Passaro pierluigi.p@variscite.com Signed-off-by: Alifer Moraes alifer.m@variscite.com
.../devicetree/bindings/sound/wm8904.txt | 53 ++++++++ sound/soc/codecs/wm8904.c | 113 +++++++++++++++++-
Binding changes go in their own patches.
Do you mean that C code and TXT documentation should be provided as separated patches ?
Thanks Best Regards Pier