mbox series

[v2,0/5] ARM: dts: da850-evm/lcdk: Fixes for audio descriptions

Message ID 20181219114727.6865-1-peter.ujfalusi@ti.com (mailing list archive)
Headers show
Series ARM: dts: da850-evm/lcdk: Fixes for audio descriptions | expand

Message

Peter Ujfalusi Dec. 19, 2018, 11:47 a.m. UTC
Hi,

Changes since v1s (regulator fixes):
- Card name fixes
- analog mic support for da850-lcdk

The series fixes warnings regarding to regulator voltages and debugfs directory
creation.

Regards,
Peter
---
Peter Ujfalusi (5):
  ARM: dts: da850-evm: Correct the audio codec regulators
  ARM: dts: da850-evm: Correct the sound card name
  ARM: dts: da850-lcdk: Correct the audio codec regulators
  ARM: dts: da850-lcdk: Correct the sound card name
  ARM: dts: da850-lcdk: Enable the analog mic input

 arch/arm/boot/dts/da850-evm.dts  | 31 +++++++++++++++++----
 arch/arm/boot/dts/da850-lcdk.dts | 48 ++++++++++++++++++++++++++++++--
 2 files changed, 71 insertions(+), 8 deletions(-)

Comments

Sekhar Nori Dec. 19, 2018, 1:51 p.m. UTC | #1
Hi Peter,

On 19/12/18 5:17 PM, Peter Ujfalusi wrote:
> Hi,
> 
> Changes since v1s (regulator fixes):
> - Card name fixes

These look good to me. But since these issues are not v4.20 regressions,
I will send them for v4.21 once -rc1 comes out.

> - analog mic support for da850-lcdk

This one I might hold till v4.22.

> 
> The series fixes warnings regarding to regulator voltages and debugfs directory
> creation.

Thanks,
Sekhar