Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lx2160a_build
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Boxiang Sun
lx2160a_build
Commits
f57e1170
Commit
f57e1170
authored
Jun 09, 2022
by
Josua Mayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
linux: add honeycomb/clearfog carrier spi flash to device-tree
Signed-off-by:
Josua Mayer
<
josua@solid-run.com
>
parent
51dff31d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
0 deletions
+41
-0
patches/linux-LSDK-21.08/0021-arm64-dts-lx2160a-clearfog-itx-add-carrier-spi-flash.patch
...rm64-dts-lx2160a-clearfog-itx-add-carrier-spi-flash.patch
+41
-0
No files found.
patches/linux-LSDK-21.08/0021-arm64-dts-lx2160a-clearfog-itx-add-carrier-spi-flash.patch
0 → 100644
View file @
f57e1170
From 254549a68139784aca808cb82067d932bc4923fd Mon Sep 17 00:00:00 2001
From: Josua Mayer <josua@solid-run.com>
Date: Thu, 9 Jun 2022 11:33:22 +0300
Subject: [PATCH] arm64: dts: lx2160a-clearfog-itx: add carrier spi flash
The Clearfog-CS and Honeycomb carriers both have additional flash memory
connected to fspi on CS1, which is also accessible from the uBMC via a
mux. Add a device-tree node for this chip.
Signed-off-by: Yazan Shhady <yazan.shhady@solid-run.com>
Signed-off-by: Josua Mayer <josua@solid-run.com>
---
.../boot/dts/freescale/fsl-lx2160a-clearfog-itx.dtsi | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-clearfog-itx.dtsi b/arch/arm64/boot/dts/freescale/fsl-lx2160a-clearfog-itx.dtsi
index 14a6334adff2..440e94f24c25 100644
--- a/arch/arm64/boot/dts/freescale/fsl-lx2160a-clearfog-itx.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-clearfog-itx.dtsi
@@ -96,6 +96,18 @@
&esdhc0 {
status = "okay";
};
+&fspi {
+ carrier_flash: w25q32@1 {
+ #address-cells = <1>;
+ #size-cells = <1>;
+ compatible = "st,w25q32";
+ spi-max-frequency = <10000000>;
+ reg = <1>;
+ spi-rx-bus-width = <1>;
+ spi-tx-bus-width = <1>;
+ };
+};
+
&pcs_mdio7 {
status = "okay";
};
--
2.35.3
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment