diff options
| author | 2020-09-03 21:14:38 +0200 | |
|---|---|---|
| committer | 2020-09-16 19:12:50 +0200 | |
| commit | fceeb3f69e5d04353758b03d94da4bec99ffaff9 (patch) | |
| tree | b55458046d3a2222ceec15e7f2d5488db3cbc9a6 | |
| parent | arm64: dts: exynos: Remove undocumented i2s properties in Exynos5433 (diff) | |
| download | wireguard-linux-fceeb3f69e5d04353758b03d94da4bec99ffaff9.tar.xz wireguard-linux-fceeb3f69e5d04353758b03d94da4bec99ffaff9.zip | |
arm64: dts: exynos: Align OPP table name with dt-schema
Device tree nodes should have hyphens instead of underscores. This is
also expected by the bindings.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20200903191438.12781-6-krzk@kernel.org
Diffstat (limited to '')
| -rw-r--r-- | arch/arm64/boot/dts/exynos/exynos5433.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/exynos/exynos5433.dtsi b/arch/arm64/boot/dts/exynos/exynos5433.dtsi index 3933d806a9f6..8eb4576da8f3 100644 --- a/arch/arm64/boot/dts/exynos/exynos5433.dtsi +++ b/arch/arm64/boot/dts/exynos/exynos5433.dtsi @@ -1087,7 +1087,7 @@ operating-points-v2 = <&gpu_opp_table>; status = "disabled"; - gpu_opp_table: opp_table { + gpu_opp_table: opp-table { compatible = "operating-points-v2"; opp-160000000 { |
