提交 6540165c 编写于 作者: B Boris Brezillon 提交者: Kevin Hilman

ARM: at91/dt: update udc compatible strings

at91sam9g45, at91sam9x5 and sama5 SoCs should not use
"atmel,at91sam9rl-udc" for their USB device compatible property since
this compatible is attached to a specific hardware bug fix.
Signed-off-by: NBoris Brezillon <boris.brezillon@free-electrons.com>
Acked-by: NAlexandre Belloni <alexandre.belloni@free-electrons.com>
Tested-by: NBo Shen <voice.shen@atmel.com>
Acked-by: NNicolas Ferre <nicolas.ferre@atmel.com>
Cc: <stable@vger.kernel.org>  #4.0+
Signed-off-by: NKevin Hilman <khilman@linaro.org>
上级 50f0a449
...@@ -1148,7 +1148,7 @@ ...@@ -1148,7 +1148,7 @@
usb2: gadget@fff78000 { usb2: gadget@fff78000 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
compatible = "atmel,at91sam9rl-udc"; compatible = "atmel,at91sam9g45-udc";
reg = <0x00600000 0x80000 reg = <0x00600000 0x80000
0xfff78000 0x400>; 0xfff78000 0x400>;
interrupts = <27 IRQ_TYPE_LEVEL_HIGH 0>; interrupts = <27 IRQ_TYPE_LEVEL_HIGH 0>;
......
...@@ -1108,7 +1108,7 @@ ...@@ -1108,7 +1108,7 @@
usb2: gadget@f803c000 { usb2: gadget@f803c000 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
compatible = "atmel,at91sam9rl-udc"; compatible = "atmel,at91sam9g45-udc";
reg = <0x00500000 0x80000 reg = <0x00500000 0x80000
0xf803c000 0x400>; 0xf803c000 0x400>;
interrupts = <23 IRQ_TYPE_LEVEL_HIGH 0>; interrupts = <23 IRQ_TYPE_LEVEL_HIGH 0>;
......
...@@ -1321,7 +1321,7 @@ ...@@ -1321,7 +1321,7 @@
usb0: gadget@00500000 { usb0: gadget@00500000 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
compatible = "atmel,at91sam9rl-udc"; compatible = "atmel,sama5d3-udc";
reg = <0x00500000 0x100000 reg = <0x00500000 0x100000
0xf8030000 0x4000>; 0xf8030000 0x4000>;
interrupts = <33 IRQ_TYPE_LEVEL_HIGH 2>; interrupts = <33 IRQ_TYPE_LEVEL_HIGH 2>;
......
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
usb0: gadget@00400000 { usb0: gadget@00400000 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
compatible = "atmel,at91sam9rl-udc"; compatible = "atmel,sama5d3-udc";
reg = <0x00400000 0x100000 reg = <0x00400000 0x100000
0xfc02c000 0x4000>; 0xfc02c000 0x4000>;
interrupts = <47 IRQ_TYPE_LEVEL_HIGH 2>; interrupts = <47 IRQ_TYPE_LEVEL_HIGH 2>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册