diff options
author | Raashid Muhammed <raashidmuhammed@zilogic.com> | 2016-06-03 11:45:38 +0530 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-06-07 20:05:22 +0200 |
commit | cfdc7fa5daccd2063bd4963cddfe9a6b9eaaa61b (patch) | |
tree | d97ed6404b093fc0d7c93e6a4afd17496bc4c227 /arch/arm/boot/dts/at91sam9260.dtsi | |
parent | 1a695a905c18548062509178b98bc91e67510864 (diff) | |
download | linux-next-cfdc7fa5daccd2063bd4963cddfe9a6b9eaaa61b.tar.gz |
ARM: dts: at91: at91sam9260: Remove leading zeros in OHCI node.
Remove leading zeros in OHCI node for at91sam9260 based boards.
Signed-off-by: Raashid Muhammed <raashidmuhammed@zilogic.com>
Reviewed-by: Vijay Kumar B. <vijaykumar@bravegnu.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9260.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9260.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91sam9260.dtsi b/arch/arm/boot/dts/at91sam9260.dtsi index d4884dd1c243..af5ba315315f 100644 --- a/arch/arm/boot/dts/at91sam9260.dtsi +++ b/arch/arm/boot/dts/at91sam9260.dtsi @@ -1007,7 +1007,7 @@ status = "disabled"; }; - usb0: ohci@00500000 { + usb0: ohci@500000 { compatible = "atmel,at91rm9200-ohci", "usb-ohci"; reg = <0x00500000 0x100000>; interrupts = <20 IRQ_TYPE_LEVEL_HIGH 2>; |