于 2017年8月23日 GMT+08:00 上午4:12:15, Maxime Ripard <maxime.rip...@free-electrons.com> 写到: >On Tue, Aug 22, 2017 at 02:17:42PM +0800, Icenowy Zheng wrote: >> +®_vcc5v0 { >> + gpio = <&pio 7 23 GPIO_ACTIVE_HIGH>; /* PH23 */ >> + enable-active-high; >> +}; > >Same thing here, you're not using that regulator anywhere. You don't >even use any of the regulators in sunxi-common-regulators.
Maybe I should drop the regulator now, and re-introduce it when adding USB/SATA? > >Maxime