From: Olof Johansson Date: Mon, 6 Jan 2020 19:14:10 +0000 (-0800) Subject: ARM: dts: mmp3: Fix typos X-Git-Tag: Ubuntu-5.10.0-12.13~3516^2~44^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=e2ce979bf176af4b8eb7aea866919d618c08f752;p=mirror_ubuntu-hirsute-kernel.git ARM: dts: mmp3: Fix typos Fixes build failures due to syntax errors. Fixes: 3240d5b872f2 ("ARM: dts: mmp3: Add HSIC controllers") Signed-off-by: Olof Johansson --- diff --git a/arch/arm/boot/dts/mmp3.dtsi b/arch/arm/boot/dts/mmp3.dtsi index 36c50706e60e..1eba7fb6629b 100644 --- a/arch/arm/boot/dts/mmp3.dtsi +++ b/arch/arm/boot/dts/mmp3.dtsi @@ -203,7 +203,7 @@ hsic_phy0: hsic-phy@f0001800 { compatible = "marvell,mmp3-hsic-phy", - "usb-nop-xceiv", + "usb-nop-xceiv"; reg = <0xf0001800 0x40>; #phy-cells = <0>; status = "disabled"; @@ -225,7 +225,7 @@ hsic_phy1: hsic-phy@f0002800 { compatible = "marvell,mmp3-hsic-phy", - "usb-nop-xceiv", + "usb-nop-xceiv"; reg = <0xf0002800 0x40>; #phy-cells = <0>; status = "disabled";