Module Name: src Committed By: bouyer Date: Tue Apr 3 16:17:59 UTC 2018
Modified Files: src/sys/arch/arm/sunxi: sunxi_debe.c sunxi_hdmi.c sunxi_tcon.c Log Message: disable all clocks at end of attach function, and re-enable ahb and mod only in activate function. enable ram gate (in debe) and video plls (in tcon) only when the video output is enabled. Saves about 20mw when both video outputs are off. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/sunxi/sunxi_debe.c cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/sunxi/sunxi_hdmi.c \ src/sys/arch/arm/sunxi/sunxi_tcon.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.