Re: [PATCH 2/3] arm64: dts: qcom: pm6150l: add spmi-flash-led node

From: Konrad Dybcio
Date: Sat Dec 10 2022 - 07:32:52 EST




On 9.12.2022 14:54, Luca Weiss wrote:
> Add a node describing the flash block found on pm6150l.
>
> Signed-off-by: Luca Weiss <luca.weiss@xxxxxxxxxxxxx>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>

Konrad
> arch/arm64/boot/dts/qcom/pm6150l.dtsi | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/pm6150l.dtsi b/arch/arm64/boot/dts/qcom/pm6150l.dtsi
> index 90aac61ad264..86e659fcbba6 100644
> --- a/arch/arm64/boot/dts/qcom/pm6150l.dtsi
> +++ b/arch/arm64/boot/dts/qcom/pm6150l.dtsi
> @@ -112,6 +112,12 @@ pm6150l_lsid5: pmic@5 {
> #address-cells = <1>;
> #size-cells = <0>;
>
> + pm6150l_flash: led-controller@d300 {
> + compatible = "qcom,pm6150l-flash-led", "qcom,spmi-flash-led";
> + reg = <0xd300>;
> + status = "disabled";
> + };
> +
> pm6150l_wled: leds@d800 {
> compatible = "qcom,pm6150l-wled";
> reg = <0xd800>, <0xd900>;
>