diff options
| author | Krzysztof Kozlowski <[email protected]> | 2023-07-05 16:59:42 +0200 |
|---|---|---|
| committer | Krzysztof Kozlowski <[email protected]> | 2023-07-10 09:02:03 +0200 |
| commit | 476ec6416f0df058c8a20b2f3b8bc9ebc3746c9e (patch) | |
| tree | f3519ddbb024ef65167f08fdda9a440ab16db959 | |
| parent | 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5 (diff) | |
arm64: dts: exynos: add missing space before {
Add missing whitespace between node name/label and opening {.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Krzysztof Kozlowski <[email protected]>
| -rw-r--r-- | arch/arm64/boot/dts/exynos/exynosautov9.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/exynos/exynosautov9.dtsi b/arch/arm64/boot/dts/exynos/exynosautov9.dtsi index d3c5cdeff47f..a986749dd49f 100644 --- a/arch/arm64/boot/dts/exynos/exynosautov9.dtsi +++ b/arch/arm64/boot/dts/exynos/exynosautov9.dtsi @@ -313,7 +313,7 @@ }; }; - pinctrl_aud: pinctrl@19c60000{ + pinctrl_aud: pinctrl@19c60000 { compatible = "samsung,exynosautov9-pinctrl"; reg = <0x19c60000 0x1000>; }; |