Navigation

    全志在线开发者论坛

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • 在线文档
    • 社区主页
    1. Home
    2. frank2025
    F
    • Profile
    • Following 0
    • Followers 0
    • my integral 187
    • Topics 1
    • Posts 2
    • Best 0
    • Groups 0

    frank2025LV 2

    @frank2025

    187
    integral
    0
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    frank2025 Unfollow Follow

    Latest posts made by frank2025

    • Reply: A133 android11 linux5.4 ,如何控制cldo4输出指定电压

      @frank2025 nnd
      我自己改好了,多谢

      &power_sply {
      aldo1_vol = <1101800>;
      aldo2_vol = <1101800>;
      aldo4_vol = <1001800>;
      bldo1_vol = <1800>;
      bldo2_vol = <1001800>;
      bldo4_vol = <1101800>;
      cldo1_vol = <1001800>;
      cldo3_vol = <1003300>;
      cldo4_vol = <1103300>;
      cpusldo_vol = <1000900>;
      dcdc1_mode = <1>;
      dcdc2_mode = <1>;
      bc12_mode = <0>;
      };

      posted in A Series
      F
      frank2025
    • A133 android11 linux5.4 ,如何控制cldo4输出指定电压

      新手请教!

      请问一下,A133 linux5.4 android11,

      	regulator0: regulators@0 {
      		reg_dcdc1: dcdc1 {
      			regulator-name = "axp2202-dcdc1";
      			regulator-min-microvolt = <500000>;
      			regulator-max-microvolt = <1540000>;
      			regulator-ramp-delay = <250>;
      			regulator-enable-ramp-delay = <1000>;
      			regulator-boot-on;
      			regulator-always-on;
      		};
      		reg_dcdc2: dcdc2 {
      			regulator-name = "axp2202-dcdc2";
      			regulator-min-microvolt = <500000>;
      			regulator-max-microvolt = <3400000>;
      			regulator-ramp-delay = <250>;
      			regulator-enable-ramp-delay = <1000>;
      			regulator-boot-on;
      			regulator-always-on;
      		};
      
      		reg_cldo1: cldo1 {
      			regulator-name = "axp2202-cldo1";
      			regulator-min-microvolt = <500000>;
      			regulator-max-microvolt = <3500000>;
      			regulator-enable-ramp-delay = <1000>;
      			regulator-boot-on;
      		};
      		reg_cldo2: cldo2 {
      			regulator-name = "axp2202-cldo2";
      			regulator-min-microvolt = <500000>;
      			regulator-max-microvolt = <3500000>;
      			regulator-enable-ramp-delay = <1000>;
      		};
      		reg_cldo3: cldo3 {
      			regulator-name = "axp2202-cldo3";
      			regulator-min-microvolt = <500000>;
      			regulator-max-microvolt = <3500000>;
      			regulator-ramp-delay = <2500>;
      			regulator-enable-ramp-delay = <1000>;
      			regulator-boot-on;
      		};
      		reg_cldo4: cldo4 {
      			regulator-name = "axp2202-cldo4";
      			regulator-min-microvolt = <500000>;
      			regulator-max-microvolt = <3500000>;
      			regulator-enable-ramp-delay = <1000>;
      		};
      		reg_cpusldo: cpusldo {
      			/* cpus */
      			regulator-name = "axp2202-cpusldo";
      			regulator-min-microvolt = <500000>;
      			regulator-max-microvolt = <1400000>;
      			regulator-boot-on;
      			regulator-always-on;
      		};
      		reg_drivevbus: drivevbus {
      			regulator-name = "axp2202-drivevbus";
      			regulator-enable-ramp-delay = <1000>;
      		};
      
      	};
      

      cldo4-supply = <&reg_cldo4>

      我用做vcc-lcd,我想输出3.3V,但是只能输出1.8V,请问如何控制其输出3.3V?

      posted in A Series
      F
      frank2025