Skip to content

Commit

Permalink
rockchip-rk3588 6.8/610: add i2c8-m2 overlay
Browse files Browse the repository at this point in the history
- from vendor kernel
- `i2c8m2`: 40-pin pins 3 & 5 of cm3588-nas & nanopct6
  • Loading branch information
rpardini authored and igorpecovnik committed Jun 23, 2024
1 parent ee37a0c commit 1bedcec
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions patch/kernel/archive/rockchip-rk3588-6.10/overlay/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
dtbo-$(CONFIG_ARCH_ROCKCHIP) += \
rockchip-rk3588-sata1.dtbo \
rockchip-rk3588-sata2.dtbo \
rockchip-rk3588-i2c8-m2.dtbo \
rockchip-rk3588-pwm0-m0.dtbo \
rockchip-rk3588-pwm0-m1.dtbo \
rockchip-rk3588-pwm0-m2.dtbo \
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/dts-v1/;
/plugin/;

/ {
fragment@0 {
target = <&i2c8>;

__overlay__ {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&i2c8m2_xfer>;
};
};
};
1 change: 1 addition & 0 deletions patch/kernel/archive/rockchip-rk3588-6.8/overlay/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
dtbo-$(CONFIG_ARCH_ROCKCHIP) += \
rockchip-rk3588-sata1.dtbo \
rockchip-rk3588-sata2.dtbo \
rockchip-rk3588-i2c8-m2.dtbo \
rockchip-rk3588-pwm0-m0.dtbo \
rockchip-rk3588-pwm0-m1.dtbo \
rockchip-rk3588-pwm0-m2.dtbo \
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/dts-v1/;
/plugin/;

/ {
fragment@0 {
target = <&i2c8>;

__overlay__ {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&i2c8m2_xfer>;
};
};
};

0 comments on commit 1bedcec

Please sign in to comment.