Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing spi-max-frequency node to gsj device tree
  • Loading branch information
hskinnemoen committed Jul 10, 2020
1 parent 50e5d20 commit 99b172f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
@@ -0,0 +1,12 @@
diff --git a/arch/arm/boot/dts/nuvoton-npcm730-gsj.dts b/arch/arm/boot/dts/nuvoton-npcm730-gsj.dts
index 801ed73d962c..5ceffd6724f4 100644
--- a/arch/arm/boot/dts/nuvoton-npcm730-gsj.dts
+++ b/arch/arm/boot/dts/nuvoton-npcm730-gsj.dts
@@ -78,6 +78,7 @@
status = "okay";
spi-nor@0 {
compatible = "jedec,spi-nor";
+ spi-max-frequency = <5000000>;
#address-cells = <1>;
#size-cells = <1>;
reg = <0>;
@@ -1,2 +1,3 @@
FILESEXTRAPATHS_prepend_gsj := "${THISDIR}/linux-nuvoton:"
SRC_URI_append_gsj = " file://gsj.cfg"
SRC_URI_append_gsj = " file://gsj-add-spi-max-frequency.patch"

0 comments on commit 99b172f

Please sign in to comment.