On Mon, Jun 17, 2024 at 11:32 AM Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> wrote: > > On Wed, Jun 05, 2024 at 02:27:26PM GMT, Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> > > > > Describe the ath12k WLAN on-board the WCN7850 module present on the > > board. > > > > [Neil: authored the initial version of the change] > > > > Co-developed-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx> > > Signed-off-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx> > > Tested-by: Amit Pundir <amit.pundir@xxxxxxxxxx> > > Tested-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx> # on SM8550-QRD > > Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> > > --- > > arch/arm64/boot/dts/qcom/sm8550-qrd.dts | 97 +++++++++++++++++++++++++ > > arch/arm64/boot/dts/qcom/sm8550.dtsi | 2 +- > > 2 files changed, 98 insertions(+), 1 deletion(-) > > > > diff --git a/arch/arm64/boot/dts/qcom/sm8550.dtsi b/arch/arm64/boot/dts/qcom/sm8550.dtsi > > index c55a818af935..c9d3c0549ab5 100644 > > --- a/arch/arm64/boot/dts/qcom/sm8550.dtsi > > +++ b/arch/arm64/boot/dts/qcom/sm8550.dtsi > > @@ -1784,7 +1784,7 @@ pcie0: pcie@1c00000 { > > > > status = "disabled"; > > > > - pcie@0 { > > + pcieport0: pcie@0 { > > Ideally this should come as a separate commit, with proper Fixes tag, > changing all pcie ports at once. > Why? this is not a bug, we didn't need this label until now. Bart > > device_type = "pci"; > > reg = <0x0 0x0 0x0 0x0 0x0>; > > bus-range = <0x01 0xff>; > > -- > > 2.40.1 > > > > -- > With best wishes > Dmitry