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. Change-Id: Ifedf2c0a51cb725ddb290ee9dfd54a3fea45df70 Signed-off-by: Felix Brack <fb@ltec.ch> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit bf802f5d544f85c03b4097ab23d078be43c61855) |
||
|---|---|---|
| .. | ||
| adc | ||
| ata | ||
| clock | ||
| cpu | ||
| exynos | ||
| firmware | ||
| gpio | ||
| gpu | ||
| i2c | ||
| input | ||
| leds | ||
| mailbox | ||
| misc | ||
| mmc | ||
| mtd | ||
| nand | ||
| net | ||
| pci | ||
| pinctrl | ||
| pmic | ||
| power | ||
| pwm | ||
| ram | ||
| regulator | ||
| remoteproc | ||
| reset | ||
| serial | ||
| spi | ||
| spmi | ||
| thermal | ||
| timer | ||
| usb | ||
| video | ||
| README | ||
| chosen.txt | ||
| config.txt | ||
| root.txt | ||
README
Device Tree Bindings Staging Area ================================= This directory contains device tree bindings for U-Boot. These follow along with Linux kernel bindings, with a few additions. By adding the files here, U-Boot patches can clearly show thees additions. This makes it easier for device tree people to review these additions in patches sent to the U-Boot mailing list. The intent IS to commit these files to U-Boot. Hopefully at some point the files will be stored in another repo (shared with Linux) which is brought in as needed. Changes here are intended to mirror changes in the Linux Documentation/devicetree/bindings/ directory. sjg@chromium.org 17-Jan-12