Skip to content

Commit 9ca9c65

Browse files
author
shiguanghu
authored
Update pinctrl子系统与GPIO子系统.txt
1 parent 3ff9e9a commit 9ca9c65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pinctrl/pinctrl子系统与GPIO子系统.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,22 +148,22 @@ pinctrl: pinctrl@ff770000 {
148148
#interrupt-cells = <2>;
149149
};
150150
......
151-
gpio0_i2c0 {
152-
i2c0_sda:i2c0-sda {
151+
gpio0_i2c0 { //<-------------------function
152+
i2c0_sda:i2c0-sda { //<-------------------group
153153
rockchip,pins = <I2C0PMU_SDA>;
154154
rockchip,pull = <VALUE_PULL_DISABLE>;
155155
rockchip,drive = <VALUE_DRV_DEFAULT>;
156156
//rockchip,tristate = <VALUE_TRI_DEFAULT>;
157157
};
158158

159-
i2c0_scl:i2c0-scl {
159+
i2c0_scl:i2c0-scl { //<-------------------group
160160
rockchip,pins = <I2C0PMU_SCL>;
161161
rockchip,pull = <VALUE_PULL_DISABLE>;
162162
rockchip,drive = <VALUE_DRV_DEFAULT>;
163163
//rockchip,tristate = <VALUE_TRI_DEFAULT>;
164164
};
165165

166-
i2c0_gpio: i2c0-gpio {
166+
i2c0_gpio: i2c0-gpio { //<-------------------group
167167
rockchip,pins = <FUNC_TO_GPIO(I2C0PMU_SDA)>, <FUNC_TO_GPIO(I2C0PMU_SCL)>;
168168
rockchip,drive = <VALUE_DRV_DEFAULT>;
169169
};

0 commit comments

Comments
 (0)