Skip to content

Integrate linux-seco-imx/seco_lf-5.10.y-d18-dev

GitBot requested to merge linux-seco-imx/seco_lf-5.10.y-d18-dev into kirkstone

Commit: edgehog/bsp/nxp/linux-seco-imx@07efbc44

[D18] fine tune phy to pass HDMI CTS

Fine tune hdmi phy to pass HDMI transmitter tests: fix failure on eye mask and voltage levels.

--

Commit: edgehog/bsp/nxp/linux-seco-imx@d546b30a

[i.MX8MP][DRIVER] phy: hdmi: add dts properties to set phy regs

dts properties:

  • phy-reg<$1>,clk<$2>
    • type: u8
    • <$1>: PHY_REG number
    • <$2>: specific clk-rate in Hz
    • description: set PHY_REG to u8 value for clk-rate
  • phy-reg<$1>
    • type: u8
    • <$1>: PHY_REG number
    • description: set PHY_REG to u8 value, has lower priority than clk-rate specific property

Merge request reports