File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 52
52
53
53
&i2c_smb_0 {
54
54
status = "okay";
55
- port_sel = <0>;
55
+ port-sel = <0>;
56
56
sda-gpios = <MCHP_GPIO_DECODE_003 0>;
57
57
scl-gpios = <MCHP_GPIO_DECODE_004 0>;
58
58
pinctrl-0 = < &i2c00_scl_gpio004 &i2c00_sda_gpio003 >;
61
61
62
62
&i2c_smb_1 {
63
63
status = "okay";
64
- port_sel = <1>;
64
+ port-sel = <1>;
65
65
sda-gpios = <MCHP_GPIO_DECODE_130 0>;
66
66
scl-gpios = <MCHP_GPIO_DECODE_131 0>;
67
67
pinctrl-0 = < &i2c01_scl_gpio131 &i2c01_sda_gpio130 >;
Original file line number Diff line number Diff line change 80
80
81
81
&i2c_smb_0 {
82
82
status = "okay";
83
- port_sel = <0>;
83
+ port-sel = <0>;
84
84
sda-gpios = <MCHP_GPIO_DECODE_003 0>;
85
85
scl-gpios = <MCHP_GPIO_DECODE_004 0>;
86
86
pinctrl-0 = < &i2c00_scl_gpio004 &i2c00_sda_gpio003 >;
89
89
90
90
&i2c_smb_1 {
91
91
status = "okay";
92
- port_sel = <1>;
92
+ port-sel = <1>;
93
93
sda-gpios = <MCHP_GPIO_DECODE_130 0>;
94
94
scl-gpios = <MCHP_GPIO_DECODE_131 0>;
95
95
pinctrl-0 = < &i2c01_scl_gpio131 &i2c01_sda_gpio130 >;
114
114
115
115
&i2c_smb_2 {
116
116
status = "okay";
117
- port_sel = <7>;
117
+ port-sel = <7>;
118
118
sda-gpios = <MCHP_GPIO_DECODE_012 0>;
119
119
scl-gpios = <MCHP_GPIO_DECODE_013 0>;
120
120
pinctrl-0 = < &i2c07_scl_gpio013 &i2c07_sda_gpio012 >;
Original file line number Diff line number Diff line change 125
125
/* I2C */
126
126
&i2c_smb_0 {
127
127
status = "okay";
128
- port_sel = <0>;
128
+ port-sel = <0>;
129
129
130
130
pinctrl-0 = < &i2c00_scl_gpio004 &i2c00_sda_gpio003 >;
131
131
pinctrl-names = "default";
145
145
146
146
&i2c_smb_1 {
147
147
status = "okay";
148
- port_sel = <1>;
148
+ port-sel = <1>;
149
149
pinctrl-0 = <&i2c01_scl_gpio131 &i2c01_sda_gpio130>;
150
150
pinctrl-names = "default";
151
151
180
180
181
181
&i2c_smb_2 {
182
182
status = "okay";
183
- port_sel = <7>;
183
+ port-sel = <7>;
184
184
pinctrl-0 = <&i2c07_scl_gpio013 &i2c07_sda_gpio012>;
185
185
pinctrl-names = "default";
186
186
};
Original file line number Diff line number Diff line change 119
119
/* I2C */
120
120
&i2c_smb_0 {
121
121
status = "okay";
122
- port_sel = <0>;
122
+ port-sel = <0>;
123
123
124
124
pinctrl-0 = < &i2c00_scl_gpio004 &i2c00_sda_gpio003 >;
125
125
pinctrl-names = "default";
139
139
140
140
&i2c_smb_1 {
141
141
status = "okay";
142
- port_sel = <1>;
142
+ port-sel = <1>;
143
143
pinctrl-0 = <&i2c01_scl_gpio131 &i2c01_sda_gpio130>;
144
144
pinctrl-names = "default";
145
145
};
158
158
159
159
&i2c_smb_2 {
160
160
status = "okay";
161
- port_sel = <7>;
161
+ port-sel = <7>;
162
162
pinctrl-0 = <&i2c07_scl_gpio013 &i2c07_sda_gpio012>;
163
163
pinctrl-names = "default";
164
164
};
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ properties:
11
11
reg :
12
12
required : true
13
13
14
- port_sel :
14
+ port-sel :
15
15
type : int
16
16
description : soc block mapping to pin
17
17
required : true
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ properties:
11
11
reg :
12
12
required : true
13
13
14
- port_sel :
14
+ port-sel :
15
15
type : int
16
16
description : soc block mapping to pin
17
17
required : true
You can’t perform that action at this time.
0 commit comments