diff --git a/patch/kernel/archive/sunxi-6.6/patches.armbian/arm-dts-orangepi-one-pinctr-dummy-regulators.patch b/patch/kernel/archive/sunxi-6.6/patches.armbian/arm-dts-orangepi-one-pinctr-dummy-regulators.patch new file mode 100644 index 000000000000..63833c284360 --- /dev/null +++ b/patch/kernel/archive/sunxi-6.6/patches.armbian/arm-dts-orangepi-one-pinctr-dummy-regulators.patch @@ -0,0 +1,31 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Stephen Graf +Date: Thu, 30 May 2024 18:19:07 -0700 +Subject: adding dummy regulators in pinctr + arch/arm/boot/dts/allwinner/sun8i-h3-orangepi-one.dts + +Signed-off-by: Stephen Graf +--- + arch/arm/boot/dts/allwinner/sun8i-h3-orangepi-one.dts | 7 +++++++ + 1 file changed, 7 insertions(+) + +diff --git a/arch/arm/boot/dts/allwinner/sun8i-h3-orangepi-one.dts b/arch/arm/boot/dts/allwinner/sun8i-h3-orangepi-one.dts +index 927fd1bab..1aee01494 100644 +--- a/arch/arm/boot/dts/allwinner/sun8i-h3-orangepi-one.dts ++++ b/arch/arm/boot/dts/allwinner/sun8i-h3-orangepi-one.dts +@@ -207,5 +207,12 @@ &usbphy { + /* USB Type-A port's VBUS is always on */ + usb0_id_det-gpios = <&pio 6 12 GPIO_ACTIVE_HIGH>; /* PG12 */ + usb0_vbus-supply = <®_usb0_vbus>; + status = "okay"; + }; ++ ++&pio { ++ vcc-pa-supply = <®_vcc3v3>; ++ vcc-pc-supply = <®_vcc3v3>; ++ vcc-pd-supply = <®_vcc3v3>; ++ vcc-pg-supply = <®_vcc3v3>; ++}; +-- +Created with Armbian build tools https://github.com/armbian/build + diff --git a/patch/kernel/archive/sunxi-6.6/series.armbian b/patch/kernel/archive/sunxi-6.6/series.armbian index 8a228dbf7927..91cffa1791a5 100644 --- a/patch/kernel/archive/sunxi-6.6/series.armbian +++ b/patch/kernel/archive/sunxi-6.6/series.armbian @@ -201,3 +201,4 @@ patches.armbian/arm64-dts-allwinner-sun50i-h616-PG-12c-pins.patch patches.armbian/arm64-dts-allwinner-sun50i-h616-spi1-cs1-pin.patch patches.armbian/arm64-dts-sun50i-h618-add-overlay.patch + patches.armbian/arm-dts-orangepi-one-pinctr-dummy-regulators.patch diff --git a/patch/kernel/archive/sunxi-6.6/series.conf b/patch/kernel/archive/sunxi-6.6/series.conf index 873d938454ff..941693a6fd13 100644 --- a/patch/kernel/archive/sunxi-6.6/series.conf +++ b/patch/kernel/archive/sunxi-6.6/series.conf @@ -470,3 +470,4 @@ patches.armbian/arm64-dts-allwinner-sun50i-h616-PG-12c-pins.patch patches.armbian/arm64-dts-allwinner-sun50i-h616-spi1-cs1-pin.patch patches.armbian/arm64-dts-sun50i-h618-add-overlay.patch + patches.armbian/arm-dts-orangepi-one-pinctr-dummy-regulators.patch