From ea08eeccae9297f7aabd2ef7f0c2517ac4549acc Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 20 Feb 2024 01:18:26 +0000
Subject: [PATCH] write in 30M
---
kernel/arch/arm/boot/dts/imx6q-var-dt6customboard.dts | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/kernel/arch/arm/boot/dts/imx6q-var-dt6customboard.dts b/kernel/arch/arm/boot/dts/imx6q-var-dt6customboard.dts
index c54362f..6355035 100644
--- a/kernel/arch/arm/boot/dts/imx6q-var-dt6customboard.dts
+++ b/kernel/arch/arm/boot/dts/imx6q-var-dt6customboard.dts
@@ -144,8 +144,8 @@
};
&ecspi1 {
- cs-gpios = <&gpio4 9 GPIO_ACTIVE_HIGH>,
- <&gpio4 10 GPIO_ACTIVE_HIGH>;
+ cs-gpios = <&gpio4 9 GPIO_ACTIVE_LOW>,
+ <&gpio4 10 GPIO_ACTIVE_LOW>;
status = "okay";
};
@@ -203,6 +203,7 @@
};
&pwm2 {
+ #pwm-cells = <2>;
status = "okay";
};
--
Gitblit v1.6.2