This patch splits out the DesignWare HDMI-specific code from imx6_hdmi.c into a separate file and adds a generic DT binding that takes advantage of the extres framework for setting up clocks.
Details
Details
- Reviewers
gonzo - Group Reviewers
ARM - Commits
- rS310306: Split the DesignWare HDMI-specific code from imx6_hdmi.c into a separate
I tested the generic binding on JZ4780 (CI20), but still needs to be tested on i.MX6.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/dev/hdmi/dwc_hdmi_fdt.c | ||
---|---|---|
200 ↗ | (On Diff #23028) | This breaks generic kernel. We cannot have multiple modules with same name (a first argument) within single kernel. This is also reason, why using generic name for specific driver is not a best option. |
sys/arm/freescale/imx/imx6_hdmi.c | ||
---|---|---|
128 ↗ | (On Diff #23036) | I believe dwc_hdmi_init(dev) call is missing here, otherwise patch looks OK |
Comment Actions
- Call dwc_hdmi_init from imx_hdmi_attach
- Initialize sc_get_i2c_dev in imx_hdmi_attach