Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c177c4a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Enable io-expander sx1509q on APQ8017"

parents 0a166559 b843299e
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -245,6 +245,23 @@
	};
};

/* SX1509q i/o expander */
&i2c_2 {
	status = "ok";
	ioexp2_gpios: sx150x@3e {
		status = "ok";
		compatible = "sx1509q";
		#gpio-cells = <2>;
		gpio-controller;
		reg = <0x3E>; /* I2C Client Addr */
		sx150x,pullup_ena = <0x0>;
		sx150x,pulldn_ena = <0x0>;
		sx150x,float_ena = <0x00>;
		sx150x,polarity = <0x0>;
		sx150x,gpio_base= <300>;
	};
};

/* SX1508q i/o expander */
&i2c_4 {
	status = "ok";