linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/3] arm64: dts: qcom: msm8916-asus-z00l: Add touchscreen
@ 2021-10-12 11:27 J.R. Divya Antony
  2021-10-12 11:27 ` [PATCH v2 2/3] arm64: dts: qcom: msm8916-asus-z00l: Add SDCard J.R. Divya Antony
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: J.R. Divya Antony @ 2021-10-12 11:27 UTC (permalink / raw)
  To: bjorn.andersson; +Cc: linux-arm-msm, J.R. Divya Antony

Add support for touchscreen in this device.

Signed-off-by: J.R. Divya Antony <d.antony.jr@gmail.com>
---
 .../arm64/boot/dts/qcom/msm8916-asus-z00l.dts | 41 +++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/msm8916-asus-z00l.dts b/arch/arm64/boot/dts/qcom/msm8916-asus-z00l.dts
index cee451e59385..71f4aa16058f 100644
--- a/arch/arm64/boot/dts/qcom/msm8916-asus-z00l.dts
+++ b/arch/arm64/boot/dts/qcom/msm8916-asus-z00l.dts
@@ -4,6 +4,8 @@
 
 #include "msm8916-pm8916.dtsi"
 #include <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/input/input.h>
+#include <dt-bindings/interrupt-controller/irq.h>
 
 / {
 	model = "Asus Zenfone 2 Laser";
@@ -48,6 +50,29 @@ usb_id: usb-id {
 	};
 };
 
+&blsp_i2c5 {
+	status = "okay";
+
+	touchscreen@38 {
+		compatible = "edt,edt-ft5306";
+		reg = <0x38>;
+
+		interrupt-parent = <&msmgpio>;
+		interrupts = <13 IRQ_TYPE_EDGE_FALLING>;
+
+		reset-gpios = <&msmgpio 12 GPIO_ACTIVE_LOW>;
+
+		vcc-supply = <&pm8916_l11>;
+		iovcc-supply = <&pm8916_l6>;
+
+		touchscreen-size-x = <720>;
+		touchscreen-size-y = <1280>;
+
+		pinctrl-names = "default";
+		pinctrl-0 = <&touchscreen_default>;
+	};
+};
+
 &blsp1_uart2 {
 	status = "okay";
 };
@@ -185,6 +210,22 @@ gpio_keys_default: gpio-keys-default {
 		bias-pull-up;
 	};
 
+	touchscreen_default: touchscreen-default {
+		pins = "gpio13";
+		function = "gpio";
+
+		drive-strength = <2>;
+		bias-pull-up;
+
+		reset {
+			pins = "gpio12";
+			function = "gpio";
+
+			drive-strength = <2>;
+			bias-disable;
+		};
+	};
+
 	usb_id_default: usb-id-default {
 		pins = "gpio110";
 		function = "gpio";
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH v2 2/3] arm64: dts: qcom: msm8916-asus-z00l: Add SDCard
  2021-10-12 11:27 [PATCH v2 1/3] arm64: dts: qcom: msm8916-asus-z00l: Add touchscreen J.R. Divya Antony
@ 2021-10-12 11:27 ` J.R. Divya Antony
  2021-10-12 12:12   ` Stephan Gerhold
  2021-10-12 11:27 ` [PATCH v2 3/3] arm64: dts: qcom: msm8916-asus-z00l: Add sensors J.R. Divya Antony
  2021-10-12 12:11 ` [PATCH v2 1/3] arm64: dts: qcom: msm8916-asus-z00l: Add touchscreen Stephan Gerhold
  2 siblings, 1 reply; 6+ messages in thread
From: J.R. Divya Antony @ 2021-10-12 11:27 UTC (permalink / raw)
  To: bjorn.andersson; +Cc: linux-arm-msm, J.R. Divya Antony

Enable SDHCI (SD Card) Storage.

Signed-off-by: J.R. Divya Antony <d.antony.jr@gmail.com>
---
 .../arm64/boot/dts/qcom/msm8916-asus-z00l.dts | 33 +++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/msm8916-asus-z00l.dts b/arch/arm64/boot/dts/qcom/msm8916-asus-z00l.dts
index 71f4aa16058f..355c95365fcd 100644
--- a/arch/arm64/boot/dts/qcom/msm8916-asus-z00l.dts
+++ b/arch/arm64/boot/dts/qcom/msm8916-asus-z00l.dts
@@ -42,6 +42,21 @@ volume-down {
 		};
 	};
 
+	reg_sd_vmmc: regulator-sdcard-vmmc {
+		compatible = "regulator-fixed";
+		regulator-name = "sdcard-vmmc";
+		regulator-min-microvolt = <2950000>;
+		regulator-max-microvolt = <2950000>;
+
+		gpio = <&msmgpio 87 GPIO_ACTIVE_HIGH>;
+		enable-active-high;
+
+		startup-delay-us = <200>;
+
+		pinctrl-names = "default";
+		pinctrl-0 = <&sd_vmmc_en_default>;
+	};
+
 	usb_id: usb-id {
 		compatible = "linux,extcon-usb-gpio";
 		id-gpios = <&msmgpio 110 GPIO_ACTIVE_HIGH>;
@@ -89,6 +104,16 @@ &sdhc_1 {
 	pinctrl-1 = <&sdc1_clk_off &sdc1_cmd_off &sdc1_data_off>;
 };
 
+&sdhc_2 {
+	status = "okay";
+	vmmc-supply = <&reg_sd_vmmc>;
+
+	pinctrl-names = "default", "sleep";
+	pinctrl-0 = <&sdc2_clk_on &sdc2_cmd_on &sdc2_data_on &sdc2_cd_on>;
+	pinctrl-1 = <&sdc2_clk_off &sdc2_cmd_off &sdc2_data_off &sdc2_cd_off>;
+	cd-gpios = <&msmgpio 38 GPIO_ACTIVE_LOW>;
+};
+
 &usb {
 	status = "okay";
 	extcon = <&usb_id>, <&usb_id>;
@@ -210,6 +235,14 @@ gpio_keys_default: gpio-keys-default {
 		bias-pull-up;
 	};
 
+	sd_vmmc_en_default: sd-vmmc-en-default {
+		pins = "gpio87";
+		function = "gpio";
+
+		drive-strength = <2>;
+		bias-disable;
+	};
+
 	touchscreen_default: touchscreen-default {
 		pins = "gpio13";
 		function = "gpio";
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH v2 3/3] arm64: dts: qcom: msm8916-asus-z00l: Add sensors
  2021-10-12 11:27 [PATCH v2 1/3] arm64: dts: qcom: msm8916-asus-z00l: Add touchscreen J.R. Divya Antony
  2021-10-12 11:27 ` [PATCH v2 2/3] arm64: dts: qcom: msm8916-asus-z00l: Add SDCard J.R. Divya Antony
