aboutsummaryrefslogtreecommitdiffstats
path: root/debian/installer
diff options
context:
space:
mode:
authorAlper Nebi Yasak <alpernebiyasak@gmail.com>2019-10-08 19:58:26 +0300
committerAlper Nebi Yasak <alpernebiyasak@gmail.com>2019-10-08 20:14:31 +0300
commit8f2a44332b1230c329c7e9ce4f2bbe03a2f31688 (patch)
tree5f2490b1fa30792e81bd1aec36927dab00a70845 /debian/installer
parenta99c0c8c286435ef6e0a830a47d79885d58a9565 (diff)
downloadkernel_replicant_linux-8f2a44332b1230c329c7e9ce4f2bbe03a2f31688.tar.gz
kernel_replicant_linux-8f2a44332b1230c329c7e9ce4f2bbe03a2f31688.tar.bz2
kernel_replicant_linux-8f2a44332b1230c329c7e9ce4f2bbe03a2f31688.zip
[arm64,armhf] udeb: Add rockchip-io-domain to kernel-image
Documentation says this keeps Rockchip SoCs informed about the regulator state. Most important issue with missing this is that SD cards are not available and d-i cannot install to them. Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
Diffstat (limited to 'debian/installer')
-rw-r--r--debian/installer/modules/arm64/kernel-image3
-rw-r--r--debian/installer/modules/armhf-armmp/kernel-image3
2 files changed, 6 insertions, 0 deletions
diff --git a/debian/installer/modules/arm64/kernel-image b/debian/installer/modules/arm64/kernel-image
index 47eb77d55a01..c8c0bd9acdf3 100644
--- a/debian/installer/modules/arm64/kernel-image
+++ b/debian/installer/modules/arm64/kernel-image
@@ -26,3 +26,6 @@ phy-rockchip-pcie ?
# For spi-rockchip
pl330 ?
+
+# Regulator-SoC synchronization
+rockchip-io-domain ?
diff --git a/debian/installer/modules/armhf-armmp/kernel-image b/debian/installer/modules/armhf-armmp/kernel-image
index 0651d89dccad..75b2cee042c6 100644
--- a/debian/installer/modules/armhf-armmp/kernel-image
+++ b/debian/installer/modules/armhf-armmp/kernel-image
@@ -21,3 +21,6 @@ axp20x_usb_power ?
# Watchdog needed for reboot
sunxi_wdt ?
+
+# Regulator-SoC synchronization
+rockchip-io-domain ?