aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/dts/arm/mmp3-dell-ariel.dts
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2020-06-05 20:09:13 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2020-06-05 20:09:13 +0000
commit62352ec9fb6a03681cd3e1b4fa7acdbe690efc6f (patch)
tree57fe570ce3910e5d995e428ef65887e74e1efa27 /sys/gnu/dts/arm/mmp3-dell-ariel.dts
parentf2b86886645fc3fa331543565268808b80d5abdb (diff)
parent5df7ea339a6ba20ce6c2a001807a43a7cc1e9fe8 (diff)
downloadsrc-62352ec9fb6a03681cd3e1b4fa7acdbe690efc6f.tar.gz
src-62352ec9fb6a03681cd3e1b4fa7acdbe690efc6f.zip
dts: Update our copy to be in sync with Linux 5.7
MFC after: 2 months
Notes
Notes: svn path=/head/; revision=361848
Diffstat (limited to 'sys/gnu/dts/arm/mmp3-dell-ariel.dts')
-rw-r--r--sys/gnu/dts/arm/mmp3-dell-ariel.dts12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/gnu/dts/arm/mmp3-dell-ariel.dts b/sys/gnu/dts/arm/mmp3-dell-ariel.dts
index 15449c72c042..b0ec14c42164 100644
--- a/sys/gnu/dts/arm/mmp3-dell-ariel.dts
+++ b/sys/gnu/dts/arm/mmp3-dell-ariel.dts
@@ -98,19 +98,19 @@
status = "okay";
};
-&ssp3 {
+&ssp1 {
status = "okay";
- cs-gpios = <&gpio 46 GPIO_ACTIVE_HIGH>;
+ cs-gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
firmware-flash@0 {
- compatible = "st,m25p80", "jedec,spi-nor";
+ compatible = "winbond,w25q32", "jedec,spi-nor";
reg = <0>;
- spi-max-frequency = <40000000>;
+ spi-max-frequency = <104000000>;
m25p,fast-read;
};
};
-&ssp4 {
- cs-gpios = <&gpio 56 GPIO_ACTIVE_HIGH>;
+&ssp2 {
+ cs-gpios = <&gpio 56 GPIO_ACTIVE_LOW>;
status = "okay";
};