@ 2021-10-12 11:27 ` J.R. Divya Antony
  2021-10-12 12:14   ` Stephan Gerhold
  2021-10-12 12:11 ` [PATCH v2 1/3] arm64: dts: qcom: msm8916-asus-z00l: Add touchscreen Stephan Gerhold
  2 siblings, 1 reply; 6+ messages in thread
From: J.R. Divya Antony @ 2021-10-12 11:27 UTC (permalink / raw)
  To: bjorn.andersson; +Cc: linux-arm-msm, J.R. Divya Antony

This device has MPU-6515 imu and Asahi Kasei AK09911 magnetometer,
Add support for it.

Signed-off-by: J.R. Divya Antony <d.antony.jr@gmail.com>
---
 .../arm64/boot/dts/qcom/msm8916-asus-z00l.dts | 51 +++++++++++++++++++
 1 file changed, 51 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/msm8916-asus-z00l.dts b/arch/arm64/boot/dts/qcom/msm8916-asus-z00l.dts
index 355c95365fcd..c2afda74b5b3 100644
--- a/arch/arm64/boot/dts/qcom/msm8916-asus-z00l.dts
+++ b/arch/arm64/boot/dts/qcom/msm8916-asus-z00l.dts
@@ -65,6 +65,41 @@ usb_id: usb-id {
 	};
 };
 
+&blsp_i2c2 {
+	status = "okay";
+
+	magnetometer@c {
+		compatible = "asahi-kasei,ak09911";
+		reg = <0x0c>;
+
+		vdd-supply = <&pm8916_l8>;
+		vid-supply = <&pm8916_l6>;
+
+		reset-gpios = <&msmgpio 112 GPIO_ACTIVE_LOW>;
+
+		pinctrl-names = "default";
+		pinctrl-0 = <&mag_reset_default>;
+	};
+
+	imu@68 {
+		compatible = "invensense,mpu6515";
+		reg = <0x68>;
+
+		interrupt-parent = <&msmgpio>;
+		interrupts = <36 IRQ_TYPE_EDGE_RISING>;
+
+		vdd-supply = <&pm8916_l17>;
+		vddio-supply = <&pm8916_l6>;
+
+		pinctrl-names = "default";
+		pinctrl-0 = <&imu_default>;
+
+		mount-matrix = "1",  "0", "0",
+			       "0", "-1", "0",
+			       "0",  "0", "1";
+	};
+};
+
 &blsp_i2c5 {
 	status = "okay";
 
@@ -235,6 +270,22 @@ gpio_keys_default: gpio-keys-default {
 		bias-pull-up;
 	};
 
+	imu_default: imu-default {
+		pins = "gpio36";
+		function = "gpio";
+
+		drive-strength = <2>;
+		bias-disable;
+	};
+
+	mag_reset_default: mag-reset-default {
+		pins = "gpio112";
+		function = "gpio";
+
+		drive-strength = <2>;
+		bias-disable;
+	};
+
 	sd_vmmc_en_default: sd-vmmc-en-default {
 		pins = "gpio87";
 		function = "gpio";
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH v2 1/3] arm64: dts: qcom: msm8916-asus-z00l: Add touchscreen
  2021-10-12 11:27 [PATCH v2 1/3] arm64: dts: qcom: msm8916-asus-z00l: Add touchscreen J.R. Divya Antony
  2021-10-12 11:27 ` [PATCH v2 2/3] arm64: dts: qcom: msm8916-asus-z00l: Add SDCard J.R. Divya Antony
  2021-10-12 11:27 ` [PATCH v2 3/3] arm64: dts: qcom: msm8916-asus-z00l: Add sensors J.R. Divya Antony
@ 2021-10-12 12:11 ` Stephan Gerhold
  2 siblings, 0 replies; 6+ messages in thread
