[PATCH 4/6] arm64: dts: renesas: r8a77965: Add #phy-cells property
Jacopo Mondi
jacopo+renesas at jmondi.org
Thu Feb 22 11:06:08 PST 2018
Add "#phy-cells" property to "usb-phy at e65ee000" device node.
This silences the following DTC compiler warning:
Warning (phys_property): Missing property '#phy-cells' in node
/soc/usb-phy at e65ee000 or bad phandle (referred from
/soc/usb at ee020000:phys[0])
Signed-off-by: Jacopo Mondi <jacopo+renesas at jmondi.org>
---
arch/arm64/boot/dts/renesas/r8a77965.dtsi | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/boot/dts/renesas/r8a77965.dtsi b/arch/arm64/boot/dts/renesas/r8a77965.dtsi
index be4f25c..cd12176 100644
--- a/arch/arm64/boot/dts/renesas/r8a77965.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a77965.dtsi
@@ -795,6 +795,7 @@
usb3_phy0: usb-phy at e65ee000 {
reg = <0 0xe65ee000 0 0x90>;
+ #phy-cells = <0>;
/* placeholder */
};
--
2.7.4
More information about the linux-arm-kernel
mailing list