From: Kunihiko Hayashi Date: Tue, 13 Sep 2022 04:23:19 +0000 (+0900) Subject: arm64: dts: uniphier: Fix opp-table node name for LD20 X-Git-Tag: v6.1-rc5~303^2~2^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ff64e7089d15d6223d8e7eca12fc7ba090f25a4;p=platform%2Fkernel%2Flinux-starfive.git arm64: dts: uniphier: Fix opp-table node name for LD20 To fix dtbs_check warning: uniphier-ld20-akebi96.dt.yaml: opp-table0: $nodename:0: 'opp-table0' does not match '^opp-table(-[a-z0-9]+)?$' From schema: Documentation/devicetree/bindings/opp/opp-v2.yaml Signed-off-by: Kunihiko Hayashi Link: https://lore.kernel.org/r/20220913042321.4817-9-hayashi.kunihiko@socionext.com' Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi b/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi index b7896541..bb52dcb 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi +++ b/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi @@ -81,7 +81,7 @@ }; }; - cluster0_opp: opp-table0 { + cluster0_opp: opp-table-0 { compatible = "operating-points-v2"; opp-shared; @@ -119,7 +119,7 @@ }; }; - cluster1_opp: opp-table1 { + cluster1_opp: opp-table-1 { compatible = "operating-points-v2"; opp-shared;