On Mon, Dec 08, 2025 at 10:42:01AM +0100, David Heidelberg via B4 Relay wrote:
> From: David Heidelberg <[email protected]>
> 
> This adds initial device tree support for the following phones:
> 
>  - Google Pixel 3 (blueline)
>  - Google Pixel 3 XL (crosshatch)
> 
> Both phone boards use the same identifiers and differ only slightly
> in their connected peripherals.
> 
> Supported functionality includes:
>  - Debug UART
>  - UFS
>  - USB-C (peripheral mode)
>  - Framebuffer (both u-boot and Linux)
>  - Display (Pixel 3 only, and the driver needs work)
>  - GPU
>  - Bluetooth
>  - Wi-Fi
> 
> The rmtfs region is allocated using UIO, making it technically "dynamic."
> 
> Its address and size can be read from sysfs:
> 
> $ cat /sys/class/uio/uio0/name
> /sys/class/uio/uio0/maps/map0/addr
> 0x00000000f2701000
> 
> $ cat /sys/class/uio/uio0/maps/map0/size
> 0x0000000000200000
> 
> Like the OnePlus 6, the Pixel 3 requires 1 kB of reserved memory on either
> side of the rmtfs region to work around an XPU bug that would otherwise
> cause erroneous violations when accessing the rmtfs_mem region.
> 
> Co-developed-by: Amit Pundir <[email protected]>
> Signed-off-by: Amit Pundir <[email protected]>
> Co-developed-by: Bjorn Andersson <[email protected]>
> Signed-off-by: Bjorn Andersson <[email protected]>
> Co-developed-by: Casey Connolly <[email protected]>
> Signed-off-by: Casey Connolly <[email protected]>
> Co-developed-by: Joel Selvaraj <[email protected]>
> Signed-off-by: Joel Selvaraj <[email protected]>
> Co-developed-by: Sumit Semwal <[email protected]>
> Signed-off-by: Sumit Semwal <[email protected]>
> Co-developed-by: Vinod Koul <[email protected]>
> Signed-off-by: Vinod Koul <[email protected]>
> Reviewed-by: Konrad Dybcio <[email protected]>
> Signed-off-by: David Heidelberg <[email protected]>
> ---
>  arch/arm64/boot/dts/qcom/Makefile                  |   2 +
>  .../arm64/boot/dts/qcom/sdm845-google-blueline.dts |  85 ++++
>  arch/arm64/boot/dts/qcom/sdm845-google-common.dtsi | 524 
> +++++++++++++++++++++
>  .../boot/dts/qcom/sdm845-google-crosshatch.dts     |  33 ++
>  4 files changed, 644 insertions(+)
> 
> +
> +&wifi {
> +     vdd-0.8-cx-mx-supply = <&vreg_l5a_0p8>;
> +     vdd-1.8-xo-supply = <&vreg_l7a_1p8>;
> +     vdd-1.3-rfa-supply = <&vreg_l17a_1p3>;
> +     vdd-3.3-ch0-supply = <&vreg_l25a_3p3>;
> +
> +     qcom,snoc-host-cap-8bit-quirk;
> +
> +     status = "okay";
> +};

Missing calbiration data. It needs to be declared here and submitted to
ath10k ML: 
https://wireless.docs.kernel.org/en/latest/en/users/drivers/ath10k/boardfiles.html


-- 
With best wishes
Dmitry

Reply via email to