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
4e1f7377
Commit
4e1f7377
authored
Dec 13, 2020
by
yazan shhady
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lx2160a-cex7: kernel: dts: add secondary spi flash support
parent
6a1498d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
0 deletions
+33
-0
patches/linux-LSDK-20.04/0011-aarm64-dts-lx2160a-cex7-add-secondary-spi-flash-supp.patch
...arm64-dts-lx2160a-cex7-add-secondary-spi-flash-supp.patch
+33
-0
rootfs.ext2
rootfs.ext2
+0
-0
No files found.
patches/linux-LSDK-20.04/0011-aarm64-dts-lx2160a-cex7-add-secondary-spi-flash-supp.patch
0 → 100644
View file @
4e1f7377
From 08ff0cc811d9e4616aad53b39e528544b0979fd7 Mon Sep 17 00:00:00 2001
From: yazan shhady <yazan.shhady@solid-run.com>
Date: Sun, 22 Nov 2020 14:44:32 +0200
Subject: [PATCH] aarm64: dts: lx2160a-cex7: add secondary spi flash support
---
arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dts | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dts b/arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dts
index 2b8f1118b37a..6f031412400a 100644
--- a/arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dts
@@ -165,6 +165,16 @@
I2C switch -
spi-rx-bus-width = <8>;
spi-tx-bus-width = <1>;
};
+ flash1: 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>;
+ };
+
};
&uart0 {
--
2.25.1
rootfs.ext2
deleted
100644 → 0
View file @
6a1498d0
File deleted
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