dts: sync w400_a form W400 [1/1]

PD#SWPL-15005

Problem:
sync w400_a form W400

Solution:
sync w400_a form W400

Verify:
Verify by Android P w400_a

Change-Id: I0ace7496f26bacac6343fd772ec2ab8c87721e76
Signed-off-by: GongWei Chen <gongwei.chen@amlogic.com>
This commit is contained in:
Gongwei Chen
2019-10-28 11:17:40 +08:00
committed by Chris KIM
parent ba1b9a27fd
commit 49a6fa0abe
2 changed files with 20 additions and 10 deletions

View File

@@ -483,6 +483,9 @@
gamma_en = <0>;/*1:enabel ;0:disable*/
wb_en = <0>;/*1:enabel ;0:disable*/
cm_en = <0>;/*1:enabel ;0:disable*/
interrupts = <0 56 1>;
interrupt-names = "vsync2";
};
amdolby_vision {
compatible = "amlogic, dolby_vision_g12a";
@@ -753,7 +756,7 @@
sensor: sensor {
compatible = "soc, sensor";
status = "okay";
sensor-name = "imx290"; /*imx290;os08a10;imx227*/
sensor-name = "os08a10"; /*imx290;os08a10;imx227*/
pinctrl-names="default";
pinctrl-0=<&clk12_24_z_pins>;
clocks = <&clkc CLKID_24M>;
@@ -766,7 +769,7 @@
iq: iq {
compatible = "soc, iq";
status = "okay";
sensor-name = "imx290"; /*imx290;os08a10;imx227*/
sensor-name = "os08a10"; /*imx290;os08a10;imx227*/
};
}; /* end of / */
@@ -851,12 +854,13 @@
touchscreen@38 {
compatible = "focaltech,fts";
status = "disabled";
status = "okay";
reg = <0x38>;
reset-gpio = <&gpio GPIOZ_9 GPIO_ACTIVE_HIGH>;
irq-gpio = <&gpio GPIOZ_3 GPIO_ACTIVE_HIGH>;
x_max = <720>;
y_max = <1280>;
x_max = <1280>;
y_max = <720>;
rotation = <1>;
max-touch-number = <10>;
};
};
@@ -874,6 +878,7 @@
reg = <0x31>;
status = "okay";
reset_pin = <&gpio GPIOA_5 0>;
no_mclk;
};
tlv320adc3101_32: tlv320adc3101_32@32 {

View File

@@ -484,6 +484,9 @@
gamma_en = <0>;/*1:enabel ;0:disable*/
wb_en = <0>;/*1:enabel ;0:disable*/
cm_en = <0>;/*1:enabel ;0:disable*/
interrupts = <0 56 1>;
interrupt-names = "vsync2";
};
amdolby_vision {
compatible = "amlogic, dolby_vision_g12a";
@@ -753,7 +756,7 @@
sensor: sensor {
compatible = "soc, sensor";
status = "okay";
sensor-name = "imx290"; /*imx290;os08a10;imx227*/
sensor-name = "os08a10"; /*imx290;os08a10;imx227*/
pinctrl-names="default";
pinctrl-0=<&clk12_24_z_pins>;
clocks = <&clkc CLKID_24M>;
@@ -766,7 +769,7 @@
iq: iq {
compatible = "soc, iq";
status = "okay";
sensor-name = "imx290"; /*imx290;os08a10;imx227*/
sensor-name = "os08a10"; /*imx290;os08a10;imx227*/
};
}; /* end of / */
@@ -851,12 +854,13 @@
touchscreen@38 {
compatible = "focaltech,fts";
status = "disabled";
status = "okay";
reg = <0x38>;
reset-gpio = <&gpio GPIOZ_9 GPIO_ACTIVE_HIGH>;
irq-gpio = <&gpio GPIOZ_3 GPIO_ACTIVE_HIGH>;
x_max = <720>;
y_max = <1280>;
x_max = <1280>;
y_max = <720>;
rotation = <1>;
max-touch-number = <10>;
};
};
@@ -874,6 +878,7 @@
reg = <0x31>;
status = "okay";
reset_pin = <&gpio GPIOA_5 0>;
no_mclk;
};
tlv320adc3101_32: tlv320adc3101_32@32 {