]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
ARM: dts: mmp3: Fix typos
authorOlof Johansson <olof@lixom.net>
Mon, 6 Jan 2020 19:14:10 +0000 (11:14 -0800)
committerOlof Johansson <olof@lixom.net>
Mon, 6 Jan 2020 19:14:12 +0000 (11:14 -0800)
Fixes build failures due to syntax errors.

Fixes: 3240d5b872f2 ("ARM: dts: mmp3: Add HSIC controllers")
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/dts/mmp3.dtsi

index 36c50706e60e0271acf9120326d62ec52eb68a17..1eba7fb6629b518a68488d98c9f909a34924dbcd 100644 (file)
 
                        hsic_phy0: hsic-phy@f0001800 {
                                compatible = "marvell,mmp3-hsic-phy",
-                                            "usb-nop-xceiv",
+                                            "usb-nop-xceiv";
                                reg = <0xf0001800 0x40>;
                                #phy-cells = <0>;
                                status = "disabled";
 
                        hsic_phy1: hsic-phy@f0002800 {
                                compatible = "marvell,mmp3-hsic-phy",
-                                            "usb-nop-xceiv",
+                                            "usb-nop-xceiv";
                                reg = <0xf0002800 0x40>;
                                #phy-cells = <0>;
                                status = "disabled";