diff mbox series

arm64: dts: renesas: r9a09g011: Add missing space in compatible

Message ID 20231125233242.237660-1-niklas.soderlund+renesas@ragnatech.se (mailing list archive)
State Mainlined
Commit d74d8cdefcdcb8acf3be63eca6c5b5cefd534a8c
Delegated to: Geert Uytterhoeven
Headers show
Series arm64: dts: renesas: r9a09g011: Add missing space in compatible | expand

Commit Message

Niklas Söderlund Nov. 25, 2023, 11:32 p.m. UTC
Add missing space in compatible property and align style with rest of
the file.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
---
 arch/arm64/boot/dts/renesas/r9a09g011.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Krzysztof Kozlowski Nov. 26, 2023, 12:42 p.m. UTC | #1
On 26/11/2023 00:32, Niklas Söderlund wrote:
> Add missing space in compatible property and align style with rest of
> the file.
> 
> Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

These are trivialities. Squash per subsystem please.

Best regards,
Krzysztof
Niklas Söderlund Nov. 26, 2023, 1:04 p.m. UTC | #2
On 2023-11-26 13:42:34 +0100, Krzysztof Kozlowski wrote:
> On 26/11/2023 00:32, Niklas Söderlund wrote:
> > Add missing space in compatible property and align style with rest of
> > the file.
> > 
> > Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> 
> These are trivialities. Squash per subsystem please.

Happy to do so, but could not figure out a good patch subject to match 
current style to hit both ARM and arm64. Would "dts: renesas: Add 
missing space in compatibles" be appropriate?

> 
> Best regards,
> Krzysztof
>
Krzysztof Kozlowski Nov. 27, 2023, 7:05 a.m. UTC | #3
On 26/11/2023 14:04, Niklas Söderlund wrote:
> On 2023-11-26 13:42:34 +0100, Krzysztof Kozlowski wrote:
>> On 26/11/2023 00:32, Niklas Söderlund wrote:
>>> Add missing space in compatible property and align style with rest of
>>> the file.
>>>
>>> Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
>>
>> These are trivialities. Squash per subsystem please.
> 
> Happy to do so, but could not figure out a good patch subject to match 
> current style to hit both ARM and arm64. Would "dts: renesas: Add 
> missing space in compatibles" be appropriate?

Ah, I missed the different prefixes. Sorry, it's fine then.

Best regards,
Krzysztof
Geert Uytterhoeven Nov. 27, 2023, 2:08 p.m. UTC | #4
On Sun, Nov 26, 2023 at 12:32 AM Niklas Söderlund
<niklas.soderlund+renesas@ragnatech.se> wrote:
> Add missing space in compatible property and align style with rest of
> the file.
>
> Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will queue in renesas-devel for v6.8.

Gr{oetje,eeting}s,

                        Geert
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/renesas/r9a09g011.dtsi b/arch/arm64/boot/dts/renesas/r9a09g011.dtsi
index 33f2ecf42441..50ed66d42a24 100644
--- a/arch/arm64/boot/dts/renesas/r9a09g011.dtsi
+++ b/arch/arm64/boot/dts/renesas/r9a09g011.dtsi
@@ -163,7 +163,7 @@  usb3peri: usb3peri@85070000 {
 		};
 
 		avb: ethernet@a3300000 {
-			compatible = "renesas,etheravb-r9a09g011","renesas,etheravb-rzv2m";
+			compatible = "renesas,etheravb-r9a09g011", "renesas,etheravb-rzv2m";
 			reg = <0 0xa3300000 0 0x800>;
 			interrupts = <GIC_SPI 251 IRQ_TYPE_LEVEL_HIGH>, /* ch0: Rx0 BE */
 				     <GIC_SPI 252 IRQ_TYPE_LEVEL_HIGH>, /* ch1: Rx1 NC */