mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
Compare commits
2 Commits
427d4259e9
...
07ed47aa09
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
07ed47aa09 | ||
|
|
c7ae6f1746 |
@@ -5827,8 +5827,8 @@ Params: cma-512 CMA is 512MB
|
||||
audio1 Enable or disable audio over HDMI1 (default
|
||||
"on")
|
||||
noaudio Disable all HDMI audio (default "off")
|
||||
composite Enable the composite output (disables all other
|
||||
outputs)
|
||||
composite Enable the composite output (default "off")
|
||||
N.B. Disables all other outputs on a Pi 4.
|
||||
nohdmi Disable both HDMI 0 & 1 outputs
|
||||
nohdmi0 Disable HDMI 0 output
|
||||
nohdmi1 Disable HDMI 1 output
|
||||
|
||||
@@ -134,13 +134,7 @@
|
||||
audio = <0>,"!14";
|
||||
audio1 = <0>,"!15";
|
||||
noaudio = <0>,"=14", <0>,"=15";
|
||||
composite = <0>, "!3",
|
||||
<0>, "!4",
|
||||
<0>, "!5",
|
||||
<0>, "!6",
|
||||
<0>, "!10",
|
||||
<0>, "!11",
|
||||
<&frag13>, "status";
|
||||
composite = <&frag13>, "status";
|
||||
nohdmi0 = <0>, "-3-5-10";
|
||||
nohdmi1 = <0>, "-4-6-11";
|
||||
nohdmi = <0>, "-3-4-5-6-10-11";
|
||||
|
||||
@@ -647,6 +647,7 @@ CONFIG_INPUT_POWERMATE=m
|
||||
CONFIG_INPUT_YEALINK=m
|
||||
CONFIG_INPUT_CM109=m
|
||||
CONFIG_INPUT_UINPUT=m
|
||||
CONFIG_INPUT_PWM_BEEPER=m
|
||||
CONFIG_INPUT_GPIO_ROTARY_ENCODER=m
|
||||
CONFIG_INPUT_ADXL34X=m
|
||||
CONFIG_INPUT_CMA3000=m
|
||||
|
||||
@@ -641,6 +641,7 @@ CONFIG_INPUT_POWERMATE=m
|
||||
CONFIG_INPUT_YEALINK=m
|
||||
CONFIG_INPUT_CM109=m
|
||||
CONFIG_INPUT_UINPUT=m
|
||||
CONFIG_INPUT_PWM_BEEPER=m
|
||||
CONFIG_INPUT_GPIO_ROTARY_ENCODER=m
|
||||
CONFIG_INPUT_ADXL34X=m
|
||||
CONFIG_INPUT_CMA3000=m
|
||||
|
||||
@@ -715,6 +715,7 @@ CONFIG_INPUT_POWERMATE=m
|
||||
CONFIG_INPUT_YEALINK=m
|
||||
CONFIG_INPUT_CM109=m
|
||||
CONFIG_INPUT_UINPUT=m
|
||||
CONFIG_INPUT_PWM_BEEPER=m
|
||||
CONFIG_INPUT_GPIO_ROTARY_ENCODER=m
|
||||
CONFIG_INPUT_ADXL34X=m
|
||||
CONFIG_INPUT_CMA3000=m
|
||||
|
||||
@@ -715,6 +715,7 @@ CONFIG_INPUT_POWERMATE=m
|
||||
CONFIG_INPUT_YEALINK=m
|
||||
CONFIG_INPUT_CM109=m
|
||||
CONFIG_INPUT_UINPUT=m
|
||||
CONFIG_INPUT_PWM_BEEPER=m
|
||||
CONFIG_INPUT_GPIO_ROTARY_ENCODER=m
|
||||
CONFIG_INPUT_ADXL34X=m
|
||||
CONFIG_INPUT_CMA3000=m
|
||||
|
||||
@@ -718,6 +718,7 @@ CONFIG_INPUT_POWERMATE=m
|
||||
CONFIG_INPUT_YEALINK=m
|
||||
CONFIG_INPUT_CM109=m
|
||||
CONFIG_INPUT_UINPUT=m
|
||||
CONFIG_INPUT_PWM_BEEPER=m
|
||||
CONFIG_INPUT_GPIO_ROTARY_ENCODER=m
|
||||
CONFIG_INPUT_ADXL34X=m
|
||||
CONFIG_INPUT_CMA3000=m
|
||||
|
||||
Reference in New Issue
Block a user