Skip to content

Commit 077063f

Browse files
vfalanisConchuOD
authored andcommitted
riscv: dts: microchip: fix i2c1 pinctrl configuration on Icicle kit
The i2c1 pinctrl was incorrectly set to 'fabric'. The HSS firmware for the Icicle Kit Reference Design uses 'mssio' as the default configuration. Update the i2c1 pinctrl property to match the default configuration. Signed-off-by: Valentina Fernandez <valentina.fernandezalanis@microchip.com>
1 parent 0fd203b commit 077063f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/riscv/boot/dts/microchip/mpfs-icicle-kit-fabric.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176

177177
&i2c1 {
178178
pinctrl-names = "default";
179-
pinctrl-0 = <&i2c1_fabric>;
179+
pinctrl-0 = <&i2c1_mssio>;
180180
};
181181

182182
&mmuart1 {

0 commit comments

Comments
 (0)