]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dts: r8a7779, marzen: Fix DU clock names
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 29 Apr 2021 12:41:15 +0000 (14:41 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Jul 2021 14:21:15 +0000 (16:21 +0200)
[ Upstream commit 6ab8c23096a29b69044209a5925758a6f88bd450 ]

"make dtbs_check" complains:

    arch/arm/boot/dts/r8a7779-marzen.dt.yaml: display@fff80000: clock-names:0: 'du.0' was expected

Change the first clock name to match the DT bindings.
This has no effect on actual operation, as the Display Unit driver in
Linux does not use the first clock name on R-Car H1, but just grabs the
first clock.

Fixes: 665d79aa47cb3983 ("ARM: shmobile: marzen: Add DU external pixel clock to DT")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Link: https://lore.kernel.org/r/9d5e1b371121883b3b3e10a3df43802a29c6a9da.1619699965.git.geert+renesas@glider.be
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/r8a7779-marzen.dts
arch/arm/boot/dts/r8a7779.dtsi

index 541678df90a9829eba1e0f6259c3c3b4dce3b2ee..50ec24bb1d79f3b2c975f403ca96e43080d564cd 100644 (file)
        status = "okay";
 
        clocks = <&mstp1_clks R8A7779_CLK_DU>, <&x3_clk>;
-       clock-names = "du", "dclkin.0";
+       clock-names = "du.0", "dclkin.0";
 
        ports {
                port@0 {
index 6c6d4893e92d40574a7839d38e88a1130877359b..3fb0a8d2530bd00f4a5a61ae4093ddc7ad7a8a60 100644 (file)
                reg = <0 0xfff80000 0 0x40000>;
                interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
                clocks = <&mstp1_clks R8A7779_CLK_DU>;
+               clock-names = "du.0";
                power-domains = <&sysc R8A7779_PD_ALWAYS_ON>;
                status = "disabled";