From: Stephan Gerhold @ 2021-10-12 12:11 UTC (permalink / raw)
  To: J.R. Divya Antony; +Cc: bjorn.andersson, linux-arm-msm

On Tue, Oct 12, 2021 at 04:57:33PM +0530, J.R. Divya Antony wrote:
> Add support for touchscreen in this device.
> 
> Signed-off-by: J.R. Divya Antony <d.antony.jr@gmail.com>

Reviewed-by: Stephan Gerhold <stephan@gerhold.net>

> ---
>  .../arm64/boot/dts/qcom/msm8916-asus-z00l.dts | 41 +++++++++++++++++++
>  1 file changed, 41 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/qcom/msm8916-asus-z00l.dts b/arch/arm64/boot/dts/qcom/msm8916-asus-z00l.dts
> index cee451e59385..71f4aa16058f 100644
> --- a/arch/arm64/boot/dts/qcom/msm8916-asus-z00l.dts
> +++ b/arch/arm64/boot/dts/qcom/msm8916-asus-z00l.dts
> @@ -4,6 +4,8 @@
>  
>  #include "msm8916-pm8916.dtsi"
>  #include <dt-bindings/gpio/gpio.h>
> +#include <dt-bindings/input/input.h>
> +#include <dt-bindings/interrupt-controller/irq.h>
>  
>  / {
>  	model = "Asus Zenfone 2 Laser";
> @@ -48,6 +50,29 @@ usb_id: usb-id {
>  	};
>  };
>  
> +&blsp_i2c5 {
> +	status = "okay";
> +
> +	touchscreen@38 {
> +		compatible = "edt,edt-ft5306";
> +		reg = <0x38>;
> +
> +		interrupt-parent = <&msmgpio>;
> +		interrupts = <13 IRQ_TYPE_EDGE_FALLING>;
> +
> +		reset-gpios = <&msmgpio 12 GPIO_ACTIVE_LOW>;
> +
> +		vcc-supply = <&pm8916_l11>;
> +		iovcc-supply = <&pm8916_l6>;
> +
> +		touchscreen-size-x = <720>;
> +		touchscreen-size-y = <1280>;
> +
> +		pinctrl-names = "default";
> +		pinctrl-0 = <&touchscreen_default>;
> +	};
> +};
> +
>  &blsp1_uart2 {
>  	status = "okay";
>  };
> @@ -185,6 +210,22 @@ gpio_keys_default: gpio-keys-default {
>  		bias-pull-up;
>  	};
>  
> +	touchscreen_default: touchscreen-default {
> +		pins = "gpio13";
> +		function = "gpio";
> +
> +		drive-strength = <2>;
> +		bias-pull-up;
> +
> +		reset {
> +			pins = "gpio12";
> +			function = "gpio";
> +
> +			drive-strength = <2>;
> +			bias-disable;
> +		};
> +	};
> +
>  	usb_id_default: usb-id-default {
>  		pins = "gpio110";
>  		function = "gpio";
> -- 
> 2.33.0
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH v2 2/3] arm64: dts: qcom: msm8916-asus-z00l: Add SDCard
  2021-10-12 11:27 ` [PATCH v2 2/3] arm64: dts: qcom: msm8916-asus-z00l: Add SDCard J.R. Divya Antony
@ 2021-10-12 12:12   ` Stephan Gerhold
  0 siblings, 0 replies; 6+ messages in thread
