From eacfb74157eb0147f599239591523e92568c36f6 Mon Sep 17 00:00:00 2001
From: bullwinkle3000 <91431084+bullwinkle3000@users.noreply.github.com>
Date: Fri, 18 Oct 2024 14:54:35 -0400
Subject: [PATCH] cs pin GPIO_ACTIVE_LOW
---
.idea/workspace.xml | 27 ++++++++++---------
.../shields/wyld_dm/wyld_dm_right.overlay | 4 +--
2 files changed, 16 insertions(+), 15 deletions(-)
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 6670416..aaa37ad 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -9,8 +9,9 @@
-
-
+
+
+
@@ -136,14 +137,6 @@
-
-
- 1724195861603
-
-
-
- 1724195861603
-
1724264767423
@@ -528,7 +521,15 @@
1729274371792
-
+
+
+ 1729274954723
+
+
+
+ 1729274954723
+
+
@@ -590,7 +591,6 @@
-
@@ -615,7 +615,8 @@
-
+
+
{
"history": [
diff --git a/config/boards/shields/wyld_dm/wyld_dm_right.overlay b/config/boards/shields/wyld_dm/wyld_dm_right.overlay
index 0f6063d..66f2e41 100644
--- a/config/boards/shields/wyld_dm/wyld_dm_right.overlay
+++ b/config/boards/shields/wyld_dm/wyld_dm_right.overlay
@@ -39,7 +39,7 @@
psels = ,
,
;
- low-power-enable;
+ 6low-power-enable;
};
};
};
@@ -51,7 +51,7 @@
pinctrl-0 = <&spi1_default>;
pinctrl-1 = <&spi1_sleep>;
pinctrl-names = "default", "sleep";
- cs-gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>;
+ cs-gpios = <&gpio0 22 GPIO_ACTIVE_LOW>;
trackball: trackball@1 {
status = "okay";
compatible = "pixart,pmw3610";