mekotronics-r58x-4g: mainline: add i2c5
- not really wired to anything, found on vendor kernel, added due to i2c5m3_xfer
This commit is contained in:
parent
bcdc3e9871
commit
fa98e609cd
@ -349,7 +349,12 @@
|
||||
};
|
||||
};
|
||||
|
||||
// @TODO: i2c5
|
||||
// Unknown where this is wired to, maybe some header pins. Found on vendor DT.
|
||||
&i2c5 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&i2c5m3_xfer>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&i2c6 {
|
||||
status = "okay";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user