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

Commit 1966d889 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: media: Add Altek mini isp support for sdm845 robotics"

parents 44a0274a 005e9b21
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -322,3 +322,4 @@ zyxel ZyXEL Communications Corp.
inven   InvenSense, Inc.
cy      Parade.
awinic  Shanghai Awinic Technology Co., Ltd.
altek	Altek Corporation
+14 −0
Original line number Diff line number Diff line
@@ -331,3 +331,17 @@
		clock-rates = <24000000>;
	};
};

&qupv3_se5_spi {
	status = "ok";
	mini_isp@0 {
		compatible = "altek,isp";
		reg = <0>;
		spi-max-frequency = <50000000>;
		spi-cpol;
		spi-cpha;
		/*spi-cs-high;*/
		irq-gpios = <&tlmm 24 0x00>;
		status = "ok";
	};
};
+14 −0
Original line number Diff line number Diff line
@@ -580,3 +580,17 @@
		clock-rates = <24000000>;
	};
};

&qupv3_se15_spi {
	status = "ok";
	mini_isp@0 {
		compatible = "altek,isp";
		reg = <0>;
		spi-max-frequency = <50000000>;
		spi-cpol;
		spi-cpha;
		/*spi-cs-high;*/
		irq-gpios = <&tlmm 121 0x00>;
		status = "ok";
	};
};
+6 −0
Original line number Diff line number Diff line
@@ -42,3 +42,9 @@
	};

};

&soc {
	qcom,qbt1000 {
		status = "disabled";
	};
};