Re: [PATCH 3/4] MIPS: ath79: Add the EHCI controller and USB phy to the AR9132 dtsi

2015-09-01 Thread Sergei Shtylyov

Hello.

On 09/01/2015 06:23 PM, Alban Bedel wrote:


Signed-off-by: Alban Bedel 
---
  arch/mips/boot/dts/qca/ar9132.dtsi | 24 
  1 file changed, 24 insertions(+)

diff --git a/arch/mips/boot/dts/qca/ar9132.dtsi 
b/arch/mips/boot/dts/qca/ar9132.dtsi
index fb7734e..665ee84 100644
--- a/arch/mips/boot/dts/qca/ar9132.dtsi
+++ b/arch/mips/boot/dts/qca/ar9132.dtsi
@@ -125,6 +125,21 @@
};
};

+   ehci@1b000100 {


   Please name the node "usb", not "ehci" in order to comply to the ePAPR 
standard.



+   compatible = "qca,ar7100-ehci", "generic-ehci";


MBR, Sergei

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 3/4] MIPS: ath79: Add the EHCI controller and USB phy to the AR9132 dtsi

2015-09-01 Thread Alban Bedel
Signed-off-by: Alban Bedel 
---
 arch/mips/boot/dts/qca/ar9132.dtsi | 24 
 1 file changed, 24 insertions(+)

diff --git a/arch/mips/boot/dts/qca/ar9132.dtsi 
b/arch/mips/boot/dts/qca/ar9132.dtsi
index fb7734e..665ee84 100644
--- a/arch/mips/boot/dts/qca/ar9132.dtsi
+++ b/arch/mips/boot/dts/qca/ar9132.dtsi
@@ -125,6 +125,21 @@
};
};
 
+   ehci@1b000100 {
+   compatible = "qca,ar7100-ehci", "generic-ehci";
+   reg = <0x1b000100 0x100>;
+
+   interrupts = <3>;
+   resets = < 5>;
+
+   has-transaction-translator;
+
+   phy-names = "usb";
+   phys = <_phy>;
+
+   status = "disabled";
+   };
+
spi@1f00 {
compatible = "qca,ar9132-spi", "qca,ar7100-spi";
reg = <0x1f00 0x10>;
@@ -138,4 +153,13 @@
#size-cells = <0>;
};
};
+
+   usb_phy: usb-phy {
+   compatible = "qca,ar7100-usb-phy";
+
+   reset-names = "usb-phy", "usb-suspend-override";
+   resets = < 4>, < 3>;
+
+   #phy-cells = <0>;
+   };
 };
-- 
2.0.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 3/4] MIPS: ath79: Add the EHCI controller and USB phy to the AR9132 dtsi

2015-09-01 Thread Sergei Shtylyov

Hello.

On 09/01/2015 06:23 PM, Alban Bedel wrote:


Signed-off-by: Alban Bedel 
---
  arch/mips/boot/dts/qca/ar9132.dtsi | 24 
  1 file changed, 24 insertions(+)

diff --git a/arch/mips/boot/dts/qca/ar9132.dtsi 
b/arch/mips/boot/dts/qca/ar9132.dtsi
index fb7734e..665ee84 100644
--- a/arch/mips/boot/dts/qca/ar9132.dtsi
+++ b/arch/mips/boot/dts/qca/ar9132.dtsi
@@ -125,6 +125,21 @@
};
};

+   ehci@1b000100 {


   Please name the node "usb", not "ehci" in order to comply to the ePAPR 
standard.



+   compatible = "qca,ar7100-ehci", "generic-ehci";


MBR, Sergei

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 3/4] MIPS: ath79: Add the EHCI controller and USB phy to the AR9132 dtsi

2015-09-01 Thread Alban Bedel
Signed-off-by: Alban Bedel 
---
 arch/mips/boot/dts/qca/ar9132.dtsi | 24 
 1 file changed, 24 insertions(+)

diff --git a/arch/mips/boot/dts/qca/ar9132.dtsi 
b/arch/mips/boot/dts/qca/ar9132.dtsi
index fb7734e..665ee84 100644
--- a/arch/mips/boot/dts/qca/ar9132.dtsi
+++ b/arch/mips/boot/dts/qca/ar9132.dtsi
@@ -125,6 +125,21 @@
};
};
 
+   ehci@1b000100 {
+   compatible = "qca,ar7100-ehci", "generic-ehci";
+   reg = <0x1b000100 0x100>;
+
+   interrupts = <3>;
+   resets = < 5>;
+
+   has-transaction-translator;
+
+   phy-names = "usb";
+   phys = <_phy>;
+
+   status = "disabled";
+   };
+
spi@1f00 {
compatible = "qca,ar9132-spi", "qca,ar7100-spi";
reg = <0x1f00 0x10>;
@@ -138,4 +153,13 @@
#size-cells = <0>;
};
};
+
+   usb_phy: usb-phy {
+   compatible = "qca,ar7100-usb-phy";
+
+   reset-names = "usb-phy", "usb-suspend-override";
+   resets = < 4>, < 3>;
+
+   #phy-cells = <0>;
+   };
 };
-- 
2.0.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/