diff options
author | Jai Luthra <[email protected]> | 2022-12-30 18:56:44 +0530 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-01-11 15:31:21 +0000 |
commit | b6e98cf4ed3baff0c2f7a1c1babf96fde8e129f3 (patch) | |
tree | 7fa735a763e87aee6dd5857368f914db8b1f8e6f /scripts/gdb/linux/proc.py | |
parent | 0bdb2bbe76fab43f356d3ba8734c41c2ad82a88e (diff) |
ASoC: tlv320aic3x: Add optional clock and port properties
Describe optional properties for clocks and ports that were missing in
the original txt binding, to fix warnings like:
aic33@18: 'assigned-clock-parents', 'assigned-clock-rates',
'assigned-clocks' do not match any of the regexes:
'pinctrl-[0-9]+'
arch/arm/boot/dts/omap2420-n810.dtb
tlv320aic3106@1b: 'port' does not match any of the regexes:
'pinctrl-[0-9]+'
arch/arm/boot/dts/am335x-sl50.dtb
codec@18: 'clocks' does not match any of the regexes: 'pinctrl-[0-9]+'
arch/arm/boot/dts/imx6dl-gw5903.dtb
arch/arm/boot/dts/imx6q-gw5903.dtb
Some uses of "port" still lead to warnings because they pass clocks in
the endpoint, but that is discouraged:
https://lore.kernel.org/all/[email protected]/
Signed-off-by: Jai Luthra <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions