Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 349184d2 authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: msm: hdmi: fix value of constant for minimum VCO rate" into msm-4.8

parents 4d193a66 85ff06b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@
#define HDMI_HZ_TO_MHZ				1000000
#define HDMI_REF_CLOCK_MHZ			19.2
#define HDMI_REF_CLOCK_HZ			(HDMI_REF_CLOCK_MHZ * 1000000)
#define HDMI_VCO_MIN_RATE_HZ			30000000
#define HDMI_VCO_MIN_RATE_HZ			25000000
#define HDMI_VCO_MAX_RATE_HZ			600000000

struct 8998_reg_cfg {