From 50a212ec906f7524620675f0c57357691c26c81f Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Wed, 16 Oct 2024 01:20:19 +0000
Subject: [PATCH] 修改GPIO导出默认初始值
---
kernel/Documentation/devicetree/bindings/iio/accel/lis302.txt | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kernel/Documentation/devicetree/bindings/iio/accel/lis302.txt b/kernel/Documentation/devicetree/bindings/iio/accel/lis302.txt
index dfdce67..764e28e 100644
--- a/kernel/Documentation/devicetree/bindings/iio/accel/lis302.txt
+++ b/kernel/Documentation/devicetree/bindings/iio/accel/lis302.txt
@@ -64,7 +64,7 @@
Example for a SPI device node:
- lis302@0 {
+ accelerometer@0 {
compatible = "st,lis302dl-spi";
reg = <0>;
spi-max-frequency = <1000000>;
@@ -89,7 +89,7 @@
Example for a I2C device node:
- lis331dlh: lis331dlh@18 {
+ lis331dlh: accelerometer@18 {
compatible = "st,lis331dlh", "st,lis3lv02d";
reg = <0x18>;
Vdd-supply = <&lis3_reg>;
--
Gitblit v1.6.2