diff options
| author | Maud Spierings <maud_spierings@hotmail.com> | 2026-09-06 15:58:22 +0200 |
|---|---|---|
| committer | Frank Li <Frank.Li@nxp.com> | 2026-09-11 14:41:46 -0400 |
| commit | 711ccefdf461c2d448e009116e1ac51f7ef2c10b (patch) | |
| tree | 2ef8533066019f29610c4c2d42bcc4343a27aeac | |
| parent | ef92c79a1e4a3e272407d9ceb01327c0b0e32c76 (diff) | |
| download | linux-next-711ccefdf461c2d448e009116e1ac51f7ef2c10b.tar.gz linux-next-711ccefdf461c2d448e009116e1ac51f7ef2c10b.zip | |
arm64: dts: imx93-11x11-frdm: add missing vcc-supply
Add the power supply to the pcal6408 gpio expander, it doesn't have the
dependency loop like the pcal6524.
Signed-off-by: Maud Spierings <maud_spierings@hotmail.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
| -rw-r--r-- | arch/arm64/boot/dts/freescale/imx93-11x11-frdm.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx93-11x11-frdm.dts b/arch/arm64/boot/dts/freescale/imx93-11x11-frdm.dts index 61be6b1c169a..6e8351d12016 100644 --- a/arch/arm64/boot/dts/freescale/imx93-11x11-frdm.dts +++ b/arch/arm64/boot/dts/freescale/imx93-11x11-frdm.dts @@ -45,6 +45,7 @@ #gpio-cells = <2>; gpio-controller; reset-gpios = <&pcal6524 20 GPIO_ACTIVE_LOW>; + vcc-supply = <&buck5>; }; }; |
