diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-11-05 19:45:04 +0100 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-11-10 19:21:18 +0100 |
commit | 9b846ba7c1d237476267bc2e05d4920691651ca2 (patch) | |
tree | 92af9121b8caa2d4da5879f5f61f14446a2e6698 /arch/arm/boot/dts/exynos5250.dtsi | |
parent | ARM: dts: exynos: use generic name for max77693 motor in Midas (diff) | |
download | linux-9b846ba7c1d237476267bc2e05d4920691651ca2.tar.xz linux-9b846ba7c1d237476267bc2e05d4920691651ca2.zip |
ARM: dts: exynos: use hyphens in Exynos5 node names
Use hyphens instead of underscores in the Exynos5250 and Exynos542x node
names which is expected by naming convention, multiple dtschema files
and pointed out by dtc W=2 builds.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20201105184506.215648-4-krzk@kernel.org
Diffstat (limited to 'arch/arm/boot/dts/exynos5250.dtsi')
-rw-r--r-- | arch/arm/boot/dts/exynos5250.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi index 84677332a5a2..1be1841c374f 100644 --- a/arch/arm/boot/dts/exynos5250.dtsi +++ b/arch/arm/boot/dts/exynos5250.dtsi @@ -70,7 +70,7 @@ }; }; - cpu0_opp_table: opp_table0 { + cpu0_opp_table: opp-table0 { compatible = "operating-points-v2"; opp-shared; |