Skip to content

Commit f8bd3de

Browse files
committed
package/board: fix RPi4 boot from aarch64 image
Fixes a minor regression after merge of BPi-R3. The RPi4 device tree, specifically regulator-sd-io-1v8 in bcm2711-rpi-4-b.dts, requires the GPIO voltage regulator be built-in for the SD card controller. Fixes #1197 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent 321807f commit f8bd3de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/board/banana-pi-r3/banana-pi-r3.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ define BANANA_PI_R3_LINUX_CONFIG_FIXUPS
2828
$(call KCONFIG_SET_OPT,CONFIG_USB_XHCI_MTK,m)
2929
$(call KCONFIG_SET_OPT,CONFIG_PHY_MTK_TPHY,m)
3030
$(call KCONFIG_SET_OPT,CONFIG_PHY_MTK_XSPHY,m)
31-
$(call KCONFIG_SET_OPT,CONFIG_REGULATOR_GPIO,m)
31+
$(call KCONFIG_SET_OPT,CONFIG_REGULATOR_GPIO,y)
3232
$(call KCONFIG_SET_OPT,CONFIG_REGULATOR_MT6380,m)
3333
$(call KCONFIG_SET_OPT,CONFIG_PWM_MEDIATEK,m)
3434
$(call KCONFIG_SET_OPT,CONFIG_SENSORS_PWM_FAN,m)

0 commit comments

Comments
 (0)