ITE: dts: it82xx2: Add missing extend setting of alternate function
If I2C3 switches from GPH1/GPH2 to GPB2/GPB5, extend setting is required. Test: Accessing I2C is normal if I2C2, I2C3, I2C5 are switched. Signed-off-by: Tim Lin <tim2.lin@ite.corp-partner.google.com>
This commit is contained in:
parent
2c8ea07b34
commit
36f1092ed7
|
@ -467,10 +467,14 @@
|
|||
pinctrlb: pinctrl@f01668 {
|
||||
compatible = "ite,it8xxx2-pinctrl-func";
|
||||
reg = <0x00f01668 8>; /* GPCR */
|
||||
func3-gcr = <0xf03e15 0xf03e15 0xf03e16 NO_FUNC
|
||||
func3-gcr = <0xf03e15 0xf03e15 0xf03e11 NO_FUNC
|
||||
NO_FUNC 0xf03e11 NO_FUNC NO_FUNC>;
|
||||
func3-en-mask = <0x01 0x02 0x20 0
|
||||
0 0x20 0 0 >;
|
||||
func3-ext = <NO_FUNC NO_FUNC 0xf03e16 NO_FUNC
|
||||
NO_FUNC 0xf03e16 NO_FUNC NO_FUNC>;
|
||||
func3-en-mask = <0x01 0x02 0x40 0
|
||||
0 0x40 0 0 >;
|
||||
func3-ext-mask = <0 0 0x40 0
|
||||
0 0x40 0 0 >;
|
||||
func4-gcr = <NO_FUNC NO_FUNC NO_FUNC NO_FUNC
|
||||
NO_FUNC NO_FUNC NO_FUNC NO_FUNC>;
|
||||
func4-en-mask = <0 0 0 0
|
||||
|
|
Loading…
Reference in a new issue