Message ID | 20231125233242.237660-1-niklas.soderlund+renesas@ragnatech.se |
---|---|
State | Accepted |
Commit | d74d8cdefcdcb8acf3be63eca6c5b5cefd534a8c |
Headers | show |
Series | arm64: dts: renesas: r9a09g011: Add missing space in compatible | expand |
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 >
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 */
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(-)