Jump to content

djdeeles

Members
  • Posts

    5
  • Joined

  • Last visited

Reputation Activity

  1. Like
    djdeeles got a reaction from Michael Newham in How to overclock Banana Pi with stable Armbian Linux version 4.19.62-sunxi   
    Also you need to adjust voltage controller as below. I also attached my dtb file.
    Goodluck. If you find something useful please let me know.
     
    dcdc2 {                         regulator-name = "vdd-cpu";                         regulator-always-on;                         regulator-min-microvolt = < 0xf4240 >;                         regulator-max-microvolt = < 0x16e360 >;                         phandle = < 0x03 >;                     };                     dcdc3 {                         regulator-name = "vdd-int-dll";                         regulator-always-on;                         regulator-min-microvolt = < 0xf4240 >;                         regulator-max-microvolt = < 0x16e360 >;                         phandle = < 0xae >;                     };  
     
    sun7i-a20-bananapi.dtb
  2. Like
    djdeeles got a reaction from TRS-80 in How to overclock Banana Pi with stable Armbian Linux version 4.19.62-sunxi   
    Also you need to adjust voltage controller as below. I also attached my dtb file.
    Goodluck. If you find something useful please let me know.
     
    dcdc2 {                         regulator-name = "vdd-cpu";                         regulator-always-on;                         regulator-min-microvolt = < 0xf4240 >;                         regulator-max-microvolt = < 0x16e360 >;                         phandle = < 0x03 >;                     };                     dcdc3 {                         regulator-name = "vdd-int-dll";                         regulator-always-on;                         regulator-min-microvolt = < 0xf4240 >;                         regulator-max-microvolt = < 0x16e360 >;                         phandle = < 0xae >;                     };  
     
    sun7i-a20-bananapi.dtb
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines