msm8998-sony-xperia-yoshino-maple.dts 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. // SPDX-License-Identifier: BSD-3-Clause
  2. /*
  3. * Copyright (c) 2021, AngeloGioacchino Del Regno
  4. * <[email protected]>
  5. */
  6. /dts-v1/;
  7. #include "msm8998-sony-xperia-yoshino.dtsi"
  8. / {
  9. model = "Sony Xperia XZ Premium";
  10. compatible = "sony,xperia-maple", "qcom,msm8998";
  11. chassis-type = "handset";
  12. disp_dvdd_vreg: disp-dvdd-vreg {
  13. compatible = "regulator-fixed";
  14. regulator-name = "disp_dvdd_en";
  15. regulator-min-microvolt = <1350000>;
  16. regulator-max-microvolt = <1350000>;
  17. startup-delay-us = <0>;
  18. enable-active-high;
  19. gpio = <&pmi8998_gpio 10 GPIO_ACTIVE_HIGH>;
  20. pinctrl-names = "default";
  21. pinctrl-0 = <&disp_dvdd_en>;
  22. };
  23. };
  24. &ibb {
  25. regulator-min-microvolt = <5600000>;
  26. regulator-max-microvolt = <5600000>;
  27. };
  28. &lab {
  29. regulator-min-microvolt = <5800000>;
  30. regulator-max-microvolt = <5800000>;
  31. qcom,soft-start-us = <200>;
  32. };
  33. &pmi8998_gpio {
  34. disp_dvdd_en: disp-dvdd-en-active-state {
  35. pins = "gpio10";
  36. function = "normal";
  37. bias-disable;
  38. drive-push-pull;
  39. output-high;
  40. power-source = <0>;
  41. qcom,drive-strength = <1>;
  42. };
  43. };
  44. &vreg_l22a_2p85 {
  45. regulator-min-microvolt = <2704000>;
  46. regulator-max-microvolt = <2704000>;
  47. };