File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,11 @@ static const struct apd_device_desc wt_i2c_desc = {
118
118
.fixed_clk_rate = 150000000 ,
119
119
};
120
120
121
+ static const struct apd_device_desc wt_i3c_desc = {
122
+ .setup = acpi_apd_setup ,
123
+ .fixed_clk_rate = 125000000 ,
124
+ };
125
+
121
126
static struct property_entry uart_properties [] = {
122
127
PROPERTY_ENTRY_U32 ("reg-io-width" , 4 ),
123
128
PROPERTY_ENTRY_U32 ("reg-shift" , 2 ),
@@ -231,6 +236,7 @@ static const struct acpi_device_id acpi_apd_device_ids[] = {
231
236
{ "AMD0030" , },
232
237
{ "AMD0040" , APD_ADDR (fch_misc_desc )},
233
238
{ "AMDI0010" , APD_ADDR (wt_i2c_desc ) },
239
+ { "AMDI0015" , APD_ADDR (wt_i3c_desc ) },
234
240
{ "AMDI0019" , APD_ADDR (wt_i2c_desc ) },
235
241
{ "AMDI0020" , APD_ADDR (cz_uart_desc ) },
236
242
{ "AMDI0022" , APD_ADDR (cz_uart_desc ) },
You can’t perform that action at this time.
0 commit comments