Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: renesas: r9a07g054: Fix external clk node names

Add suffix '-clk' for can and extal clk node names and replace the
clk node names audio_clk{1,2} with audio{1,2}-clk as per the device
tree specification.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Link: https://lore.kernel.org/r/20220428133156.18080-2-biju.das.jz@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

authored by

Biju Das and committed by
Geert Uytterhoeven
97525350 1404ca90

+4 -4
+4 -4
arch/arm64/boot/dts/renesas/r9a07g054.dtsi
··· 13 13 #address-cells = <2>; 14 14 #size-cells = <2>; 15 15 16 - audio_clk1: audio_clk1 { 16 + audio_clk1: audio1-clk { 17 17 compatible = "fixed-clock"; 18 18 #clock-cells = <0>; 19 19 /* This value must be overridden by boards that provide it */ 20 20 clock-frequency = <0>; 21 21 }; 22 22 23 - audio_clk2: audio_clk2 { 23 + audio_clk2: audio2-clk { 24 24 compatible = "fixed-clock"; 25 25 #clock-cells = <0>; 26 26 /* This value must be overridden by boards that provide it */ ··· 28 28 }; 29 29 30 30 /* External CAN clock - to be overridden by boards that provide it */ 31 - can_clk: can { 31 + can_clk: can-clk { 32 32 compatible = "fixed-clock"; 33 33 #clock-cells = <0>; 34 34 clock-frequency = <0>; 35 35 }; 36 36 37 37 /* clock can be either from exclk or crystal oscillator (XIN/XOUT) */ 38 - extal_clk: extal { 38 + extal_clk: extal-clk { 39 39 compatible = "fixed-clock"; 40 40 #clock-cells = <0>; 41 41 /* This value must be overridden by the board */