mbox series

[v2,0/2] ARM: dts: qcom: sdx65: support IPA

Message ID 20230327191542.2765834-1-elder@linaro.org (mailing list archive)
Headers show
Series ARM: dts: qcom: sdx65: support IPA | expand

Message

Alex Elder March 27, 2023, 7:15 p.m. UTC
The upstream IPA driver now supports IPA v5.0 for SDX65.  Add
IPA-related nodes and definitions to "sdx65.dtsi", and enable IPA
in "sdx65-mtp.dts".

Having touched these files, Konrad advised I should update them to
move the "status" property to the end of nodes where it is used.

Version 2 of this series addresses comments made by Krzysztof and
Konrad, and adds their reviewed-by tags.

					-Alex

Alex Elder (2):
  ARM: dts: qcom: sdx65: add IPA information
  ARM: dts: qcom-sdx65: move status properties to end of nodes

 arch/arm/boot/dts/qcom-sdx65-mtp.dts | 11 +++++--
 arch/arm/boot/dts/qcom-sdx65.dtsi    | 47 ++++++++++++++++++++++++++--
 2 files changed, 52 insertions(+), 6 deletions(-)

Comments

Alex Elder March 27, 2023, 7:32 p.m. UTC | #1
On 3/27/23 2:15 PM, Alex Elder wrote:
> The upstream IPA driver now supports IPA v5.0 for SDX65.  Add
> IPA-related nodes and definitions to "sdx65.dtsi", and enable IPA
> in "sdx65-mtp.dts".
> 
> Having touched these files, Konrad advised I should update them to
> move the "status" property to the end of nodes where it is used.
> 
> Version 2 of this series addresses comments made by Krzysztof and
> Konrad, and adds their reviewed-by tags.

I'm sorry but building "dtbs" with this change adds a warning
I had not noticed before.
   simple-bus unit address format error

I'll be sending v3 shortly.  Sorry for the noise.

					-Alex

> 					-Alex
> 
> Alex Elder (2):
>    ARM: dts: qcom: sdx65: add IPA information
>    ARM: dts: qcom-sdx65: move status properties to end of nodes
> 
>   arch/arm/boot/dts/qcom-sdx65-mtp.dts | 11 +++++--
>   arch/arm/boot/dts/qcom-sdx65.dtsi    | 47 ++++++++++++++++++++++++++--
>   2 files changed, 52 insertions(+), 6 deletions(-)
>