From 5484250349cf874ad2d024db71c10f2d679d1d8c Mon Sep 17 00:00:00 2001 From: Hans Baier Date: Thu, 3 Apr 2025 04:42:03 +0700 Subject: [PATCH] fix 063-gtx-common-conf/attrs.json Signed-off-by: Hans Baier --- fuzzers/063-gtx-common-conf/attrs.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/fuzzers/063-gtx-common-conf/attrs.json b/fuzzers/063-gtx-common-conf/attrs.json index bcb25e67..aedf24d3 100644 --- a/fuzzers/063-gtx-common-conf/attrs.json +++ b/fuzzers/063-gtx-common-conf/attrs.json @@ -1,7 +1,7 @@ { "QPLL_CFG": { "type": "BIN", - "values": [134150145], + "values": [134217727], "digits": 27 }, "QPLL_CP": { @@ -27,7 +27,7 @@ }, "QPLL_FBDIV": { "type": "BIN", - "values": [496], + "values": [1023], "digits": 10 }, "QPLL_FBDIV_MONITOR_EN": { @@ -57,7 +57,7 @@ }, "COMMON_CFG": { "type": "BIN", - "values": [4294836225], + "values": [4294967295], "digits": 32 }, "QPLL_CLKOUT_CFG": { @@ -68,7 +68,7 @@ "QPLL_COARSE_FREQ_OVRD": { "type": "BIN", "values": [63], - "digits": 5 + "digits": 6 }, "QPLL_COARSE_FREQ_OVRD_EN": { "type": "BIN", @@ -77,7 +77,7 @@ }, "BIAS_CFG": { "type": "BIN", - "values": [18445618199572250625], + "values": [18446744073709551615], "digits": 64 } -} \ No newline at end of file +}