[PATCH v2 1/2] ARM: dts: imx6: Add support for Toradex Apalis iMX6Q/D SoM

Petr Štetiar ynezz at true.cz
Fri Jan 8 00:57:34 PST 2016


> +	i2cddc: i2c at 0 {
> +		gpios = <&gpio3 16 GPIO_ACTIVE_HIGH /* sda */
> +			 &gpio2 30 GPIO_ACTIVE_HIGH /* scl */
> +			>;

According to one of the comments, it should be changed to the following:

		sda-gpios = <&gpio3 16 GPIO_ACTIVE_HIGH>;
		scl-gpios = <&gpio2 30 GPIO_ACTIVE_HIGH>;

-- ynezz



More information about the linux-arm-kernel mailing list