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

Commit 8c653bd5 authored by Naveen Krishna's avatar Naveen Krishna Committed by laxman
Browse files

Add support for new A-board and new 20801 Hw id

Change-Id: I2950363fc96668375cebe3a3efd3af803af19ae5
parent c6814f9c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
	/*we can add project id to this array,uefi can auto read it,if new project,we add to this array */
	oem,project-id = <20801>;
	/*we can add hw id to this array,uefi can auto read it,if new hw,we add to this array  */
	oem,hw-id = <11 12 13 14 34 53 54>;
	oem,hw-id = <11 12 13 14 21 22 23 24 25 34 53 54>;
};

&ufsphy_mem {
+13 −1
Original line number Diff line number Diff line
@@ -280,6 +280,17 @@
			bias-pull-up;
		};
	};
	ab_id0_suspend: ab_id0_suspend {
		mux {
			pins = "gpio58";
			function = "gpio";
		};
		config {
			pins = "gpio58";
			drive-strength = <2>;
			bias-pull-down;
		};
	};
	ab_id0_sleep: ab_id0_sleep {
		mux {
			pins = "gpio58";
@@ -601,9 +612,10 @@
		compatible = "oem,aboard";
		interrupt-parent = <&tlmm>;
		oem,aboard-gpio-0 = <&tlmm 58 0>;
		pinctrl-names = "oem_aboard_active","oem_aboard_sleep";
		pinctrl-names = "oem_aboard_active","oem_aboard_sleep","oem_aboard_suspend";
		pinctrl-0 = <&ab_id0_active>;
		pinctrl-1 = <&ab_id0_sleep>;
		pinctrl-2 = <&ab_id0_suspend>;
	};

	bootloader_log {