-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linux-iot2050: Update to v6.1.54-cip6[-rt3]
Signed-off-by: Diogo Ivo <[email protected]>
- Loading branch information
Showing
74 changed files
with
14,371 additions
and
51 deletions.
There are no files selected for viewing
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
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
75 changes: 75 additions & 0 deletions
75
...s-kernel/linux/files/patches-6.1/0001-arm64-dts-ti-iot2050-Add-layout-of-OSPI-flash.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,75 @@ | ||
From fda33bec60e688419a47c0584f426a3ab7bb8d54 Mon Sep 17 00:00:00 2001 | ||
From: Jan Kiszka <[email protected]> | ||
Date: Thu, 19 Jan 2023 07:40:40 +0100 | ||
Subject: [PATCH 01/69] arm64: dts: ti: iot2050: Add layout of OSPI flash | ||
|
||
Describe the layout of the OSPI flash as the latest firmware uses it. | ||
Specifically the location of the U-Boot envs is important for userspace | ||
in order to access it. | ||
|
||
Signed-off-by: Jan Kiszka <[email protected]> | ||
[Commit 12f0158f3e98 upstream] | ||
--- | ||
.../boot/dts/ti/k3-am65-iot2050-common.dtsi | 46 +++++++++++++++++++ | ||
1 file changed, 46 insertions(+) | ||
|
||
diff --git a/arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi b/arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi | ||
index 32b797237581..180bfb2a9ddf 100644 | ||
--- a/arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi | ||
+++ b/arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi | ||
@@ -603,6 +603,52 @@ flash@0 { | ||
cdns,tchsh-ns = <60>; | ||
cdns,tslch-ns = <60>; | ||
cdns,read-delay = <2>; | ||
+ | ||
+ partitions { | ||
+ compatible = "fixed-partitions"; | ||
+ #address-cells = <1>; | ||
+ #size-cells = <1>; | ||
+ | ||
+ seboot@0 { | ||
+ label = "seboot"; | ||
+ reg = <0x0 0x180000>; /* 1.5M */ | ||
+ }; | ||
+ | ||
+ tispl@180000 { | ||
+ label = "tispl"; | ||
+ reg = <0x180000 0x200000>; /* 2M */ | ||
+ }; | ||
+ | ||
+ u-boot@380000 { | ||
+ label = "u-boot"; | ||
+ reg = <0x380000 0x300000>; /* 3M */ | ||
+ }; | ||
+ | ||
+ env@680000 { | ||
+ label = "env"; | ||
+ reg = <0x680000 0x20000>; /* 128K */ | ||
+ }; | ||
+ | ||
+ env-backup@6a0000 { | ||
+ label = "env.backup"; | ||
+ reg = <0x6a0000 0x20000>; /* 128K */ | ||
+ }; | ||
+ | ||
+ otpcmd@6c0000 { | ||
+ label = "otpcmd"; | ||
+ reg = <0x6c0000 0x10000>; /* 64K */ | ||
+ }; | ||
+ | ||
+ unused@6d0000 { | ||
+ label = "unused"; | ||
+ reg = <0x6d0000 0x7b0000>; /* 7872K */ | ||
+ }; | ||
+ | ||
+ seboot-backup@e80000 { | ||
+ label = "seboot.backup"; | ||
+ reg = <0xe80000 0x180000>; /* 1.5M */ | ||
+ }; | ||
+ }; | ||
}; | ||
}; | ||
|
||
-- | ||
2.42.0 | ||
|
31 changes: 31 additions & 0 deletions
31
...l/linux/files/patches-6.1/0002-dt-bindings-arm-ti-Add-binding-for-Siemens-IOT2050-M.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 8d579a3d6d2a0f9482d01787a3144aabde802a1d Mon Sep 17 00:00:00 2001 | ||
From: Jan Kiszka <[email protected]> | ||
Date: Thu, 19 Jan 2023 07:40:41 +0100 | ||
Subject: [PATCH 02/69] dt-bindings: arm: ti: Add binding for Siemens IOT2050 | ||
M.2 variant | ||
|
||
This new variant is derived from the Advanced PG2 board, replacing the | ||
MiniPCI slot with B and E-keyed M.2 slots. | ||
|
||
Signed-off-by: Jan Kiszka <[email protected]> | ||
Acked-by: Krzysztof Kozlowski <[email protected]> | ||
[Commit 31170b8c028f upstream] | ||
--- | ||
Documentation/devicetree/bindings/arm/ti/k3.yaml | 1 + | ||
1 file changed, 1 insertion(+) | ||
|
||
diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentation/devicetree/bindings/arm/ti/k3.yaml | ||
index 28b8232e1c5b..d16231bdee6e 100644 | ||
--- a/Documentation/devicetree/bindings/arm/ti/k3.yaml | ||
+++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml | ||
@@ -42,6 +42,7 @@ properties: | ||
items: | ||
- enum: | ||
- siemens,iot2050-advanced | ||
+ - siemens,iot2050-advanced-m2 | ||
- siemens,iot2050-advanced-pg2 | ||
- siemens,iot2050-basic | ||
- siemens,iot2050-basic-pg2 | ||
-- | ||
2.42.0 | ||
|
Oops, something went wrong.