mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 13:43:21 -04:00
arm64: dts: imx8mp-verdin: add single-master property to all i2c nodes
By default we expect all i2c nodes to be single-master, we do not have any module or carrier board that uses multi-master mode on any i2c controller. With this property set, we benefit from optimisations made exclusively for single-masters. Signed-off-by: Stefan Eichenberger <stefan.eichenberger@toradex.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
committed by
Shawn Guo
parent
85d65eeb8e
commit
8328148ae4
@@ -478,6 +478,7 @@ &i2c1 {
|
||||
pinctrl-1 = <&pinctrl_i2c1_gpio>;
|
||||
scl-gpios = <&gpio5 14 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
|
||||
sda-gpios = <&gpio5 15 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
|
||||
single-master;
|
||||
status = "okay";
|
||||
|
||||
pca9450: pmic@25 {
|
||||
@@ -670,6 +671,7 @@ &i2c2 {
|
||||
pinctrl-1 = <&pinctrl_i2c2_gpio>;
|
||||
scl-gpios = <&gpio5 16 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
|
||||
sda-gpios = <&gpio5 17 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
|
||||
single-master;
|
||||
|
||||
atmel_mxt_ts_mezzanine: touch-mezzanine@4a {
|
||||
compatible = "atmel,maxtouch";
|
||||
@@ -691,6 +693,7 @@ &i2c3 {
|
||||
pinctrl-1 = <&pinctrl_i2c3_gpio>;
|
||||
scl-gpios = <&gpio5 18 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
|
||||
sda-gpios = <&gpio5 19 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
|
||||
single-master;
|
||||
};
|
||||
|
||||
/* Verdin I2C_1 */
|
||||
@@ -701,6 +704,7 @@ &i2c4 {
|
||||
pinctrl-1 = <&pinctrl_i2c4_gpio>;
|
||||
scl-gpios = <&gpio5 20 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
|
||||
sda-gpios = <&gpio5 21 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
|
||||
single-master;
|
||||
|
||||
gpio_expander_21: gpio-expander@21 {
|
||||
compatible = "nxp,pcal6416";
|
||||
@@ -789,6 +793,7 @@ &i2c5 {
|
||||
pinctrl-1 = <&pinctrl_i2c5_gpio>;
|
||||
scl-gpios = <&gpio3 26 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
|
||||
sda-gpios = <&gpio3 27 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
|
||||
single-master;
|
||||
};
|
||||
|
||||
/* Verdin PCIE_1 */
|
||||
|
||||
Reference in New Issue
Block a user