mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
This patch extends pmic_bind_children prefix matching. In addition to the node name the property regulator-name is used while trying to match prefixes. This allows assigning different drivers to regulator nodes named regulator@1 and regulator@10 for example. I have discarded the idea of using other properties then regulator-name as I do not see any benefit in using property compatible or even regulator-compatible. Of course I am open to change this if there are good reasons to do so. Signed-off-by: Felix Brack <fb@ltec.ch> Reviewed-by: Simon Glass <sjg@chromium.org> |
||
|---|---|---|
| .. | ||
| adc.c | ||
| blk.c | ||
| bus.c | ||
| clk.c | ||
| cmd_dm.c | ||
| core.c | ||
| eth.c | ||
| gpio.c | ||
| i2c.c | ||
| Kconfig | ||
| led.c | ||
| mailbox.c | ||
| Makefile | ||
| mmc.c | ||
| pci.c | ||
| phy.c | ||
| pmic.c | ||
| power-domain.c | ||
| pwm.c | ||
| ram.c | ||
| regmap.c | ||
| regulator.c | ||
| remoteproc.c | ||
| reset.c | ||
| rtc.c | ||
| sf.c | ||
| spi.c | ||
| spmi.c | ||
| syscon.c | ||
| sysreset.c | ||
| test-driver.c | ||
| test-fdt.c | ||
| test-main.c | ||
| test-uclass.c | ||
| timer.c | ||
| usb.c | ||
| video.c | ||
| wdt.c | ||