Skip to content

Commit 8bc7cb7

Browse files
blueriseandersson
authored andcommitted
arm64: dts: qcom: x1e80100-yoga: add wifi calibration variant
Describe the bus topology for PCIe domain 4 and add the ath12k calibration variant so that the board file (calibration data) can be loaded. Signed-off-by: Patrick Wildt <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Reviewed-by: Manivannan Sadhasivam <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 8400291 commit 8bc7cb7

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

arch/arm64/boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,15 @@
635635
status = "okay";
636636
};
637637

638+
&pcie4_port0 {
639+
wifi@0 {
640+
compatible = "pci17cb,1107";
641+
reg = <0x10000 0x0 0x0 0x0 0x0>;
642+
643+
qcom,ath12k-calibration-variant = "LES790";
644+
};
645+
};
646+
638647
&pcie6a {
639648
perst-gpios = <&tlmm 152 GPIO_ACTIVE_LOW>;
640649
wake-gpios = <&tlmm 154 GPIO_ACTIVE_LOW>;

arch/arm64/boot/dts/qcom/x1e80100.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3085,6 +3085,16 @@
30853085
phy-names = "pciephy";
30863086

30873087
status = "disabled";
3088+
3089+
pcie4_port0: pcie@0 {
3090+
device_type = "pci";
3091+
reg = <0x0 0x0 0x0 0x0 0x0>;
3092+
bus-range = <0x01 0xff>;
3093+
3094+
#address-cells = <3>;
3095+
#size-cells = <2>;
3096+
ranges;
3097+
};
30883098
};
30893099

30903100
pcie4_phy: phy@1c0e000 {

0 commit comments

Comments
 (0)