Project

General

Profile

完成 #274 » 0001-feat-rv1103-enable-saradc-in-dtsi.patch

余 顺, 02/15/2025 07:29 AM

View differences:

sysdrv/source/kernel/arch/arm/boot/dts/rv1103.dtsi
&u2phy_otg {
rockchip,vbus-always-on;
};
/{
vcc_virtual: vcc-virtual {
compatible = "regulator-fixed";
regulator-name = "vcc-virtual";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
regulator-boot-on;
regulator-always-on;
status = "okay";
};
};
&saradc {
status = "okay";
vref-supply = <&vcc_virtual>;
};
(1-1/2)