parent
dd3aa88a5f
commit
c42844a20d
|
@ -15,8 +15,7 @@ CONFIG_DRM_LOAD_EDID_FIRMWARE=y
|
|||
## Uboot 传参
|
||||
|
||||
```bash
|
||||
setenv mmcargs 'setenv bootargs console=${console},${baudrate} root=${mmcroot}
|
||||
drm_kms_helper.edid_firmware=HDMI-A-1:1920x720.bin drm.debug=0x06
|
||||
setenv mmcargs 'setenv bootargs console=${console},${baudrate} root=${mmcroot} drm_kms_helper.edid_firmware=HDMI-A-1:1920x720.bin drm.debug=0x06'
|
||||
# OR
|
||||
drm_kms_helper.edid_firmware=HDMI-A-1:1920x720.bin
|
||||
```
|
||||
|
|
|
@ -208,7 +208,7 @@ reg = <address1 size1 [address2 size2] [address3 size3]...>;
|
|||
|
||||
* interrupt:属性用来定义设备的中断解析,一般包含中断号、触发方法等。
|
||||
* interrupts:属性用来定义设备的中断解析,一般包含中断号、触发方法等。
|
||||
* interrupt-parent:属性用来制定当前设备的 Interrupt Controllers/Interrupt Nexus,phandle 指相对应的 node,如果没有指定,则继承父节点的 interrupt-parent 配置。
|
||||
* interrupt-parent:属性用来指定当前设备的 Interrupt Controllers/Interrupt Nexus,phandle 指相对应的 node,如果没有指定,则继承父节点的 interrupt-parent 配置。
|
||||
|
||||
interrupt 和 interrupts 都根据其 interrupt-parent node 中定义的“#interrupt-cells”来解析。比如 #interrupt-cells=2,那根据 2 个 cells 为单位来解析 interrupt/interrupts 属性。理论上每个 cell 的具体含义,一般由驱动决定,但一般而言 interrupt/interrupts 属性后面,会有两个或三个固定参数。
|
||||
|
||||
|
|
Loading…
Reference in New Issue