diff options
Diffstat (limited to 'inventory/host_vars/ch-cm4-test.yml')
-rw-r--r-- | inventory/host_vars/ch-cm4-test.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/inventory/host_vars/ch-cm4-test.yml b/inventory/host_vars/ch-cm4-test.yml index 030267d2..01f6cc4b 100644 --- a/inventory/host_vars/ch-cm4-test.yml +++ b/inventory/host_vars/ch-cm4-test.yml @@ -45,8 +45,6 @@ raspios_boot_config: # ## Cytron CM4 Maker Board # raspios_boot_config: -# - regexp: '^#?otg_mode=1' -# line: '#otg_mode=1' # - regexp: '^#?dtparam=i2c_vc' # line: 'dtparam=i2c_vc=on' # - regexp: '^#?dtoverlay=i2c-rtc' @@ -55,8 +53,6 @@ raspios_boot_config: # line: 'dtoverlay=disable-bt' # - regexp: '^#?dtoverlay=disable-wifi' # line: 'dtoverlay=disable-wifi' -# - regexp: '^#?dtoverlay=dwc2' -# line: 'dtoverlay=dwc2,dr_mode=host' # - regexp: '^#?dtoverlay=audremap' # line: 'dtoverlay=audremap,pins_18_19' # - regexp: '^#?dtoverlay=gpio-shutdown' |