-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
meta-lxatac-bsp: linux-lxatac: upgrade to 6.6
umpf tag is now: 6.6/customers/lxa/lxatac/20231106-1 The tag includes the following topic branches: - v6.6/customers/lxa/lxatac - v6.6/topic/pwm-stm32 - v6.6/topic/pwm-backlight - v6.6/topic/tty-trigger Starting with this kernel version the LXA TAC base devicetree is mainline \o/ and we no longer have to add it here as a patch. The TI LMP92064 buffering support also made it mainline. Signed-off-by: Leonard Göhrs <[email protected]>
- Loading branch information
Showing
21 changed files
with
192 additions
and
1,593 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
30 changes: 0 additions & 30 deletions
30
...ernel/linux/files/patches/0001-dt-bindings-can-m_can-change-from-additional-to-unev.patch
This file was deleted.
Oops, something went wrong.
File renamed without changes.
31 changes: 0 additions & 31 deletions
31
...ernel/linux/files/patches/0002-dt-bindings-net-dsa-microchip-add-interrupts-propert.patch
This file was deleted.
Oops, something went wrong.
197 changes: 0 additions & 197 deletions
197
...ernel/linux/files/patches/0003-ARM-dts-stm32-Add-pinmux-groups-for-Linux-Automation.patch
This file was deleted.
Oops, something went wrong.
31 changes: 31 additions & 0 deletions
31
...ernel/linux/files/patches/0003-ARM-dts-stm32-lxa-tac-reduce-RGMII-interface-drive-s.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
From: =?UTF-8?q?Leonard=20G=C3=B6hrs?= <[email protected]> | ||
Date: Fri, 22 Sep 2023 08:07:26 +0200 | ||
Subject: [PATCH] ARM: dts: stm32: lxa-tac: reduce RGMII interface drive | ||
strength | ||
MIME-Version: 1.0 | ||
Content-Type: text/plain; charset=UTF-8 | ||
Content-Transfer-Encoding: 8bit | ||
|
||
This results in an improvement of EMI performance by reducing the | ||
125MHz emission and its harmonics caused by the RGMII clock line. | ||
|
||
Signed-off-by: Leonard Göhrs <[email protected]> | ||
--- | ||
arch/arm/boot/dts/st/stm32mp15xc-lxa-tac.dtsi | 4 ++++ | ||
1 file changed, 4 insertions(+) | ||
|
||
diff --git a/arch/arm/boot/dts/st/stm32mp15xc-lxa-tac.dtsi b/arch/arm/boot/dts/st/stm32mp15xc-lxa-tac.dtsi | ||
index e5dad090551c..c940ea305412 100644 | ||
--- a/arch/arm/boot/dts/st/stm32mp15xc-lxa-tac.dtsi | ||
+++ b/arch/arm/boot/dts/st/stm32mp15xc-lxa-tac.dtsi | ||
@@ -471,6 +471,10 @@ switch: switch@0 { | ||
interrupt-parent = <&gpioa>; | ||
interrupts = <6 IRQ_TYPE_EDGE_RISING>; | ||
|
||
+ /* Reduce RGMII EMI emissions by reducing drive strength */ | ||
+ microchip,hi-drive-strength-microamp = <2000>; | ||
+ microchip,lo-drive-strength-microamp = <8000>; | ||
+ | ||
ports { | ||
#address-cells = <1>; | ||
#size-cells = <0>; |
38 changes: 0 additions & 38 deletions
38
...ernel/linux/files/patches/0004-dt-bindings-arm-stm32-Add-compatible-string-for-Linu.patch
This file was deleted.
Oops, something went wrong.
File renamed without changes.
Oops, something went wrong.