diff mbox series

[4/6] arm: dts: nspire: Add missing #phy-cells to usb-nop-xceiv

Message ID 20171109222614.5719-4-robh@kernel.org
State New
Headers show
Series [1/6] dt-bindings: usb: add #phy-cells to usb-nop-xceiv | expand

Commit Message

Rob Herring Nov. 9, 2017, 10:26 p.m. UTC
"usb-nop-xceiv" is using the phy binding, but is missing #phy-cells
property. This is probably because the binding was the precursor to the phy
binding.

Fixes the following warning in nspire dts files:

Warning (phys_property): Missing property '#phy-cells' in node ...

Signed-off-by: Rob Herring <robh@kernel.org>

---
Doesn't seem to be a maintainer for nspire. Arnd, please apply.

 arch/arm/boot/dts/nspire.dtsi | 1 +
 1 file changed, 1 insertion(+)

-- 
2.14.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Arnd Bergmann Dec. 7, 2017, 2:44 p.m. UTC | #1
On Thu, Nov 9, 2017 at 11:26 PM, Rob Herring <robh@kernel.org> wrote:
> "usb-nop-xceiv" is using the phy binding, but is missing #phy-cells

> property. This is probably because the binding was the precursor to the phy

> binding.

>

> Fixes the following warning in nspire dts files:

>

> Warning (phys_property): Missing property '#phy-cells' in node ...

>

> Signed-off-by: Rob Herring <robh@kernel.org>

> ---

> Doesn't seem to be a maintainer for nspire. Arnd, please apply.


Applied to fixes, thanks!

       Arnd
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/nspire.dtsi b/arch/arm/boot/dts/nspire.dtsi
index ee5a0bb22354..6aadf6e622d2 100644
--- a/arch/arm/boot/dts/nspire.dtsi
+++ b/arch/arm/boot/dts/nspire.dtsi
@@ -56,6 +56,7 @@ 
 
 	usb_phy: usb_phy {
 		compatible = "usb-nop-xceiv";
+		#phy-cells = <0>;
 	};
 
 	vbus_reg: vbus_reg {