On 27-11-18, 20:47, Govind Singh wrote: > Add device node for the ath10k SNOC platform driver probe > and add resources required for WCN3990 on qcs404 soc. > Optional clock and regulator controls are not yet available in > upstream, hence add them once available. > > Signed-off-by: Govind Singh <govinds@xxxxxxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/qcs404-evb.dtsi | 4 ++++ > arch/arm64/boot/dts/qcom/qcs404.dtsi | 20 ++++++++++++++++++++ > 2 files changed, 24 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/qcs404-evb.dtsi b/arch/arm64/boot/dts/qcom/qcs404-evb.dtsi > index 0767389c68c1..36905524b0ff 100644 > --- a/arch/arm64/boot/dts/qcom/qcs404-evb.dtsi > +++ b/arch/arm64/boot/dts/qcom/qcs404-evb.dtsi > @@ -310,6 +310,10 @@ > status = "okay"; > }; > > +&wifi { > + status = "okay"; > +}; I am assuming this is common to both evb variants, so: Reviewed-by: Vinod Koul <vkoul@xxxxxxxxxx> -- ~Vinod