Re: [PATCH v6 5/5] ARM: DTS: da850: Add usb phy node

2016-10-27 Thread David Lechner

On 10/26/2016 05:26 AM, Sekhar Nori wrote:

On Wednesday 26 October 2016 08:36 AM, David Lechner wrote:

Add a node for the new usb phy driver.


changed this to:

Add a node for usb phy device. This device
controls both the USB 1.1 and USB 2.0 PHYs.

mainly because the node is for the device, not the driver.



Signed-off-by: David Lechner 


Applied to v4.10/dt

Thanks,
Sekhar



I found a better way to represent this device as a child of the syscon 
node. How should we handle the change? Should I submit a new patch that 
applies on top of this one or will you drop this patch and I should send 
a new one to take it's place?


Assuming that you agree that this is better:

cfgchip: cfgchip@1417c {
compatible = "ti,da830-cfgchip", "syscon", "simple-mfd";
reg = <0x1417c 0x14>;

usb_phy: usb-phy {
compatible = "ti,da830-usb-phy";
#phy-cells = <1>;
status = "disabled";
};
};

Since the phy consists entirely as registers in the syscon device, we 
should make it a child of the syscon device instead of a child of the 
soc node.


Re: [PATCH v6 5/5] ARM: DTS: da850: Add usb phy node

2016-10-26 Thread Sekhar Nori
On Wednesday 26 October 2016 08:36 AM, David Lechner wrote:
> Add a node for the new usb phy driver.

changed this to:

Add a node for usb phy device. This device
controls both the USB 1.1 and USB 2.0 PHYs.

mainly because the node is for the device, not the driver.

> 
> Signed-off-by: David Lechner 

Applied to v4.10/dt

Thanks,
Sekhar


[PATCH v6 5/5] ARM: DTS: da850: Add usb phy node

2016-10-25 Thread David Lechner
Add a node for the new usb phy driver.

Signed-off-by: David Lechner 
---
 arch/arm/boot/dts/da850.dtsi | 5 +
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi
index 6bbf20d..33fcdce 100644
--- a/arch/arm/boot/dts/da850.dtsi
+++ b/arch/arm/boot/dts/da850.dtsi
@@ -376,6 +376,11 @@
>;
status = "disabled";
};
+   usb_phy: usb-phy {
+   compatible = "ti,da830-usb-phy";
+   #phy-cells = <1>;
+   status = "disabled";
+   };
gpio: gpio@226000 {
compatible = "ti,dm6441-gpio";
gpio-controller;
-- 
2.7.4