diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2021-11-24 15:39:40 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2021-11-26 14:08:20 +0100 |
commit | 7744b393c95ac470a3ac279fa277e50d947f1bea (patch) | |
tree | f2857e4d24d6e11e1d579b1cb938990fe9b0cfe0 /arch/arm64/boot/dts/renesas/r8a774b1.dtsi | |
parent | arm64: dts: renesas: rzg2l-smarc-som: Enable watchdog (diff) | |
download | linux-7744b393c95ac470a3ac279fa277e50d947f1bea.tar.xz linux-7744b393c95ac470a3ac279fa277e50d947f1bea.zip |
arm64: dts: renesas: Fix operating point table node names
Align the node names of device nodes representing operating point v2
tables with the expectations of the DT bindings in
Documentation/devicetree/bindings/opp/opp-v2.yaml.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Link: https://lore.kernel.org/r/ac885456ffb00fa4cc4069b9967761df2c98c3d8.1637764588.git.geert+renesas@glider.be
Diffstat (limited to 'arch/arm64/boot/dts/renesas/r8a774b1.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/renesas/r8a774b1.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a774b1.dtsi b/arch/arm64/boot/dts/renesas/r8a774b1.dtsi index 0c175b8c2088..c504f5028380 100644 --- a/arch/arm64/boot/dts/renesas/r8a774b1.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a774b1.dtsi @@ -47,7 +47,7 @@ clock-frequency = <0>; }; - cluster0_opp: opp_table0 { + cluster0_opp: opp-table-0 { compatible = "operating-points-v2"; opp-shared; |