Fix odroid-c4 overlays, edge kernel
Add periphs_pinctrl fragment
This commit is contained in:
parent
bff6d4db5b
commit
0cc8ccf3c6
@ -21,4 +21,12 @@
|
||||
};
|
||||
};
|
||||
|
||||
fragment@2 {
|
||||
target = <&periphs_pinctrl>;
|
||||
__overlay__ {
|
||||
i2c2_sda_x_pins: i2c2-sda-x { };
|
||||
i2c2_sck_x_pins: i2c2-sck-x { };
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
@ -21,4 +21,12 @@
|
||||
};
|
||||
};
|
||||
|
||||
fragment@2 {
|
||||
target = <&periphs_pinctrl>;
|
||||
__overlay__ {
|
||||
i2c3_sck_a_pins: i2c3-sda-a { };
|
||||
i2c3_sda_a_pins: i2c3-sck-a { };
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user