mirror of
https://github.com/FUjr/gl-infra-builder.git
synced 2025-12-16 17:15:08 +00:00
30 lines
991 B
Diff
30 lines
991 B
Diff
From 91e02eb9d2b509a1f8ffc272544e840954a0e848 Mon Sep 17 00:00:00 2001
|
|
From: Jianhui Zhao <jianhui.zhao@gl-inet.com>
|
|
Date: Thu, 28 Jul 2022 11:10:54 +0800
|
|
Subject: [PATCH] gl-axt1800: fix gl-fan dts
|
|
|
|
Signed-off-by: Jianhui Zhao <jianhui.zhao@gl-inet.com>
|
|
---
|
|
.../arch/arm64/boot/dts/qcom/qcom-ipq6018-gl-axt1800.dts | 5 ++---
|
|
1 file changed, 2 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/feeds/ipq807x/ipq807x/files/arch/arm64/boot/dts/qcom/qcom-ipq6018-gl-axt1800.dts b/feeds/ipq807x/ipq807x/files/arch/arm64/boot/dts/qcom/qcom-ipq6018-gl-axt1800.dts
|
|
index 483a6559..8bedb393 100644
|
|
--- a/feeds/ipq807x/ipq807x/files/arch/arm64/boot/dts/qcom/qcom-ipq6018-gl-axt1800.dts
|
|
+++ b/feeds/ipq807x/ipq807x/files/arch/arm64/boot/dts/qcom/qcom-ipq6018-gl-axt1800.dts
|
|
@@ -27,9 +27,8 @@
|
|
|
|
gl_fan {
|
|
compatible = "gl-fan";
|
|
- #address-cells = <1>;
|
|
- #size-cells = <0>;
|
|
- fan_speed_gpio = <31>;
|
|
+ interrupt-parent = <&tlmm>;
|
|
+ interrupts = <31 IRQ_TYPE_EDGE_RISING>;
|
|
};
|
|
};
|
|
|
|
--
|
|
2.25.1
|
|
|