|
@@ -11,6 +11,7 @@
|
|
|
/dts-v1/;
|
|
/dts-v1/;
|
|
|
#include <dt-bindings/input/input.h>
|
|
#include <dt-bindings/input/input.h>
|
|
|
#include <dt-bindings/gpio/gpio.h>
|
|
#include <dt-bindings/gpio/gpio.h>
|
|
|
|
|
+#include <dt-bindings/interrupt-controller/irq.h>
|
|
|
#include "exynos5420.dtsi"
|
|
#include "exynos5420.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
/ {
|
|
@@ -30,11 +31,12 @@
|
|
|
i2c20 = "/spi@12d40000/cros-ec@0/i2c-tunnel";
|
|
i2c20 = "/spi@12d40000/cros-ec@0/i2c-tunnel";
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
- backlight {
|
|
|
|
|
|
|
+ backlight: backlight {
|
|
|
compatible = "pwm-backlight";
|
|
compatible = "pwm-backlight";
|
|
|
pwms = <&pwm 0 1000000 0>;
|
|
pwms = <&pwm 0 1000000 0>;
|
|
|
brightness-levels = <0 100 500 1000 1500 2000 2500 2800>;
|
|
brightness-levels = <0 100 500 1000 1500 2000 2500 2800>;
|
|
|
default-brightness-level = <7>;
|
|
default-brightness-level = <7>;
|
|
|
|
|
+ power-supply = <&tps65090_fet1>;
|
|
|
pinctrl-0 = <&pwm0_out>;
|
|
pinctrl-0 = <&pwm0_out>;
|
|
|
pinctrl-names = "default";
|
|
pinctrl-names = "default";
|
|
|
};
|
|
};
|
|
@@ -100,6 +102,17 @@
|
|
|
regulator-boot-on;
|
|
regulator-boot-on;
|
|
|
regulator-always-on;
|
|
regulator-always-on;
|
|
|
};
|
|
};
|
|
|
|
|
+
|
|
|
|
|
+ panel: panel {
|
|
|
|
|
+ compatible = "auo,b116xw03";
|
|
|
|
|
+ power-supply = <&tps65090_fet6>;
|
|
|
|
|
+ backlight = <&backlight>;
|
|
|
|
|
+ };
|
|
|
|
|
+};
|
|
|
|
|
+
|
|
|
|
|
+&adc {
|
|
|
|
|
+ status = "okay";
|
|
|
|
|
+ vdd-supply = <&ldo9_reg>;
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
&dp {
|
|
&dp {
|
|
@@ -113,22 +126,7 @@
|
|
|
samsung,link-rate = <0x06>;
|
|
samsung,link-rate = <0x06>;
|
|
|
samsung,lane-count = <2>;
|
|
samsung,lane-count = <2>;
|
|
|
samsung,hpd-gpio = <&gpx2 6 0>;
|
|
samsung,hpd-gpio = <&gpx2 6 0>;
|
|
|
-
|
|
|
|
|
- display-timings {
|
|
|
|
|
- native-mode = <&timing1>;
|
|
|
|
|
-
|
|
|
|
|
- timing1: timing@1 {
|
|
|
|
|
- clock-frequency = <70589280>;
|
|
|
|
|
- hactive = <1366>;
|
|
|
|
|
- vactive = <768>;
|
|
|
|
|
- hfront-porch = <40>;
|
|
|
|
|
- hback-porch = <40>;
|
|
|
|
|
- hsync-len = <32>;
|
|
|
|
|
- vback-porch = <10>;
|
|
|
|
|
- vfront-porch = <12>;
|
|
|
|
|
- vsync-len = <6>;
|
|
|
|
|
- };
|
|
|
|
|
- };
|
|
|
|
|
|
|
+ bridge = <&ps8625>;
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
&fimd {
|
|
&fimd {
|
|
@@ -142,10 +140,348 @@
|
|
|
pinctrl-names = "default";
|
|
pinctrl-names = "default";
|
|
|
pinctrl-0 = <&hdmi_hpd_irq>;
|
|
pinctrl-0 = <&hdmi_hpd_irq>;
|
|
|
ddc = <&i2c_2>;
|
|
ddc = <&i2c_2>;
|
|
|
|
|
+
|
|
|
|
|
+ hdmi-en-supply = <&tps65090_fet7>;
|
|
|
|
|
+ vdd-supply = <&ldo8_reg>;
|
|
|
|
|
+ vdd_osc-supply = <&ldo10_reg>;
|
|
|
|
|
+ vdd_pll-supply = <&ldo8_reg>;
|
|
|
|
|
+};
|
|
|
|
|
+
|
|
|
|
|
+&hsi2c_4 {
|
|
|
|
|
+ status = "okay";
|
|
|
|
|
+ clock-frequency = <400000>;
|
|
|
|
|
+
|
|
|
|
|
+ max77802-pmic@9 {
|
|
|
|
|
+ compatible = "maxim,max77802";
|
|
|
|
|
+ interrupt-parent = <&gpx3>;
|
|
|
|
|
+ interrupts = <1 IRQ_TYPE_NONE>;
|
|
|
|
|
+ pinctrl-names = "default";
|
|
|
|
|
+ pinctrl-0 = <&max77802_irq>, <&pmic_selb>,
|
|
|
|
|
+ <&pmic_dvs_1>, <&pmic_dvs_2>, <&pmic_dvs_3>;
|
|
|
|
|
+ wakeup-source;
|
|
|
|
|
+ reg = <0x9>;
|
|
|
|
|
+ #clock-cells = <1>;
|
|
|
|
|
+
|
|
|
|
|
+ inb1-supply = <&tps65090_dcdc2>;
|
|
|
|
|
+ inb2-supply = <&tps65090_dcdc1>;
|
|
|
|
|
+ inb3-supply = <&tps65090_dcdc2>;
|
|
|
|
|
+ inb4-supply = <&tps65090_dcdc2>;
|
|
|
|
|
+ inb5-supply = <&tps65090_dcdc1>;
|
|
|
|
|
+ inb6-supply = <&tps65090_dcdc2>;
|
|
|
|
|
+ inb7-supply = <&tps65090_dcdc1>;
|
|
|
|
|
+ inb8-supply = <&tps65090_dcdc1>;
|
|
|
|
|
+ inb9-supply = <&tps65090_dcdc1>;
|
|
|
|
|
+ inb10-supply = <&tps65090_dcdc1>;
|
|
|
|
|
+
|
|
|
|
|
+ inl1-supply = <&buck5_reg>;
|
|
|
|
|
+ inl2-supply = <&buck7_reg>;
|
|
|
|
|
+ inl3-supply = <&buck9_reg>;
|
|
|
|
|
+ inl4-supply = <&buck9_reg>;
|
|
|
|
|
+ inl5-supply = <&buck9_reg>;
|
|
|
|
|
+ inl6-supply = <&tps65090_dcdc2>;
|
|
|
|
|
+ inl7-supply = <&buck9_reg>;
|
|
|
|
|
+ inl9-supply = <&tps65090_dcdc2>;
|
|
|
|
|
+ inl10-supply = <&buck7_reg>;
|
|
|
|
|
+
|
|
|
|
|
+ regulators {
|
|
|
|
|
+ buck1_reg: BUCK1 {
|
|
|
|
|
+ regulator-name = "vdd_mif";
|
|
|
|
|
+ regulator-min-microvolt = <800000>;
|
|
|
|
|
+ regulator-max-microvolt = <1300000>;
|
|
|
|
|
+ regulator-always-on;
|
|
|
|
|
+ regulator-boot-on;
|
|
|
|
|
+ regulator-ramp-delay = <12500>;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ buck2_reg: BUCK2 {
|
|
|
|
|
+ regulator-name = "vdd_arm";
|
|
|
|
|
+ regulator-min-microvolt = <800000>;
|
|
|
|
|
+ regulator-max-microvolt = <1500000>;
|
|
|
|
|
+ regulator-always-on;
|
|
|
|
|
+ regulator-boot-on;
|
|
|
|
|
+ regulator-ramp-delay = <12500>;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ buck3_reg: BUCK3 {
|
|
|
|
|
+ regulator-name = "vdd_int";
|
|
|
|
|
+ regulator-min-microvolt = <800000>;
|
|
|
|
|
+ regulator-max-microvolt = <1400000>;
|
|
|
|
|
+ regulator-always-on;
|
|
|
|
|
+ regulator-boot-on;
|
|
|
|
|
+ regulator-ramp-delay = <12500>;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ buck4_reg: BUCK4 {
|
|
|
|
|
+ regulator-name = "vdd_g3d";
|
|
|
|
|
+ regulator-min-microvolt = <700000>;
|
|
|
|
|
+ regulator-max-microvolt = <1400000>;
|
|
|
|
|
+ regulator-always-on;
|
|
|
|
|
+ regulator-boot-on;
|
|
|
|
|
+ regulator-ramp-delay = <12500>;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ buck5_reg: BUCK5 {
|
|
|
|
|
+ regulator-name = "vdd_1v2";
|
|
|
|
|
+ regulator-min-microvolt = <1200000>;
|
|
|
|
|
+ regulator-max-microvolt = <1200000>;
|
|
|
|
|
+ regulator-always-on;
|
|
|
|
|
+ regulator-boot-on;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ buck6_reg: BUCK6 {
|
|
|
|
|
+ regulator-name = "vdd_kfc";
|
|
|
|
|
+ regulator-min-microvolt = <800000>;
|
|
|
|
|
+ regulator-max-microvolt = <1500000>;
|
|
|
|
|
+ regulator-always-on;
|
|
|
|
|
+ regulator-boot-on;
|
|
|
|
|
+ regulator-ramp-delay = <12500>;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ buck7_reg: BUCK7 {
|
|
|
|
|
+ regulator-name = "vdd_1v35";
|
|
|
|
|
+ regulator-min-microvolt = <1350000>;
|
|
|
|
|
+ regulator-max-microvolt = <1350000>;
|
|
|
|
|
+ regulator-always-on;
|
|
|
|
|
+ regulator-boot-on;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ buck8_reg: BUCK8 {
|
|
|
|
|
+ regulator-name = "vdd_emmc";
|
|
|
|
|
+ regulator-min-microvolt = <2850000>;
|
|
|
|
|
+ regulator-max-microvolt = <2850000>;
|
|
|
|
|
+ regulator-always-on;
|
|
|
|
|
+ regulator-boot-on;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ buck9_reg: BUCK9 {
|
|
|
|
|
+ regulator-name = "vdd_2v";
|
|
|
|
|
+ regulator-min-microvolt = <2000000>;
|
|
|
|
|
+ regulator-max-microvolt = <2000000>;
|
|
|
|
|
+ regulator-always-on;
|
|
|
|
|
+ regulator-boot-on;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ buck10_reg: BUCK10 {
|
|
|
|
|
+ regulator-name = "vdd_1v8";
|
|
|
|
|
+ regulator-min-microvolt = <1800000>;
|
|
|
|
|
+ regulator-max-microvolt = <1800000>;
|
|
|
|
|
+ regulator-always-on;
|
|
|
|
|
+ regulator-boot-on;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ ldo1_reg: LDO1 {
|
|
|
|
|
+ regulator-name = "vdd_1v0";
|
|
|
|
|
+ regulator-min-microvolt = <1000000>;
|
|
|
|
|
+ regulator-max-microvolt = <1000000>;
|
|
|
|
|
+ regulator-always-on;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ ldo2_reg: LDO2 {
|
|
|
|
|
+ regulator-name = "vdd_1v2_2";
|
|
|
|
|
+ regulator-min-microvolt = <1200000>;
|
|
|
|
|
+ regulator-max-microvolt = <1200000>;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ ldo3_reg: LDO3 {
|
|
|
|
|
+ regulator-name = "vdd_1v8_3";
|
|
|
|
|
+ regulator-min-microvolt = <1800000>;
|
|
|
|
|
+ regulator-max-microvolt = <1800000>;
|
|
|
|
|
+ regulator-always-on;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ vqmmc_sdcard: ldo4_reg: LDO4 {
|
|
|
|
|
+ regulator-name = "vdd_sd";
|
|
|
|
|
+ regulator-min-microvolt = <1800000>;
|
|
|
|
|
+ regulator-max-microvolt = <2800000>;
|
|
|
|
|
+ regulator-always-on;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ ldo5_reg: LDO5 {
|
|
|
|
|
+ regulator-name = "vdd_1v8_5";
|
|
|
|
|
+ regulator-min-microvolt = <1800000>;
|
|
|
|
|
+ regulator-max-microvolt = <1800000>;
|
|
|
|
|
+ regulator-always-on;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ ldo6_reg: LDO6 {
|
|
|
|
|
+ regulator-name = "vdd_1v8_6";
|
|
|
|
|
+ regulator-min-microvolt = <1800000>;
|
|
|
|
|
+ regulator-max-microvolt = <1800000>;
|
|
|
|
|
+ regulator-always-on;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ ldo7_reg: LDO7 {
|
|
|
|
|
+ regulator-name = "vdd_1v8_7";
|
|
|
|
|
+ regulator-min-microvolt = <1800000>;
|
|
|
|
|
+ regulator-max-microvolt = <1800000>;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ ldo8_reg: LDO8 {
|
|
|
|
|
+ regulator-name = "vdd_ldo8";
|
|
|
|
|
+ regulator-min-microvolt = <1000000>;
|
|
|
|
|
+ regulator-max-microvolt = <1000000>;
|
|
|
|
|
+ regulator-always-on;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ ldo9_reg: LDO9 {
|
|
|
|
|
+ regulator-name = "vdd_ldo9";
|
|
|
|
|
+ regulator-min-microvolt = <1800000>;
|
|
|
|
|
+ regulator-max-microvolt = <1800000>;
|
|
|
|
|
+ regulator-always-on;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ ldo10_reg: LDO10 {
|
|
|
|
|
+ regulator-name = "vdd_ldo10";
|
|
|
|
|
+ regulator-min-microvolt = <1800000>;
|
|
|
|
|
+ regulator-max-microvolt = <1800000>;
|
|
|
|
|
+ regulator-always-on;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ ldo11_reg: LDO11 {
|
|
|
|
|
+ regulator-name = "vdd_ldo11";
|
|
|
|
|
+ regulator-min-microvolt = <1800000>;
|
|
|
|
|
+ regulator-max-microvolt = <1800000>;
|
|
|
|
|
+ regulator-always-on;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ ldo12_reg: LDO12 {
|
|
|
|
|
+ regulator-name = "vdd_ldo12";
|
|
|
|
|
+ regulator-min-microvolt = <3000000>;
|
|
|
|
|
+ regulator-max-microvolt = <3000000>;
|
|
|
|
|
+ regulator-always-on;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ ldo13_reg: LDO13 {
|
|
|
|
|
+ regulator-name = "vdd_ldo13";
|
|
|
|
|
+ regulator-min-microvolt = <1800000>;
|
|
|
|
|
+ regulator-max-microvolt = <1800000>;
|
|
|
|
|
+ regulator-always-on;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ ldo14_reg: LDO14 {
|
|
|
|
|
+ regulator-name = "vdd_ldo14";
|
|
|
|
|
+ regulator-min-microvolt = <1800000>;
|
|
|
|
|
+ regulator-max-microvolt = <1800000>;
|
|
|
|
|
+ regulator-always-on;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ ldo15_reg: LDO15 {
|
|
|
|
|
+ regulator-name = "vdd_ldo15";
|
|
|
|
|
+ regulator-min-microvolt = <1000000>;
|
|
|
|
|
+ regulator-max-microvolt = <1000000>;
|
|
|
|
|
+ regulator-always-on;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ ldo17_reg: LDO17 {
|
|
|
|
|
+ regulator-name = "vdd_g3ds";
|
|
|
|
|
+ regulator-min-microvolt = <900000>;
|
|
|
|
|
+ regulator-max-microvolt = <1400000>;
|
|
|
|
|
+ regulator-always-on;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ ldo18_reg: LDO18 {
|
|
|
|
|
+ regulator-name = "ldo_18";
|
|
|
|
|
+ regulator-min-microvolt = <1800000>;
|
|
|
|
|
+ regulator-max-microvolt = <1800000>;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ ldo19_reg: LDO19 {
|
|
|
|
|
+ regulator-name = "ldo_19";
|
|
|
|
|
+ regulator-min-microvolt = <1800000>;
|
|
|
|
|
+ regulator-max-microvolt = <1800000>;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ ldo20_reg: LDO20 {
|
|
|
|
|
+ regulator-name = "ldo_20";
|
|
|
|
|
+ regulator-min-microvolt = <1800000>;
|
|
|
|
|
+ regulator-max-microvolt = <1800000>;
|
|
|
|
|
+ regulator-always-on;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ ldo21_reg: LDO21 {
|
|
|
|
|
+ regulator-name = "ldo_21";
|
|
|
|
|
+ regulator-min-microvolt = <2800000>;
|
|
|
|
|
+ regulator-max-microvolt = <2800000>;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ ldo23_reg: LDO23 {
|
|
|
|
|
+ regulator-name = "ldo_23";
|
|
|
|
|
+ regulator-min-microvolt = <3300000>;
|
|
|
|
|
+ regulator-max-microvolt = <3300000>;
|
|
|
|
|
+ };
|
|
|
|
|
+ ldo24_reg: LDO24 {
|
|
|
|
|
+ regulator-name = "ldo_24";
|
|
|
|
|
+ regulator-min-microvolt = <2800000>;
|
|
|
|
|
+ regulator-max-microvolt = <2800000>;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ ldo25_reg: LDO25 {
|
|
|
|
|
+ regulator-name = "ldo_25";
|
|
|
|
|
+ regulator-min-microvolt = <3300000>;
|
|
|
|
|
+ regulator-max-microvolt = <3300000>;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ ldo26_reg: LDO26 {
|
|
|
|
|
+ regulator-name = "ldo_26";
|
|
|
|
|
+ regulator-min-microvolt = <1200000>;
|
|
|
|
|
+ regulator-max-microvolt = <1200000>;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ ldo27_reg: LDO27 {
|
|
|
|
|
+ regulator-name = "ldo_27";
|
|
|
|
|
+ regulator-min-microvolt = <1200000>;
|
|
|
|
|
+ regulator-max-microvolt = <1200000>;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ ldo28_reg: LDO28 {
|
|
|
|
|
+ regulator-name = "ldo_28";
|
|
|
|
|
+ regulator-min-microvolt = <1800000>;
|
|
|
|
|
+ regulator-max-microvolt = <1800000>;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ ldo29_reg: LDO29 {
|
|
|
|
|
+ regulator-name = "ldo_29";
|
|
|
|
|
+ regulator-min-microvolt = <1800000>;
|
|
|
|
|
+ regulator-max-microvolt = <1800000>;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ ldo30_reg: LDO30 {
|
|
|
|
|
+ regulator-name = "vdd_mifs";
|
|
|
|
|
+ regulator-min-microvolt = <1000000>;
|
|
|
|
|
+ regulator-max-microvolt = <1000000>;
|
|
|
|
|
+ regulator-always-on;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ ldo32_reg: LDO32 {
|
|
|
|
|
+ regulator-name = "ldo_32";
|
|
|
|
|
+ regulator-min-microvolt = <3000000>;
|
|
|
|
|
+ regulator-max-microvolt = <3000000>;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ ldo33_reg: LDO33 {
|
|
|
|
|
+ regulator-name = "ldo_33";
|
|
|
|
|
+ regulator-min-microvolt = <2800000>;
|
|
|
|
|
+ regulator-max-microvolt = <2800000>;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ ldo34_reg: LDO34 {
|
|
|
|
|
+ regulator-name = "ldo_34";
|
|
|
|
|
+ regulator-min-microvolt = <3000000>;
|
|
|
|
|
+ regulator-max-microvolt = <3000000>;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ ldo35_reg: LDO35 {
|
|
|
|
|
+ regulator-name = "ldo_35";
|
|
|
|
|
+ regulator-min-microvolt = <1200000>;
|
|
|
|
|
+ regulator-max-microvolt = <1200000>;
|
|
|
|
|
+ };
|
|
|
|
|
+ };
|
|
|
|
|
+ };
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
&hsi2c_7 {
|
|
&hsi2c_7 {
|
|
|
status = "okay";
|
|
status = "okay";
|
|
|
|
|
+ clock-frequency = <400000>;
|
|
|
|
|
|
|
|
max98090: codec@10 {
|
|
max98090: codec@10 {
|
|
|
compatible = "maxim,max98090";
|
|
compatible = "maxim,max98090";
|
|
@@ -155,6 +491,44 @@
|
|
|
pinctrl-names = "default";
|
|
pinctrl-names = "default";
|
|
|
pinctrl-0 = <&max98090_irq>;
|
|
pinctrl-0 = <&max98090_irq>;
|
|
|
};
|
|
};
|
|
|
|
|
+
|
|
|
|
|
+ light-sensor@44 {
|
|
|
|
|
+ compatible = "isil,isl29018";
|
|
|
|
|
+ reg = <0x44>;
|
|
|
|
|
+ vcc-supply = <&tps65090_fet5>;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ ps8625: lvds-bridge@48 {
|
|
|
|
|
+ compatible = "parade,ps8625";
|
|
|
|
|
+ reg = <0x48>;
|
|
|
|
|
+ sleep-gpios = <&gpx3 5 GPIO_ACTIVE_HIGH>;
|
|
|
|
|
+ reset-gpios = <&gpy7 7 GPIO_ACTIVE_HIGH>;
|
|
|
|
|
+ lane-count = <2>;
|
|
|
|
|
+ panel = <&panel>;
|
|
|
|
|
+ use-external-pwm;
|
|
|
|
|
+ };
|
|
|
|
|
+};
|
|
|
|
|
+
|
|
|
|
|
+&hsi2c_8 {
|
|
|
|
|
+ status = "okay";
|
|
|
|
|
+ clock-frequency = <333000>;
|
|
|
|
|
+
|
|
|
|
|
+ /* Atmel mXT336S */
|
|
|
|
|
+ trackpad@4b {
|
|
|
|
|
+ compatible = "atmel,maxtouch";
|
|
|
|
|
+ reg = <0x4b>;
|
|
|
|
|
+ interrupt-parent = <&gpx1>;
|
|
|
|
|
+ interrupts = <1 IRQ_TYPE_EDGE_FALLING>;
|
|
|
|
|
+ wakeup-source;
|
|
|
|
|
+ pinctrl-names = "default";
|
|
|
|
|
+ pinctrl-0 = <&trackpad_irq>;
|
|
|
|
|
+ linux,gpio-keymap = <KEY_RESERVED
|
|
|
|
|
+ KEY_RESERVED
|
|
|
|
|
+ KEY_RESERVED /* GPIO0 */
|
|
|
|
|
+ KEY_RESERVED /* GPIO1 */
|
|
|
|
|
+ KEY_RESERVED /* GPIO2 */
|
|
|
|
|
+ BTN_LEFT>; /* GPIO3 */
|
|
|
|
|
+ };
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
&hsi2c_9 {
|
|
&hsi2c_9 {
|
|
@@ -187,7 +561,7 @@
|
|
|
num-slots = <1>;
|
|
num-slots = <1>;
|
|
|
broken-cd;
|
|
broken-cd;
|
|
|
caps2-mmc-hs200-1_8v;
|
|
caps2-mmc-hs200-1_8v;
|
|
|
- supports-highspeed;
|
|
|
|
|
|
|
+ cap-mmc-highspeed;
|
|
|
non-removable;
|
|
non-removable;
|
|
|
card-detect-delay = <200>;
|
|
card-detect-delay = <200>;
|
|
|
clock-frequency = <400000000>;
|
|
clock-frequency = <400000000>;
|
|
@@ -196,17 +570,13 @@
|
|
|
samsung,dw-mshc-ddr-timing = <0 2>;
|
|
samsung,dw-mshc-ddr-timing = <0 2>;
|
|
|
pinctrl-names = "default";
|
|
pinctrl-names = "default";
|
|
|
pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_bus4 &sd0_bus8>;
|
|
pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_bus4 &sd0_bus8>;
|
|
|
-
|
|
|
|
|
- slot@0 {
|
|
|
|
|
- reg = <0>;
|
|
|
|
|
- bus-width = <8>;
|
|
|
|
|
- };
|
|
|
|
|
|
|
+ bus-width = <8>;
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
&mmc_2 {
|
|
&mmc_2 {
|
|
|
status = "okay";
|
|
status = "okay";
|
|
|
num-slots = <1>;
|
|
num-slots = <1>;
|
|
|
- supports-highspeed;
|
|
|
|
|
|
|
+ cap-sd-highspeed;
|
|
|
card-detect-delay = <200>;
|
|
card-detect-delay = <200>;
|
|
|
clock-frequency = <400000000>;
|
|
clock-frequency = <400000000>;
|
|
|
samsung,dw-mshc-ciu-div = <3>;
|
|
samsung,dw-mshc-ciu-div = <3>;
|
|
@@ -214,11 +584,7 @@
|
|
|
samsung,dw-mshc-ddr-timing = <1 2>;
|
|
samsung,dw-mshc-ddr-timing = <1 2>;
|
|
|
pinctrl-names = "default";
|
|
pinctrl-names = "default";
|
|
|
pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_bus4>;
|
|
pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_bus4>;
|
|
|
-
|
|
|
|
|
- slot@0 {
|
|
|
|
|
- reg = <0>;
|
|
|
|
|
- bus-width = <4>;
|
|
|
|
|
- };
|
|
|
|
|
|
|
+ bus-width = <4>;
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
@@ -249,6 +615,13 @@
|
|
|
samsung,pin-drv = <0>;
|
|
samsung,pin-drv = <0>;
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
|
|
+ trackpad_irq: trackpad-irq {
|
|
|
|
|
+ samsung,pins = "gpx1-1";
|
|
|
|
|
+ samsung,pin-function = <0xf>;
|
|
|
|
|
+ samsung,pin-pud = <0>;
|
|
|
|
|
+ samsung,pin-drv = <0>;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
power_key_irq: power-key-irq {
|
|
power_key_irq: power-key-irq {
|
|
|
samsung,pins = "gpx1-2";
|
|
samsung,pins = "gpx1-2";
|
|
|
samsung,pin-function = <0>;
|
|
samsung,pin-function = <0>;
|
|
@@ -277,12 +650,42 @@
|
|
|
samsung,pin-drv = <0>;
|
|
samsung,pin-drv = <0>;
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
|
|
+ max77802_irq: max77802-irq {
|
|
|
|
|
+ samsung,pins = "gpx3-1";
|
|
|
|
|
+ samsung,pin-function = <0>;
|
|
|
|
|
+ samsung,pin-pud = <0>;
|
|
|
|
|
+ samsung,pin-drv = <0>;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
hdmi_hpd_irq: hdmi-hpd-irq {
|
|
hdmi_hpd_irq: hdmi-hpd-irq {
|
|
|
samsung,pins = "gpx3-7";
|
|
samsung,pins = "gpx3-7";
|
|
|
samsung,pin-function = <0>;
|
|
samsung,pin-function = <0>;
|
|
|
samsung,pin-pud = <1>;
|
|
samsung,pin-pud = <1>;
|
|
|
samsung,pin-drv = <0>;
|
|
samsung,pin-drv = <0>;
|
|
|
};
|
|
};
|
|
|
|
|
+
|
|
|
|
|
+ pmic_dvs_1: pmic-dvs-1 {
|
|
|
|
|
+ samsung,pins = "gpy7-6";
|
|
|
|
|
+ samsung,pin-function = <1>;
|
|
|
|
|
+ samsung,pin-pud = <0>;
|
|
|
|
|
+ samsung,pin-drv = <0>;
|
|
|
|
|
+ };
|
|
|
|
|
+};
|
|
|
|
|
+
|
|
|
|
|
+&pinctrl_2 {
|
|
|
|
|
+ pmic_dvs_2: pmic-dvs-2 {
|
|
|
|
|
+ samsung,pins = "gpj4-2";
|
|
|
|
|
+ samsung,pin-function = <1>;
|
|
|
|
|
+ samsung,pin-pud = <0>;
|
|
|
|
|
+ samsung,pin-drv = <0>;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ pmic_dvs_3: pmic-dvs-3 {
|
|
|
|
|
+ samsung,pins = "gpj4-3";
|
|
|
|
|
+ samsung,pin-function = <1>;
|
|
|
|
|
+ samsung,pin-pud = <0>;
|
|
|
|
|
+ samsung,pin-drv = <0>;
|
|
|
|
|
+ };
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_3 {
|
|
&pinctrl_3 {
|
|
@@ -312,6 +715,14 @@
|
|
|
samsung,pin-pud = <0>;
|
|
samsung,pin-pud = <0>;
|
|
|
samsung,pin-drv = <0>;
|
|
samsung,pin-drv = <0>;
|
|
|
};
|
|
};
|
|
|
|
|
+
|
|
|
|
|
+ pmic_selb: pmic-selb {
|
|
|
|
|
+ samsung,pins = "gph0-2", "gph0-3", "gph0-4", "gph0-5",
|
|
|
|
|
+ "gph0-6";
|
|
|
|
|
+ samsung,pin-function = <1>;
|
|
|
|
|
+ samsung,pin-pud = <0>;
|
|
|
|
|
+ samsung,pin-drv = <0>;
|
|
|
|
|
+ };
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
&rtc {
|
|
&rtc {
|
|
@@ -365,12 +776,12 @@
|
|
|
vsys2-supply = <&vbat>;
|
|
vsys2-supply = <&vbat>;
|
|
|
vsys3-supply = <&vbat>;
|
|
vsys3-supply = <&vbat>;
|
|
|
infet1-supply = <&vbat>;
|
|
infet1-supply = <&vbat>;
|
|
|
- infet2-supply = <&vbat>;
|
|
|
|
|
- infet3-supply = <&vbat>;
|
|
|
|
|
- infet4-supply = <&vbat>;
|
|
|
|
|
- infet5-supply = <&vbat>;
|
|
|
|
|
- infet6-supply = <&vbat>;
|
|
|
|
|
- infet7-supply = <&vbat>;
|
|
|
|
|
|
|
+ infet2-supply = <&tps65090_dcdc1>;
|
|
|
|
|
+ infet3-supply = <&tps65090_dcdc2>;
|
|
|
|
|
+ infet4-supply = <&tps65090_dcdc2>;
|
|
|
|
|
+ infet5-supply = <&tps65090_dcdc2>;
|
|
|
|
|
+ infet6-supply = <&tps65090_dcdc2>;
|
|
|
|
|
+ infet7-supply = <&tps65090_dcdc1>;
|
|
|
vsys-l1-supply = <&vbat>;
|
|
vsys-l1-supply = <&vbat>;
|
|
|
vsys-l2-supply = <&vbat>;
|
|
vsys-l2-supply = <&vbat>;
|
|
|
|
|
|
|
@@ -445,3 +856,4 @@
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
#include "cros-ec-keyboard.dtsi"
|
|
#include "cros-ec-keyboard.dtsi"
|
|
|
|
|
+#include "cros-adc-thermistors.dtsi"
|