Re: [PATCH v2 6/8] arm64: dts: qcom: sa8295p-adp: add max20411

From: Konrad Dybcio
Date: Tue Dec 26 2023 - 20:09:13 EST


On 22.12.2023 05:39, Bjorn Andersson wrote:
> From: Bjorn Andersson <andersson@xxxxxxxxxx>
>
> The SA8295P ADP has a MAX20411 LDO regulator on I2C 12, supplying the
> VDD_GFX pads. Enable the bus and add the maxim,max20411 device on the
> bus.
>
> Signed-off-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx>
> ---

> &tlmm {
> pcie2a_default: pcie2a-default-state {
> clkreq-n-pins {
> @@ -728,4 +760,12 @@ wake-n-pins {
> bias-pull-up;
> };
> };
> +
> + qup1_i2c4_state: qup1-i2c4-state {
> + pins = "gpio0", "gpio1";
> + function = "qup12";
> +
> + drive-strength = <2>;
unnecessary newline

Konrad