diff options
author | Sandeep Sheriker M <sandeep.sheriker@microchip.com> | 2020-08-22 12:55:47 -0700 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-08-25 19:28:42 +0200 |
commit | a070e2ee42bb2f1c8c20ca62eac608f526640112 (patch) | |
tree | 32a01f8e34488d18eeccf908529889c42c8f6d81 /target/linux/at91/patches-5.4/102-ARM-at91-wb45n-fix-duplicate-label.patch | |
parent | 81ac2a73bc227484888a2a715f8e4e2e8043804e (diff) | |
download | upstream-a070e2ee42bb2f1c8c20ca62eac608f526640112.tar.gz upstream-a070e2ee42bb2f1c8c20ca62eac608f526640112.tar.bz2 upstream-a070e2ee42bb2f1c8c20ca62eac608f526640112.zip |
at91: bump linux version to 5.4
Move patches to 5.4, put config only in subtarget directories.
Signed-off-by: Sandeep Sheriker M <sandeep.sheriker@microchip.com>
[refresh patches, add commit message]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/at91/patches-5.4/102-ARM-at91-wb45n-fix-duplicate-label.patch')
-rw-r--r-- | target/linux/at91/patches-5.4/102-ARM-at91-wb45n-fix-duplicate-label.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/target/linux/at91/patches-5.4/102-ARM-at91-wb45n-fix-duplicate-label.patch b/target/linux/at91/patches-5.4/102-ARM-at91-wb45n-fix-duplicate-label.patch new file mode 100644 index 0000000000..9d060426ec --- /dev/null +++ b/target/linux/at91/patches-5.4/102-ARM-at91-wb45n-fix-duplicate-label.patch @@ -0,0 +1,20 @@ +--- a/arch/arm/boot/dts/wb45n.dts ++++ b/arch/arm/boot/dts/wb45n.dts +@@ -126,7 +126,7 @@ + }; + }; + +- usb0: ohci@00600000 { ++ usb0: ohci@600000 { + status = "okay"; + num-ports = <2>; + atmel,vbus-gpio = < +@@ -136,7 +136,7 @@ + atmel,oc-gpio = <&pioB 13 GPIO_ACTIVE_LOW>; + }; + +- usb1: ehci@00700000 { ++ usb1: ehci@700000 { + status = "okay"; + }; + |