summaryrefslogtreecommitdiff
path: root/hook-functions
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2019-10-27 15:51:37 +0000
committerBen Hutchings <ben@decadent.org.uk>2019-10-27 15:51:37 +0000
commit5b4685fbc695f7fd5a5a955e9c66a3583f2c5da2 (patch)
tree6d0dc0f341782b5f7844d70670ee7c44857b6307 /hook-functions
parent72ba2ef5675c07bf047c37b26d89923976911afb (diff)
parentded7214cbff09ed24fb9eb7c4571e5930a0b5037 (diff)
Merge branch 'rockchip-io-domain-for-dwmmc' into 'master'
hook-functions: Handle dw_mmc-rockchip hidden dependency on rockchip-io-domain See merge request kernel-team/initramfs-tools!18
Diffstat (limited to 'hook-functions')
-rw-r--r--hook-functions3
1 files changed, 3 insertions, 0 deletions
diff --git a/hook-functions b/hook-functions
index 1f00b20..9d1b92d 100644
--- a/hook-functions
+++ b/hook-functions
@@ -701,6 +701,9 @@ hidden_dep_add_modules()
spi-rockchip)
echo pl330
;;
+ dw_mmc-rockchip)
+ echo rockchip-io-domain
+ ;;
esac
done
)