File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 };
You can’t perform that action at this time.
0 commit comments