Re: [PATCH v2 2/2] arm64: dts: qcom: sdm845-db845c: Use pad fn instead of defining own

From: Konrad Dybcio

Date: Thu Dec 18 2025 - 07:26:26 EST


On 12/17/25 12:39 PM, David Heidelberg via B4 Relay wrote:
> From: David Heidelberg <david@xxxxxxx>
>
> Instead of defining own pad function for master clock, pick one offered
> by sdm845 device-tree include.

I'm a little bitter about the wording - the pad function here is "cam_mclk",
whereas what you're doing is inheriting a common pinmux/pincfg node that
refers to that function

[...]

> - mclk0-pins {
> - pins = "gpio13";
> - function = "cam_mclk";
> -
> - drive-strength = <16>;

This patch changes the drive-strength (16 -> 2 mA)

FWIW it's 2 on reference designs and Sony boards, check your
downstream kernel

Konrad