Skip to content

Commit f33ccc2

Browse files
martinezjavierdlan17
authored andcommitted
riscv: dts: spacemit: Enable i2c8 adapter for Milk-V Jupiter
The adapter is used to access the SpacemiT P1 PMIC present in this board. Signed-off-by: Javier Martinez Canillas <javierm@redhat.com> Reviewed-by: Yixun Lan <dlan@gentoo.org> Link: https://lore.kernel.org/r/20251206134532.1741648-2-javierm@redhat.com Signed-off-by: Yixun Lan <dlan@gentoo.org>
1 parent 8f0b4cc commit f33ccc2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

arch/riscv/boot/dts/spacemit/k1-milkv-jupiter.dts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@
7272
status = "okay";
7373
};
7474

75+
&i2c8 {
76+
pinctrl-0 = <&i2c8_cfg>;
77+
pinctrl-names = "default";
78+
status = "okay";
79+
};
80+
7581
&uart0 {
7682
pinctrl-names = "default";
7783
pinctrl-0 = <&uart0_2_cfg>;

0 commit comments

Comments
 (0)