> + i2cddc: i2c@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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html