board: mec15xxevb_assy6853 i2c alias fix for tests
Added a missing an i2c-0 alias in the board dts so the i2c tests may build. Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
This commit is contained in:
parent
9d346cc2b2
commit
913fe5bb91
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
pwm-0 = &pwm0;
|
||||
peci-0 = &peci0;
|
||||
i2c0 = &i2c_smb_0;
|
||||
i2c-0 = &i2c_smb_0;
|
||||
i2c1 = &i2c_smb_1;
|
||||
i2c7 = &i2c_smb_2;
|
||||
kscan0 = &kscan0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue