Message ID | 20220612223201.2740248-2-niklas.soderlund+renesas@ragnatech.se (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: dts: Add missing space around properties | expand |
On 6/12/22 15:31, Niklas Söderlund wrote: > Add the missing space around the status property before the typo spreads > to other files. > > Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Already carrying an identical patch that should land in v4.20: https://github.com/Broadcom/stblinux/commit/b65b9477d9118e3cd359245f59af556597bc5b71
diff --git a/arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi b/arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi index 09d4aa8ae1d6ee89..8f8c25e51194de83 100644 --- a/arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi +++ b/arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi @@ -567,7 +567,7 @@ enet: ethernet@340000{ reg-names = "amac_base"; dma-coherent; interrupts = <GIC_SPI 213 IRQ_TYPE_LEVEL_HIGH>; - status= "disabled"; + status = "disabled"; }; nand: nand@360000 {
Add the missing space around the status property before the typo spreads to other files. Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> --- arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)