Skip to content

Commit

Permalink
load i2c-meson in initrd for rtc on odroid n2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpalus committed Mar 16, 2022
1 parent a3e2585 commit 79aca17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ image_setup_params_odroid_n2() {
IMAGE_NAME=odroid-n2
IMAGE_DESC="Odroid N2/N2+"
IMAGE_BOOT_PARAMS="earlycon"
IMAGE_INITRD_MODULES="fixed gpio-regulator rtc_pcf8563 g12a pinctrl-meson-g12a reset-meson g12a-aoclk pwrseq_emmc mmc-block meson-gx-mmc"
IMAGE_INITRD_MODULES="fixed gpio-regulator i2c-meson rtc-pcf8563 g12a pinctrl-meson-g12a reset-meson g12a-aoclk pwrseq_emmc mmc-block meson-gx-mmc"
IMAGE_DISPLAY_ENABLED=1
IMAGE_SOUND_ENABLED=1
}
Expand Down

0 comments on commit 79aca17

Please sign in to comment.