Fix odroid-c4 overlays, edge kernel

Add periphs_pinctrl fragment
This commit is contained in:
veduco 2025-07-03 21:42:51 -06:00 committed by leggewie
parent bff6d4db5b
commit 0cc8ccf3c6
2 changed files with 16 additions and 0 deletions

View File

@ -21,4 +21,12 @@
};
};
fragment@2 {
target = <&periphs_pinctrl>;
__overlay__ {
i2c2_sda_x_pins: i2c2-sda-x { };
i2c2_sck_x_pins: i2c2-sck-x { };
};
};
};

View File

@ -21,4 +21,12 @@
};
};
fragment@2 {
target = <&periphs_pinctrl>;
__overlay__ {
i2c3_sck_a_pins: i2c3-sda-a { };
i2c3_sda_a_pins: i2c3-sck-a { };
};
};
};