Skip to content

Commit 0cc8ccf

Browse files
veducoleggewie
authored andcommitted
Fix odroid-c4 overlays, edge kernel
Add periphs_pinctrl fragment
1 parent bff6d4d commit 0cc8ccf

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

patch/kernel/archive/meson64-6.15/overlay/meson-sm1-odroid-c4-i2c0.dtso

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,12 @@
2121
};
2222
};
2323

24+
fragment@2 {
25+
target = <&periphs_pinctrl>;
26+
__overlay__ {
27+
i2c2_sda_x_pins: i2c2-sda-x { };
28+
i2c2_sck_x_pins: i2c2-sck-x { };
29+
};
30+
};
31+
2432
};

patch/kernel/archive/meson64-6.15/overlay/meson-sm1-odroid-c4-i2c1.dtso

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,12 @@
2121
};
2222
};
2323

24+
fragment@2 {
25+
target = <&periphs_pinctrl>;
26+
__overlay__ {
27+
i2c3_sck_a_pins: i2c3-sda-a { };
28+
i2c3_sda_a_pins: i2c3-sck-a { };
29+
};
30+
};
31+
2432
};

0 commit comments

Comments
 (0)