On Thu, 19 May 2022 at 13:07, Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> wrote: > > On 18/05/2022 20:48, Robert Marko wrote: > > PMP8074 is a companion PMIC to the Qualcomm IPQ8074 series that is > > controlled via SPMI. > > > > Since we now have support for the regulators inside of it add DTSI > > for it. > > > > Signed-off-by: Robert Marko <robimarko@xxxxxxxxx> > > --- > > arch/arm64/boot/dts/qcom/pmp8074.dtsi | 38 +++++++++++++++++++++++++++ > > This file is not referenced by anything, thus not possible to compile > nor verify. That is correct, I can include it on HK01 which has an SDHCI controller and thus can consume L11 for VQMMC so that HS200 and higher work. I wanted to include the nodes directly in the SoC DTSI and set L11 as VQMMC for SDHCI there as this is a companion PMIC and always present, but the established procedure is for the PMIC to have its own DTSI and then be included per board. Regards, Robert > > > Best regards, > Krzysztof