From: Stephan Gerhold @ 2021-10-12 12:12 UTC (permalink / raw)
  To: J.R. Divya Antony; +Cc: bjorn.andersson, linux-arm-msm

On Tue, Oct 12, 2021 at 04:57:34PM +0530, J.R. Divya Antony wrote:
> Enable SDHCI (SD Card) Storage.
> 
> Signed-off-by: J.R. Divya Antony <d.antony.jr@gmail.com>

Reviewed-by: Stephan Gerhold <stephan@gerhold.net>

> ---
>  .../arm64/boot/dts/qcom/msm8916-asus-z00l.dts | 33 +++++++++++++++++++
>  1 file changed, 33 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/qcom/msm8916-asus-z00l.dts b/arch/arm64/boot/dts/qcom/msm8916-asus-z00l.dts
> index 71f4aa16058f..355c95365fcd 100644
> --- a/arch/arm64/boot/dts/qcom/msm8916-asus-z00l.dts
> +++ b/arch/arm64/boot/dts/qcom/msm8916-asus-z00l.dts
> @@ -42,6 +42,21 @@ volume-down {
>  		};
>  	};
>  
> +	reg_sd_vmmc: regulator-sdcard-vmmc {
> +		compatible = "regulator-fixed";
> +		regulator-name = "sdcard-vmmc";
> +		regulator-min-microvolt = <2950000>;
> +		regulator-max-microvolt = <2950000>;
> +
> +		gpio = <&msmgpio 87 GPIO_ACTIVE_HIGH>;
> +		enable-active-high;
> +
> +		startup-delay-us = <200>;
> +
> +		pinctrl-names = "default";
> +		pinctrl-0 = <&sd_vmmc_en_default>;
> +	};
> +
>  	usb_id: usb-id {
>  		compatible = "linux,extcon-usb-gpio";
>  		id-gpios = <&msmgpio 110 GPIO_ACTIVE_HIGH>;
> @@ -89,6 +104,16 @@ &sdhc_1 {
>  	pinctrl-1 = <&sdc1_clk_off &sdc1_cmd_off &sdc1_data_off>;
>  };
>  
> +&sdhc_2 {
> +	status = "okay";
> +	vmmc-supply = <&reg_sd_vmmc>;
> +
> +	pinctrl-names = "default", "sleep";
> +	pinctrl-0 = <&sdc2_clk_on &sdc2_cmd_on &sdc2_data_on &sdc2_cd_on>;
> +	pinctrl-1 = <&sdc2_clk_off &sdc2_cmd_off &sdc2_data_off &sdc2_cd_off>;
> +	cd-gpios = <&msmgpio 38 GPIO_ACTIVE_LOW>;
> +};
> +
>  &usb {
>  	status = "okay";
>  	extcon = <&usb_id>, <&usb_id>;
> @@ -210,6 +235,14 @@ gpio_keys_default: gpio-keys-default {
>  		bias-pull-up;
>  	};
>  
> +	sd_vmmc_en_default: sd-vmmc-en-default {
> +		pins = "gpio87";
> +		function = "gpio";
> +
> +		drive-strength = <2>;
> +		bias-disable;
> +	};
> +
>  	touchscreen_default: touchscreen-default {
>  		pins = "gpio13";
>  		function = "gpio";
> -- 
> 2.33.0
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH v2 3/3] arm64: dts: qcom: msm8916-asus-z00l: Add sensors
  2021-10-12 11:27 ` [PATCH v2 3/3] arm64: dts: qcom: msm8916-asus-z00l: Add sensors J.R. Divya Antony
@ 2021-10-12 12:14   ` Stephan Gerhold
  0 siblings, 0 replies; 6+ messages in thread
From: Stephan Gerhold @ 2021-10-12 12:14 UTC (permalink / raw)
  To: J.R. Divya Antony; +Cc: bjorn.andersson, linux-arm-msm

On Tue, Oct 12, 2021 at 04:57:35PM +0530, J.R. Divya Antony wrote:
> This device has MPU-6515 imu and Asahi Kasei AK09911 magnetometer,
> Add support for it.
> 
> Signed-off-by: J.R. Divya Antony <d.antony.jr@gmail.com>

Reviewed-by: Stephan Gerhold <stephan@gerhold.net>

> ---
>  .../arm64/boot/dts/qcom/msm8916-asus-z00l.dts | 51 +++++++++++++++++++
>  1 file changed, 51 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/qcom/msm8916-asus-z00l.dts b/arch/arm64/boot/dts/qcom/msm8916-asus-z00l.dts
> index 355c95365fcd..c2afda74b5b3 100644
> --- a/arch/arm64/boot/dts/qcom/msm8916-asus-z00l.dts
> +++ b/arch/arm64/boot/dts/qcom/msm8916-asus-z00l.dts
> @@ -65,6 +65,41 @@ usb_id: usb-id {
>  	};
>  };
>  
> +&blsp_i2c2 {
> +	status = "okay";
> +
> +	magnetometer@c {
> +		compatible = "asahi-kasei,ak09911";
> +		reg = <0x0c>;
> +
> +		vdd-supply = <&pm8916_l8>;
> +		vid-supply = <&pm8916_l6>;
> +
> +		reset-gpios = <&msmgpio 112 GPIO_ACTIVE_LOW>;
> +
> +		pinctrl-names = "default";
> +		pinctrl-0 = <&mag_reset_default>;
> +	};
> +
> +	imu@68 {
> +		compatible = "invensense,mpu6515";
> +		reg = <0x68>;
> +
> +		interrupt-parent = <&msmgpio>;
> +		interrupts = <36 IRQ_TYPE_EDGE_RISING>;
> +
> +		vdd-supply = <&pm8916_l17>;
> +		vddio-supply = <&pm8916_l6>;
> +
> +		pinctrl-names = "default";
> +		pinctrl-0 = <&imu_default>;
> +
> +		mount-matrix = "1",  "0", "0",
> +			       "0", "-1", "0",
> +			       "0",  "0", "1";
> +	};
> +};
> +
>  &blsp_i2c5 {
>  	status = "okay";
>  
> @@ -235,6 +270,22 @@ gpio_keys_default: gpio-keys-default {
>  		bias-pull-up;
>  	};
>  
> +	imu_default: imu-default {
> +		pins = "gpio36";
> +		function = "gpio";
> +
> +		drive-strength = <2>;
> +		bias-disable;
> +	};
> +
> +	mag_reset_default: mag-reset-default {
> +		pins = "gpio112";
> +		function = "gpio";
> +
> +		drive-strength = <2>;
> +		bias-disable;
> +	};
> +
>  	sd_vmmc_en_default: sd-vmmc-en-default {
>  		pins = "gpio87";
>  		function = "gpio";
> -- 
> 2.33.0
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-10-12 12:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-12 11:27 [PATCH v2 1/3] arm64: dts: qcom: msm8916-asus-z00l: Add touchscreen J.R. Divya Antony
2021-10-12 11:27 ` [PATCH v2 2/3] arm64: dts: qcom: msm8916-asus-z00l: Add SDCard J.R. Divya Antony
2021-10-12 12:12   ` Stephan Gerhold
2021-10-12 11:27 ` [PATCH v2 3/3] arm64: dts: qcom: msm8916-asus-z00l: Add sensors J.R. Divya Antony
2021-10-12 12:14   ` Stephan Gerhold
2021-10-12 12:11 ` [PATCH v2 1/3] arm64: dts: qcom: msm8916-asus-z00l: Add touchscreen Stephan Gerhold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).