Lines Matching +full:domain +full:- +full:idle +full:- +full:states

1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8 #include <dt-bindings/input/input.h>
9 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
25 stdout-path = "serial0:115200n8";
29 compatible = "pwm-backlight";
31 enable-gpios = <&tlmm 37 GPIO_ACTIVE_HIGH>;
32 power-supply = <&ppvar_sys>;
33 pinctrl-names = "default";
34 pinctrl-0 = <&ap_edp_bklten>;
37 /* FIXED REGULATORS - parents above children */
40 ppvar_sys: ppvar-sys-regulator {
41 compatible = "regulator-fixed";
42 regulator-name = "ppvar_sys";
43 regulator-always-on;
44 regulator-boot-on;
48 src_vph_pwr: src-vph-pwr-regulator {
49 compatible = "regulator-fixed";
50 regulator-name = "src_vph_pwr";
53 regulator-always-on;
54 regulator-boot-on;
56 vin-supply = <&ppvar_sys>;
59 pp5000_a: pp5000-a-regulator {
60 compatible = "regulator-fixed";
61 regulator-name = "pp5000_a";
64 regulator-always-on;
65 regulator-boot-on;
66 regulator-min-microvolt = <5000000>;
67 regulator-max-microvolt = <5000000>;
69 vin-supply = <&ppvar_sys>;
72 src_vreg_bob: src-vreg-bob-regulator {
73 compatible = "regulator-fixed";
74 regulator-name = "src_vreg_bob";
77 regulator-always-on;
78 regulator-boot-on;
79 regulator-min-microvolt = <3600000>;
80 regulator-max-microvolt = <3600000>;
82 vin-supply = <&ppvar_sys>;
85 pp3300_dx_edp: pp3300-dx-edp-regulator {
86 compatible = "regulator-fixed";
87 regulator-name = "pp3300_dx_edp";
89 regulator-min-microvolt = <3300000>;
90 regulator-max-microvolt = <3300000>;
93 enable-active-high;
94 pinctrl-names = "default";
95 pinctrl-0 = <&en_pp3300_dx_edp>;
100 * is always-on; model it as a fixed regulator.
102 src_pp1800_s4a: pm8998-smps4 {
103 compatible = "regulator-fixed";
104 regulator-name = "src_pp1800_s4a";
106 regulator-min-microvolt = <1800000>;
107 regulator-max-microvolt = <1800000>;
109 regulator-always-on;
110 regulator-boot-on;
112 vin-supply = <&src_vph_pwr>;
115 /* BOARD-SPECIFIC TOP LEVEL NODES */
117 gpio-keys {
118 compatible = "gpio-keys";
119 pinctrl-names = "default";
120 pinctrl-0 = <&pen_eject_odl>;
122 switch-pen-insert {
127 linux,input-type = <EV_SW>;
128 wakeup-source;
133 compatible = "innolux,p120zdg-bf1";
134 power-supply = <&pp3300_dx_edp>;
136 no-hpd;
140 remote-endpoint = <&sn65dsi86_out>;
147 /delete-property/ interrupts-extended; /* reference to lmh_cluster[01] */
151 /delete-node/ power-domain-cpu0;
152 /delete-node/ power-domain-cpu1;
153 /delete-node/ power-domain-cpu2;
154 /delete-node/ power-domain-cpu3;
155 /delete-node/ power-domain-cpu4;
156 /delete-node/ power-domain-cpu5;
157 /delete-node/ power-domain-cpu6;
158 /delete-node/ power-domain-cpu7;
159 /delete-node/ power-domain-cluster;
163 /delete-node/ domain-idle-states;
167 LITTLE_CPU_SLEEP_0: cpu-sleep-0-0 {
168 compatible = "arm,idle-state";
169 idle-state-name = "little-power-down";
170 arm,psci-suspend-param = <0x40000003>;
171 entry-latency-us = <350>;
172 exit-latency-us = <461>;
173 min-residency-us = <1890>;
174 local-timer-stop;
177 LITTLE_CPU_SLEEP_1: cpu-sleep-0-1 {
178 compatible = "arm,idle-state";
179 idle-state-name = "little-rail-power-down";
180 arm,psci-suspend-param = <0x40000004>;
181 entry-latency-us = <360>;
182 exit-latency-us = <531>;
183 min-residency-us = <3934>;
184 local-timer-stop;
187 BIG_CPU_SLEEP_0: cpu-sleep-1-0 {
188 compatible = "arm,idle-state";
189 idle-state-name = "big-power-down";
190 arm,psci-suspend-param = <0x40000003>;
191 entry-latency-us = <264>;
192 exit-latency-us = <621>;
193 min-residency-us = <952>;
194 local-timer-stop;
197 BIG_CPU_SLEEP_1: cpu-sleep-1-1 {
198 compatible = "arm,idle-state";
199 idle-state-name = "big-rail-power-down";
200 arm,psci-suspend-param = <0x40000004>;
201 entry-latency-us = <702>;
202 exit-latency-us = <1061>;
203 min-residency-us = <4488>;
204 local-timer-stop;
207 CLUSTER_SLEEP_0: cluster-sleep-0 {
208 compatible = "arm,idle-state";
209 idle-state-name = "cluster-power-down";
210 arm,psci-suspend-param = <0x400000F4>;
211 entry-latency-us = <3263>;
212 exit-latency-us = <6562>;
213 min-residency-us = <9987>;
214 local-timer-stop;
219 /delete-property/ power-domains;
220 /delete-property/ power-domain-names;
221 cpu-idle-states = <&LITTLE_CPU_SLEEP_0
227 /delete-property/ power-domains;
228 /delete-property/ power-domain-names;
229 cpu-idle-states = <&LITTLE_CPU_SLEEP_0
235 /delete-property/ power-domains;
236 /delete-property/ power-domain-names;
237 cpu-idle-states = <&LITTLE_CPU_SLEEP_0
243 /delete-property/ power-domains;
244 /delete-property/ power-domain-names;
245 cpu-idle-states = <&LITTLE_CPU_SLEEP_0
251 /delete-property/ power-domains;
252 /delete-property/ power-domain-names;
253 cpu-idle-states = <&BIG_CPU_SLEEP_0
259 /delete-property/ power-domains;
260 /delete-property/ power-domain-names;
261 cpu-idle-states = <&BIG_CPU_SLEEP_0
267 /delete-property/ power-domains;
268 /delete-property/ power-domain-names;
269 cpu-idle-states = <&BIG_CPU_SLEEP_0
275 /delete-property/ power-domains;
276 /delete-property/ power-domain-names;
277 cpu-idle-states = <&BIG_CPU_SLEEP_0
301 * For venus_mem we'll delete and re-create at a different address.
303 * cdsp_mem isn't used on cheza right now so we won't bother re-creating it; but
306 /delete-node/ &venus_mem;
307 /delete-node/ &cdsp_mem;
308 /delete-node/ &cdsp_pas;
309 /delete-node/ &gpu_mem;
322 reserved-memory {
325 no-map;
332 pinctrl-names = "default", "sleep";
333 pinctrl-0 = <&qspi_clk>, <&qspi_cs0>, <&qspi_data0>, <&qspi_data1>;
334 pinctrl-1 = <&qspi_sleep>;
337 compatible = "jedec,spi-nor";
345 spi-max-frequency = <25000000>;
346 spi-tx-bus-width = <2>;
347 spi-rx-bus-width = <2>;
353 /delete-property/ power-domains;
355 regulators-0 {
356 compatible = "qcom,pm8998-rpmh-regulators";
357 qcom,pmic-id = "a";
359 vdd-s1-supply = <&src_vph_pwr>;
360 vdd-s2-supply = <&src_vph_pwr>;
361 vdd-s3-supply = <&src_vph_pwr>;
362 vdd-s4-supply = <&src_vph_pwr>;
363 vdd-s5-supply = <&src_vph_pwr>;
364 vdd-s6-supply = <&src_vph_pwr>;
365 vdd-s7-supply = <&src_vph_pwr>;
366 vdd-s8-supply = <&src_vph_pwr>;
367 vdd-s9-supply = <&src_vph_pwr>;
368 vdd-s10-supply = <&src_vph_pwr>;
369 vdd-s11-supply = <&src_vph_pwr>;
370 vdd-s12-supply = <&src_vph_pwr>;
371 vdd-s13-supply = <&src_vph_pwr>;
372 vdd-l1-l27-supply = <&src_pp1025_s7a>;
373 vdd-l2-l8-l17-supply = <&src_pp1350_s3a>;
374 vdd-l3-l11-supply = <&src_pp1025_s7a>;
375 vdd-l4-l5-supply = <&src_pp1025_s7a>;
376 vdd-l6-supply = <&src_vph_pwr>;
377 vdd-l7-l12-l14-l15-supply = <&src_pp2040_s5a>;
378 vdd-l9-supply = <&src_pp2040_s5a>;
379 vdd-l10-l23-l25-supply = <&src_vreg_bob>;
380 vdd-l13-l19-l21-supply = <&src_vreg_bob>;
381 vdd-l16-l28-supply = <&src_vreg_bob>;
382 vdd-l18-l22-supply = <&src_vreg_bob>;
383 vdd-l20-l24-supply = <&src_vreg_bob>;
384 vdd-l26-supply = <&src_pp1350_s3a>;
385 vin-lvs-1-2-supply = <&src_pp1800_s4a>;
388 regulator-min-microvolt = <1100000>;
389 regulator-max-microvolt = <1100000>;
393 regulator-min-microvolt = <1352000>;
394 regulator-max-microvolt = <1352000>;
398 regulator-min-microvolt = <1904000>;
399 regulator-max-microvolt = <2040000>;
403 regulator-min-microvolt = <900000>;
404 regulator-max-microvolt = <1028000>;
426 regulator-min-microvolt = <880000>;
427 regulator-max-microvolt = <880000>;
428 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
433 regulator-min-microvolt = <1200000>;
434 regulator-max-microvolt = <1200000>;
435 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
438 regulator-always-on;
442 regulator-min-microvolt = <1000000>;
443 regulator-max-microvolt = <1000000>;
444 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
451 regulator-min-microvolt = <800000>;
452 regulator-max-microvolt = <800000>;
453 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
458 regulator-min-microvolt = <1856000>;
459 regulator-max-microvolt = <1856000>;
460 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
464 regulator-min-microvolt = <1800000>;
465 regulator-max-microvolt = <1800000>;
466 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
470 regulator-min-microvolt = <1200000>;
471 regulator-max-microvolt = <1248000>;
472 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
477 regulator-min-microvolt = <1800000>;
478 regulator-max-microvolt = <1800000>;
479 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
483 regulator-min-microvolt = <1800000>;
484 regulator-max-microvolt = <1800000>;
485 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
489 regulator-min-microvolt = <1000000>;
490 regulator-max-microvolt = <1048000>;
491 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
502 regulator-min-microvolt = <1800000>;
503 regulator-max-microvolt = <1800000>;
504 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
509 regulator-min-microvolt = <1800000>;
510 regulator-max-microvolt = <2960000>;
511 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
515 regulator-min-microvolt = <1800000>;
516 regulator-max-microvolt = <1800000>;
517 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
521 regulator-min-microvolt = <1800000>;
522 regulator-max-microvolt = <1800000>;
523 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
527 regulator-min-microvolt = <2704000>;
528 regulator-max-microvolt = <2704000>;
529 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
533 regulator-min-microvolt = <1304000>;
534 regulator-max-microvolt = <1304000>;
535 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
539 regulator-min-microvolt = <2704000>;
540 regulator-max-microvolt = <2960000>;
541 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
549 regulator-min-microvolt = <3304000>;
550 regulator-max-microvolt = <3304000>;
552 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
556 regulator-min-microvolt = <2704000>;
557 regulator-max-microvolt = <2960000>;
558 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
562 regulator-min-microvolt = <2704000>;
563 regulator-max-microvolt = <2960000>;
564 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
569 regulator-min-microvolt = <3304000>;
570 regulator-max-microvolt = <3304000>;
571 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
576 regulator-boot-on;
577 regulator-always-on;
581 regulator-min-microvolt = <3000000>;
582 regulator-max-microvolt = <3312000>;
583 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
588 regulator-min-microvolt = <3088000>;
589 regulator-max-microvolt = <3088000>;
590 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
594 regulator-min-microvolt = <3304000>;
595 regulator-max-microvolt = <3304000>;
596 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
614 regulator-min-microvolt = <1200000>;
615 regulator-max-microvolt = <1200000>;
616 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
621 regulator-min-microvolt = <3304000>;
622 regulator-max-microvolt = <3304000>;
623 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
627 regulator-min-microvolt = <1800000>;
628 regulator-max-microvolt = <1800000>;
632 regulator-min-microvolt = <1800000>;
633 regulator-max-microvolt = <1800000>;
637 regulators-1 {
638 compatible = "qcom,pm8005-rpmh-regulators";
639 qcom,pmic-id = "c";
641 vdd-s1-supply = <&src_vph_pwr>;
642 vdd-s2-supply = <&src_vph_pwr>;
643 vdd-s3-supply = <&src_vph_pwr>;
644 vdd-s4-supply = <&src_vph_pwr>;
647 regulator-min-microvolt = <600000>;
648 regulator-max-microvolt = <600000>;
655 clock-frequency = <400000>;
660 pinctrl-names = "default";
661 pinctrl-0 = <&edp_brij_en &edp_brij_irq>;
663 interrupt-parent = <&tlmm>;
666 enable-gpios = <&tlmm 102 GPIO_ACTIVE_HIGH>;
668 vpll-supply = <&src_pp1800_s4a>;
669 vccio-supply = <&src_pp1800_s4a>;
670 vcca-supply = <&src_pp1200_l2a>;
671 vcc-supply = <&src_pp1200_l2a>;
674 clock-names = "refclk";
676 no-hpd;
679 #address-cells = <1>;
680 #size-cells = <0>;
685 remote-endpoint = <&mdss_dsi0_out>;
692 remote-endpoint = <&panel_in_edp>;
701 clock-frequency = <400000>;
704 compatible = "wacom,w9013", "hid-over-i2c";
706 pinctrl-names = "default";
707 pinctrl-0 = <&pen_irq_l>, <&pen_pdct_l>, <&pen_rst_l>;
709 vdd-supply = <&pp3300_dx_pen>;
710 vddl-supply = <&pp1800_dx_pen>;
711 post-power-on-delay-ms = <100>;
713 interrupt-parent = <&tlmm>;
716 hid-descr-addr = <0x1>;
722 clock-frequency = <400000>;
727 clock-frequency = <400000>;
732 pinctrl-names = "default";
733 pinctrl-0 = <&ts_int_l &ts_reset_l>;
735 interrupt-parent = <&tlmm>;
738 vcc33-supply = <&src_pp3300_l28a>;
740 reset-gpios = <&tlmm 118 GPIO_ACTIVE_LOW>;
753 qcom,gsi-loader = "modem";
767 vdda-supply = <&vdda_mipi_dsi0_1p2>;
772 remote-endpoint = <&sn65dsi86_in>;
773 data-lanes = <0 1 2 3>;
781 vdds-supply = <&vdda_mipi_dsi0_pll>;
787 * around this by dropping the "qcom,adreno-smmu" compat string.
790 compatible = "qcom,sdm845-smmu-v2", "qcom,smmu-v2";
817 pinctrl-names = "default";
818 pinctrl-0 = <&sdc2_clk &sdc2_cmd &sdc2_data &sd_cd_odl>;
820 vmmc-supply = <&src_pp2950_l21a>;
821 vqmmc-supply = <&vddpx_2>;
823 cd-gpios = <&tlmm 44 GPIO_ACTIVE_LOW>;
836 pinctrl-names = "default";
837 pinctrl-0 = <&h1_ap_int_odl>;
838 spi-max-frequency = <800000>;
839 interrupt-parent = <&tlmm>;
848 compatible = "google,cros-ec-spi";
850 interrupt-parent = <&tlmm>;
852 pinctrl-names = "default";
853 pinctrl-0 = <&ec_ap_int_l>;
854 spi-max-frequency = <3000000>;
855 wakeup-source;
858 compatible = "google,cros-ec-pwm";
859 #pwm-cells = <1>;
862 i2c_tunnel: i2c-tunnel {
863 compatible = "google,cros-ec-i2c-tunnel";
864 google,remote-bus = <0>;
865 #address-cells = <1>;
866 #size-cells = <0>;
871 #include <arm/cros-ec-keyboard.dtsi>
872 #include <arm/cros-ec-sbs.dtsi>
877 pinctrl-0 = <&qup_uart6_4pin>;
880 compatible = "qcom,wcn3990-bt";
881 vddio-supply = <&src_pp1800_s4a>;
882 vddxo-supply = <&pp1800_l7a_wcn3990>;
883 vddrf-supply = <&src_pp1300_l17a>;
884 vddch0-supply = <&pp3300_l25a_ch0_wcn3990>;
885 max-speed = <3200000>;
896 reset-gpios = <&tlmm 150 GPIO_ACTIVE_LOW>;
898 vcc-supply = <&src_pp2950_l20a>;
899 vcc-max-microamp = <600000>;
905 vdda-phy-supply = <&vdda_ufs1_core>;
906 vdda-pll-supply = <&vdda_ufs1_1p2>;
913 qcom,select-utmi-as-pipe-clk;
920 * - SDM845 expects only a single Type C connector so it has only one
922 * - The only source of DP is the single native Type C port.
923 * - On cheza we want to be able to hook DP up to _either_ of the
925 * - When you configure a Type C port for 4 lanes of DP you lose USB3.
926 * - In order to make everything work, the native Type C port is always
927 * configured as 4-lanes DP so it's always available.
928 * - The extra USB3 port on SDM845 goes to a USB 3 hub which is then
930 * - The extra USB2 lines from the native Type C port are always
939 * each case you end up forcing to disconnect/reconnect an in-use
946 * We always need the high speed pins as 4-lanes DP in case someone
950 maximum-speed = "high-speed";
953 * We don't need the usb3-phy since we run in highspeed mode always, so
954 * re-define these properties removing the superspeed USB PHY reference.
957 phy-names = "usb2-phy";
963 vdd-supply = <&vdda_usb1_ss_core>;
964 vdda-pll-supply = <&vdda_qusb_hs0_1p8>;
965 vdda-phy-dpdm-supply = <&vdda_qusb_hs0_3p1>;
967 qcom,imp-res-offset-value = <8>;
968 qcom,hstx-trim-value = <QUSB2_V2_HSTX_TRIM_21_6_MA>;
969 qcom,preemphasis-level = <QUSB2_V2_PREEMPHASIS_5_PERCENT>;
970 qcom,preemphasis-width = <QUSB2_V2_PREEMPHASIS_WIDTH_HALF_BIT>;
985 vdd-supply = <&vdda_usb2_ss_core>;
986 vdda-pll-supply = <&vdda_qusb_hs0_1p8>;
987 vdda-phy-dpdm-supply = <&vdda_qusb_hs0_3p1>;
989 qcom,imp-res-offset-value = <8>;
990 qcom,hstx-trim-value = <QUSB2_V2_HSTX_TRIM_22_8_MA>;
996 vdda-phy-supply = <&vdda_usb2_ss_1p2>;
997 vdda-pll-supply = <&vdda_usb2_ss_core>;
1003 vdd-0.8-cx-mx-supply = <&src_pp800_l5a >;
1004 vdd-1.8-xo-supply = <&pp1800_l7a_wcn3990>;
1005 vdd-1.3-rfa-supply = <&src_pp1300_l17a>;
1006 vdd-3.3-ch0-supply = <&pp3300_l25a_ch0_wcn3990>;
1009 /* PINCTRL - additions to nodes defined in sdm845.dtsi */
1012 bias-disable; /* External pullup */
1016 bias-disable; /* Rely on Cr50 internal pulldown */
1020 bias-disable; /* Rely on Cr50 internal pulldown */
1024 bias-pull-down;
1028 drive-strength = <2>;
1031 bias-disable;
1035 drive-strength = <2>;
1038 bias-disable;
1042 drive-strength = <2>;
1045 bias-disable;
1049 drive-strength = <2>;
1052 bias-disable;
1056 drive-strength = <2>;
1057 bias-disable;
1061 drive-strength = <2>;
1062 bias-disable;
1066 drive-strength = <2>;
1067 bias-disable;
1071 drive-strength = <2>;
1072 bias-pull-up;
1076 drive-strength = <2>;
1077 bias-disable;
1080 /* PINCTRL - board-specific pinctrl */
1082 gpio-line-names = "",
1116 gpio-line-names = "",
1148 pinctrl-names = "default", "sleep";
1149 pinctrl-0 = <&bios_flash_wp_r_l>,
1152 pinctrl-1 = <&bios_flash_wp_r_l>,
1159 ap-suspend-l-hog {
1160 gpio-hog;
1162 output-low;
1165 ap_edp_bklten: ap-edp-bklten-state {
1168 drive-strength = <2>;
1169 bias-disable;
1172 bios_flash_wp_r_l: bios-flash-wp-r-l-state {
1175 bias-disable;
1178 ec_ap_int_l: ec-ap-int-l-state {
1181 bias-pull-up;
1184 edp_brij_en: edp-brij-en-state {
1187 drive-strength = <2>;
1188 bias-disable;
1191 edp_brij_irq: edp-brij-irq-state {
1194 drive-strength = <2>;
1195 bias-pull-down;
1198 en_pp3300_dx_edp: en-pp3300-dx-edp-state {
1201 drive-strength = <2>;
1202 bias-disable;
1205 h1_ap_int_odl: h1-ap-int-odl-state {
1208 bias-pull-up;
1211 pen_eject_odl: pen-eject-odl-state {
1214 bias-pull-up;
1217 pen_irq_l: pen-irq-l-state {
1222 bias-disable;
1225 pen_pdct_l: pen-pdct-l-state {
1230 bias-disable;
1233 pen_rst_l: pen-rst-l-state {
1236 bias-disable;
1237 drive-strength = <2>;
1242 * output-high here we're relying on the fact
1248 * remove "output-high" here.
1250 output-high;
1253 qspi_sleep: qspi-sleep-state {
1261 * that we don't need the reverse (output-enable) in the
1262 * normal mode since the "output-enable" only matters for
1266 output-disable;
1269 sdc2_clk: sdc2-clk-state {
1271 bias-disable;
1277 drive-strength = <16>;
1280 sdc2_cmd: sdc2-cmd-state {
1282 bias-pull-up;
1283 drive-strength = <16>;
1286 sdc2_data: sdc2-data-state {
1288 bias-pull-up;
1289 drive-strength = <16>;
1292 sd_cd_odl: sd-cd-odl-state {
1295 bias-pull-up;
1298 ts_int_l: ts-int-l-state {
1301 bias-pull-up;
1304 ts_reset_l: ts-reset-l-state {
1307 bias-disable;
1308 drive-strength = <2>;
1311 ap_suspend_l_assert: ap-suspend-l-assert-state {
1314 bias-disable;
1315 drive-strength = <2>;
1316 output-low;
1319 ap_suspend_l_deassert: ap-suspend-l-deassert-state {
1322 bias-disable;
1323 drive-strength = <2>;
1324 output-high;
1331 video-firmware {