Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: emev2: Add whitespace for GPIO nodes

It turns out that the GPIO nodes for EMEV2 are missing whitespace,
so focus on what is important in life and adjust the coding style
to match the rest of the code base.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Link: https://lore.kernel.org/r/156877169225.29395.9771334507494949542.sendpatchset@octo
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

authored by

Magnus Damm and committed by
Geert Uytterhoeven
84cd9d34 9d6f4d4d

+4
+4
arch/arm/boot/dts/emev2.dtsi
··· 212 212 interrupt-controller; 213 213 #interrupt-cells = <2>; 214 214 }; 215 + 215 216 gpio1: gpio@e0050080 { 216 217 compatible = "renesas,em-gio"; 217 218 reg = <0xe0050080 0x2c>, <0xe00500c0 0x20>; ··· 225 224 interrupt-controller; 226 225 #interrupt-cells = <2>; 227 226 }; 227 + 228 228 gpio2: gpio@e0050100 { 229 229 compatible = "renesas,em-gio"; 230 230 reg = <0xe0050100 0x2c>, <0xe0050140 0x20>; ··· 238 236 interrupt-controller; 239 237 #interrupt-cells = <2>; 240 238 }; 239 + 241 240 gpio3: gpio@e0050180 { 242 241 compatible = "renesas,em-gio"; 243 242 reg = <0xe0050180 0x2c>, <0xe00501c0 0x20>; ··· 251 248 interrupt-controller; 252 249 #interrupt-cells = <2>; 253 250 }; 251 + 254 252 gpio4: gpio@e0050200 { 255 253 compatible = "renesas,em-gio"; 256 254 reg = <0xe0050200 0x2c>, <0xe0050240 0x20>;