Message ID | 20200306174413.20634-11-nsaenzjulienne@suse.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Raspbery Pi 4 vmmc regulator support | expand |
On Fri, 2020-03-06 at 18:44 +0100, Nicolas Saenz Julienne wrote: > The 6th line of the GPIO expander is used to power the board's SD card. > > Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de> > --- Applied for-next. Regards, Nicolas
diff --git a/arch/arm/boot/dts/bcm2711-rpi-4-b.dts b/arch/arm/boot/dts/bcm2711-rpi-4-b.dts index 1d4b589fe233..b0ea8233b636 100644 --- a/arch/arm/boot/dts/bcm2711-rpi-4-b.dts +++ b/arch/arm/boot/dts/bcm2711-rpi-4-b.dts @@ -68,7 +68,7 @@ expgpio: gpio { "GLOBAL_RESET", "VDD_SD_IO_SEL", "CAM_GPIO", - "", + "SD_PWR_ON", ""; status = "okay"; };
The 6th line of the GPIO expander is used to power the board's SD card. Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de> --- arch/arm/boot/dts/bcm2711-rpi-4-b.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)