]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
arm64: dts: renesas: r8a77965: Add #phy-cells property
authorJacopo Mondi <jacopo+renesas@jmondi.org>
Fri, 23 Feb 2018 13:40:56 +0000 (14:40 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 13 Mar 2018 18:06:04 +0000 (19:06 +0100)
Add "#phy-cells" property to "usb-phy@e65ee000" device node.

This silences the following DTC compiler warning:
Warning (phys_property): Missing property '#phy-cells' in node
/soc/usb-phy@e65ee000 or bad phandle (referred from
/soc/usb@ee020000:phys[0])

Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/r8a77965.dtsi

index 0536b94a5ec0f512abae3bb50ee2f84c81331abd..1a219674201fd6b28c794f174d49ed3f81bcafdc 100644 (file)
 
                usb3_phy0: usb-phy@e65ee000 {
                        reg = <0 0xe65ee000 0 0x90>;
+                       #phy-cells = <0>;
                        /* placeholder */
                };