summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2023-07-05 16:59:11 +0200
committerGeert Uytterhoeven <geert+renesas@glider.be>2023-07-25 11:41:09 +0200
commit4e89cd1ff4fe1107d4f2ce11da2c90abe70cea0b (patch)
tree5d8448a53aa8c8727d37f172d74fb8438e3218be
parentarm64: dts: renesas: Minor whitespace cleanup around '=' (diff)
downloadlinux-4e89cd1ff4fe1107d4f2ce11da2c90abe70cea0b.tar.xz
linux-4e89cd1ff4fe1107d4f2ce11da2c90abe70cea0b.zip
ARM: dts: renesas: Add missing space before {
Add missing whitespace between node name/label and opening {. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20230705145912.293315-1-krzysztof.kozlowski@linaro.org Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
-rw-r--r--arch/arm/boot/dts/renesas/r9a06g032-rzn1d400-db.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/renesas/r9a06g032-rzn1d400-db.dts b/arch/arm/boot/dts/renesas/r9a06g032-rzn1d400-db.dts
index c18bbd7141c4..31cdca3e623c 100644
--- a/arch/arm/boot/dts/renesas/r9a06g032-rzn1d400-db.dts
+++ b/arch/arm/boot/dts/renesas/r9a06g032-rzn1d400-db.dts
@@ -67,7 +67,7 @@
status = "okay";
};
-&pinctrl{
+&pinctrl {
pins_can0: pins_can0 {
pinmux = <RZN1_PINMUX(162, RZN1_FUNC_CAN)>, /* CAN0_TXD */
<RZN1_PINMUX(163, RZN1_FUNC_CAN)>; /* CAN0_RXD */