[PATCH 2/7] ARM: dts: ls1021a-tqmals1021a: Add vcc-supply for spi-nor

Alexander Stein posted 7 patches 8 months, 3 weeks ago
There is a newer version of this series
[PATCH 2/7] ARM: dts: ls1021a-tqmals1021a: Add vcc-supply for spi-nor
Posted by Alexander Stein 8 months, 3 weeks ago
(Q)SPI NOR flash is supplied by 3.3V. Add the corresponding supply.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
---
 arch/arm/boot/dts/nxp/ls/ls1021a-tqmls1021a.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/nxp/ls/ls1021a-tqmls1021a.dtsi b/arch/arm/boot/dts/nxp/ls/ls1021a-tqmls1021a.dtsi
index f7fe8581a23fa..271001eb5ad7f 100644
--- a/arch/arm/boot/dts/nxp/ls/ls1021a-tqmls1021a.dtsi
+++ b/arch/arm/boot/dts/nxp/ls/ls1021a-tqmls1021a.dtsi
@@ -72,6 +72,7 @@ qflash0: flash@0 {
 		spi-rx-bus-width = <4>;
 		spi-tx-bus-width = <4>;
 		reg = <0>;
+		vcc-supply = <&reg_3p3v_som>;
 
 		partitions {
 			compatible = "fixed-partitions";
-- 
2.43.0
Re: [PATCH 2/7] ARM: dts: ls1021a-tqmals1021a: Add vcc-supply for spi-nor
Posted by Frank Li 8 months, 3 weeks ago
On Thu, Mar 27, 2025 at 03:41:08PM +0100, Alexander Stein wrote:
> (Q)SPI NOR flash is supplied by 3.3V. Add the corresponding supply.
>
> Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>

Reviewed-by: Frank Li <Frank.Li@nxp.com>

> ---
>  arch/arm/boot/dts/nxp/ls/ls1021a-tqmls1021a.dtsi | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/boot/dts/nxp/ls/ls1021a-tqmls1021a.dtsi b/arch/arm/boot/dts/nxp/ls/ls1021a-tqmls1021a.dtsi
> index f7fe8581a23fa..271001eb5ad7f 100644
> --- a/arch/arm/boot/dts/nxp/ls/ls1021a-tqmls1021a.dtsi
> +++ b/arch/arm/boot/dts/nxp/ls/ls1021a-tqmls1021a.dtsi
> @@ -72,6 +72,7 @@ qflash0: flash@0 {
>  		spi-rx-bus-width = <4>;
>  		spi-tx-bus-width = <4>;
>  		reg = <0>;
> +		vcc-supply = <&reg_3p3v_som>;
>
>  		partitions {
>  			compatible = "fixed-partitions";
> --
> 2.43.0
>