boards: nxp: mixmxrt1170_evk: Separate i2c6 from csi pin muxing
Pin muxing for i2c6 and csi should be separated as i2c is initialized before csi. Otherwise, i2c6 bus device will not be ready when the camera sensor on this bus initializes. Signed-off-by: Phi Bang Nguyen <phibang.nguyen@nxp.com>
This commit is contained in:
parent
c1a39f31b2
commit
97b0ad699e
2 changed files with 9 additions and 1 deletions
|
@ -23,7 +23,10 @@
|
|||
bias-pull-up;
|
||||
slew-rate = "fast";
|
||||
};
|
||||
group2 {
|
||||
};
|
||||
|
||||
pinmux_lpi2c6: pinmux_lpi2c6 {
|
||||
group0 {
|
||||
pinmux = <&iomuxc_lpsr_gpio_lpsr_07_lpi2c6_scl>,
|
||||
<&iomuxc_lpsr_gpio_lpsr_06_lpi2c6_sda>;
|
||||
drive-strength = "high";
|
||||
|
|
|
@ -130,6 +130,11 @@
|
|||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&lpi2c6 {
|
||||
pinctrl-0 = <&pinmux_lpi2c6>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&flexcan3 {
|
||||
pinctrl-0 = <&pinmux_flexcan3>;
|
||||
pinctrl-names = "default";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue