diff mbox

[U-Boot,1/2] ARM: dts: uniphier: fix interrupt number of USB core for PH1-Pro4

Message ID 1446641767-16661-1-git-send-email-yamada.masahiro@socionext.com
State Accepted
Delegated to: Masahiro Yamada
Headers show

Commit Message

Masahiro Yamada Nov. 4, 2015, 12:56 p.m. UTC
The IRQ is not used in U-boot, but this would be useful to sync
device trees between Linux and U-boot.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/arm/dts/uniphier-ph1-pro4.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Bin Meng Nov. 4, 2015, 1:03 p.m. UTC | #1
Hi Masahiro,

On Wed, Nov 4, 2015 at 8:56 PM, Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
> The IRQ is not used in U-boot, but this would be useful to sync
> device trees between Linux and U-boot.

Nits: U-boot -> U-Boot

>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
>
>  arch/arm/dts/uniphier-ph1-pro4.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/dts/uniphier-ph1-pro4.dtsi b/arch/arm/dts/uniphier-ph1-pro4.dtsi
> index a57f8ae..a11b628 100644
> --- a/arch/arm/dts/uniphier-ph1-pro4.dtsi
> +++ b/arch/arm/dts/uniphier-ph1-pro4.dtsi
> @@ -221,7 +221,7 @@
>                         reg = <0x65c00000 0x100>;
>                         pinctrl-names = "default";
>                         pinctrl-0 = <&pinctrl_usb1>;
> -                       interrupts = <0 135 4>;
> +                       interrupts = <0 137 4>;
>                 };
>
>                 pinctrl: pinctrl@5f801000 {
> --

Regards,
Bin
Masahiro Yamada Nov. 4, 2015, 3:32 p.m. UTC | #2
Hi Bin,


2015-11-04 22:03 GMT+09:00 Bin Meng <bmeng.cn@gmail.com>:
> Hi Masahiro,
>
> On Wed, Nov 4, 2015 at 8:56 PM, Masahiro Yamada
> <yamada.masahiro@socionext.com> wrote:
>> The IRQ is not used in U-boot, but this would be useful to sync
>> device trees between Linux and U-boot.
>
> Nits: U-boot -> U-Boot


Thanks.

I will fix it when I apply this patch.
Masahiro Yamada Nov. 11, 2015, 2:38 p.m. UTC | #3
2015-11-05 0:32 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> Hi Bin,
>
>
> 2015-11-04 22:03 GMT+09:00 Bin Meng <bmeng.cn@gmail.com>:
>> Hi Masahiro,
>>
>> On Wed, Nov 4, 2015 at 8:56 PM, Masahiro Yamada
>> <yamada.masahiro@socionext.com> wrote:
>>> The IRQ is not used in U-boot, but this would be useful to sync
>>> device trees between Linux and U-boot.
>>
>> Nits: U-boot -> U-Boot
>
>
> Thanks.
>
> I will fix it when I apply this patch.
>
>

Applied to u-boot-uniphier/master, fixing U-boot -> U-Boot.
diff mbox

Patch

diff --git a/arch/arm/dts/uniphier-ph1-pro4.dtsi b/arch/arm/dts/uniphier-ph1-pro4.dtsi
index a57f8ae..a11b628 100644
--- a/arch/arm/dts/uniphier-ph1-pro4.dtsi
+++ b/arch/arm/dts/uniphier-ph1-pro4.dtsi
@@ -221,7 +221,7 @@ 
 			reg = <0x65c00000 0x100>;
 			pinctrl-names = "default";
 			pinctrl-0 = <&pinctrl_usb1>;
-			interrupts = <0 135 4>;
+			interrupts = <0 137 4>;
 		};
 
 		pinctrl: pinctrl@5f801000 {