Re: [PATCH v6 02/10] dt-bindings: media: rkisp1: fix pclk clock-name
From: Rob Herring <robh@kernel.org>
Date: 2021-07-12 20:05:03
Also in:
linux-media, linux-rockchip
From: Rob Herring <robh@kernel.org>
Date: 2021-07-12 20:05:03
Also in:
linux-media, linux-rockchip
On Fri, 18 Jun 2021 15:02:30 +0200, Heiko Stuebner wrote:
From: Heiko Stuebner <redacted> Having a clock name as "pclk_isp" suggests really hard a remnant from the vendor kernel. Right now no driver _and_ no devicetree actually uses this clock name so there is still time to fix that naming. Therefore drop the "_isp" suffix and only name it pclk. Signed-off-by: Heiko Stuebner <redacted> --- Documentation/devicetree/bindings/media/rockchip-isp1.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Acked-by: Rob Herring <robh@kernel.org>