Re: [PATCH 1/1] clk: qcom: ipq8074: set BRANCH_HALT_VOTED flag for usb master clocks

From: Konrad Dybcio

Date: Mon Sep 14 2026 - 08:59:45 EST


On 9/10/26 12:00 PM, Chukun Pan wrote:
> Currently, on some boards with older versions of U-Boot, attempting
> to disable usb master clocks results in a "stuck at on" warning:
>
> [ 3.005088] gcc_usb1_master_clk status stuck at 'on'
> [ 3.187119] gcc_usb0_master_clk status stuck at 'on'

This starts off nicely, zooming in on the reproduction steps, but it's
missing the key point - the "why?". What causes that to happen, and why
the older u-boot specifically is the problem

Konrad