pwm: rockchip: Replace "bus clk" with "PWM clk"
authorSimon South <simon@simonsouth.net>
Tue, 19 Jan 2021 16:12:07 +0000 (11:12 -0500)
committerThierry Reding <thierry.reding@gmail.com>
Wed, 20 Jan 2021 17:12:59 +0000 (18:12 +0100)
commitc9f809d0db69572f360c3b59d611bb6f06498ac9
tree4c4e5bbc11d8d56785d5f1af84a107fe0c6e5b0e
parentd5d8d675865ccddfe4da26c85f22c55cec663bf2
pwm: rockchip: Replace "bus clk" with "PWM clk"

Clarify the Rockchip PWM driver's error messages by referring to the clock
that operates a PWM device as the "PWM" clock, matching its name in the
device tree, rather than the "bus" clock (which is especially misleading in
the case of devices that also use a separate clock for bus access).

Suggested-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Simon South <simon@simonsouth.net>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-rockchip.c