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

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

Merge "arm: 8092: Add tuner i2c and io expander support on DTV"

parents 1b4769a4 0a13a0e7
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
@@ -44,6 +44,30 @@
					&ts_in_1_a_valid_active
					&ts_in_1_a_ser_active>;	/* dual-ts */
	};

	i2c@f9967000 {
		status = "ok";
	};

	i2c@f9966000 {
		status = "ok";
	};

	i2c@f9966000 {
		ioexp_gpios: io_exp@3e {
			#gpio-cells = <2>;
                        compatible = "sx1509q";
			gpio-controller;
			reg = <0x3e>;
			sx150x,pullup_ena = <0x00>;
			sx150x,pulldn_ena = <0x00>;
			sx150x,float_ena  = <0x00>;
			sx150x,polarity = <0x00>;
			sx150x,reset_onprobe;
			sx150x,reset_gpio = <&msmgpio 37 0x00>;
			label = "ioexp-gpio";
		};
	};
};

&blsp1_uart5 {