]> Gentwo Git Trees - linux/.git/commit
clk: clocking-wizard: Fix output clock register offset for Versal platforms
authorShubhrajyoti Datta <shubhrajyoti.datta@amd.com>
Fri, 5 Sep 2025 09:10:02 +0000 (14:40 +0530)
committerStephen Boyd <sboyd@kernel.org>
Sun, 21 Sep 2025 17:56:33 +0000 (10:56 -0700)
commit7c2e86f7b5af93d0e78c16e4359318fe7797671d
treeeafe1bf37eb06721f601abd5934806334bb8d0bf
parente0a94c6bb5b48c46ff4dd0533e79aacfda366b9f
clk: clocking-wizard: Fix output clock register offset for Versal platforms

The output clock register offset used in clk_wzrd_register_output_clocks
was incorrectly referencing 0x3C instead of 0x38, which caused
misconfiguration of output dividers on Versal platforms.

Correcting the off-by-one error ensures proper configuration of output
clocks.

Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@amd.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/xilinx/clk-xlnx-clock-wizard.c