summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/omap2420-n8x0-common.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/arm/omap2420-n8x0-common.dtsi')
-rw-r--r--dts/src/arm/omap2420-n8x0-common.dtsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/dts/src/arm/omap2420-n8x0-common.dtsi b/dts/src/arm/omap2420-n8x0-common.dtsi
index c9f1e93a95..8491f46c61 100644
--- a/dts/src/arm/omap2420-n8x0-common.dtsi
+++ b/dts/src/arm/omap2420-n8x0-common.dtsi
@@ -9,9 +9,9 @@
ocp {
i2c@0 {
compatible = "i2c-cbus-gpio";
- gpios = <&gpio3 2 0 /* gpio66 clk */
- &gpio3 1 0 /* gpio65 dat */
- &gpio3 0 0 /* gpio64 sel */
+ gpios = <&gpio3 2 GPIO_ACTIVE_HIGH /* gpio66 clk */
+ &gpio3 1 GPIO_ACTIVE_HIGH /* gpio65 dat */
+ &gpio3 0 GPIO_ACTIVE_HIGH /* gpio64 sel */
>;
#address-cells = <1>;
#size-cells = <0>;