[BACK]Return to sun8i-a83t-tbs-a711.dts CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / external / gpl2 / dts / dist / arch / arm / boot / dts

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts between version 1.1.1.4 and 1.1.1.5

version 1.1.1.4, 2020/01/03 14:33:13 version 1.1.1.5, 2021/11/07 16:50:07
Line 65 
Line 65 
                 compatible = "pwm-backlight";                  compatible = "pwm-backlight";
                 pwms = <&pwm 0 50000 PWM_POLARITY_INVERTED>;                  pwms = <&pwm 0 50000 PWM_POLARITY_INVERTED>;
                 enable-gpios = <&pio 3 29 GPIO_ACTIVE_HIGH>;                  enable-gpios = <&pio 3 29 GPIO_ACTIVE_HIGH>;
                   power-supply = <&reg_sw>;
                 brightness-levels = <0 1 2 4 8 16 32 64 128 255>;                  brightness-levels = <0 1 2 4 8 16 32 64 128 255>;
                 default-brightness-level = <9>;                  default-brightness-level = <9>;
         };          };
Line 263 
Line 263 
                 compatible = "x-powers,axp813";                  compatible = "x-powers,axp813";
                 reg = <0x3a3>;                  reg = <0x3a3>;
                 interrupt-parent = <&r_intc>;                  interrupt-parent = <&r_intc>;
                 interrupts = <0 IRQ_TYPE_LEVEL_LOW>;                  interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_LOW>;
                 swin-supply = <&reg_dcdc1>;                  swin-supply = <&reg_dcdc1>;
                 x-powers,drive-vbus-en;                  x-powers,drive-vbus-en;
         };          };
Line 283 
Line 283 
                 ac100_rtc: rtc {                  ac100_rtc: rtc {
                         compatible = "x-powers,ac100-rtc";                          compatible = "x-powers,ac100-rtc";
                         interrupt-parent = <&r_intc>;                          interrupt-parent = <&r_intc>;
                         interrupts = <0 IRQ_TYPE_LEVEL_LOW>;                          interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_LOW>;
                         clocks = <&ac100_codec>;                          clocks = <&ac100_codec>;
                         #clock-cells = <1>;                          #clock-cells = <1>;
                         clock-output-names = "cko1_rtc",                          clock-output-names = "cko1_rtc",
Line 374 
Line 374 
 };  };
   
 &reg_dldo3 {  &reg_dldo3 {
         regulator-min-microvolt = <2800000>;          regulator-min-microvolt = <1800000>;
         regulator-max-microvolt = <2800000>;          regulator-max-microvolt = <1800000>;
         regulator-name = "vdd-csi";          regulator-name = "vdd-csi";
 };  };
   
Line 493 
Line 493 
 };  };
   
 &usb_otg {  &usb_otg {
         dr_mode = "otg";  
         status = "okay";          status = "okay";
 };  };
   
 &usbphy {  &usbphy {
         usb0_id_det-gpios = <&pio 7 11 GPIO_ACTIVE_HIGH>; /* PH11 */          usb0_id_det-gpios = <&pio 7 11 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; /* PH11 */
           usb0_vbus_power-supply = <&usb_power_supply>;
         usb0_vbus-supply = <&reg_drivevbus>;          usb0_vbus-supply = <&reg_drivevbus>;
         usb1_vbus-supply = <&reg_vmain>;          usb1_vbus-supply = <&reg_vmain>;
         usb2_vbus-supply = <&reg_vmain>;          usb2_vbus-supply = <&reg_vmain>;

Legend:
Removed from v.1.1.1.4  
changed lines
  Added in v.1.1.1.5

CVSweb <webmaster@jp.NetBSD.org>