Skip to content

Commit

Permalink
Merge pull request radxa-pkg#302 from nascs/i2c3_exclusive
Browse files Browse the repository at this point in the history
rock 3c: add exclusive for i2c3
  • Loading branch information
RadxaYuntian authored Apr 23, 2024
2 parents cf776df + 6382e47 commit 1ef3188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/overlays/rk3568-i2c3-m0.dts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
title = "Enable I2C3-M0";
compatible = "radxa,rock-3a", "radxa,rock-3b", "radxa,rock-3c", "radxa,zero3", "radxa,e25";
category = "misc";
exclusive = "GPIO1_A0", "GPIO1_A1";
exclusive = "GPIO1_A0", "GPIO1_A1", "i2c3";
description = "Enable I2C3-M0.\nOn Radxa ROCK 3A <= 1.2 this is SDA pin 3 and SCL pin 5.\nOn Radxa ROCK 3A >= 1.3 this is SDA pin 3 and SCL pin 5.\nOn Radxa ROCK 3B this is SDA pin 3 and SCL pin 5.\nOn Radxa ROCK 3C this is SDA pin 3 and SCL pin 5.\nOn Radxa ZERO 3 this is SDA pin 3 and SCL pin 5.\nOn Radxa E25 this is SDA pin3 and SCL pin 5.";
};
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
title = "Enable Raspberry Pi 7-inch Touchscreen";
compatible = "radxa,rock-3c";
category = "display";
exclusive = "video_phy1";
exclusive = "video_phy1", "i2c3";
description = "Enable Raspberry Pi 7-inch Touchscreen.";
};
};
Expand Down

0 comments on commit 1ef3188

Please sign in to comment.