tests: build_all: led: update for new lp50xx driver
Add nodes for all new devices supported by the updated lp50xx driver to get these enabled as part of the build test. Based on initial work from: - Marek Janus <marek.janus@grinn-global.com> - Rico Ganahl <rico.ganahl@bytesatwork.ch> Signed-off-by: Mathieu Anquetin <mathieu.anquetin@groupe-cahors.com>
This commit is contained in:
parent
26f4fab391
commit
00a2e9cc93
1 changed files with 35 additions and 10 deletions
|
@ -50,30 +50,55 @@
|
|||
reg = <0x2>;
|
||||
};
|
||||
|
||||
lp503x@3 {
|
||||
compatible = "ti,lp503x";
|
||||
lp5009@3 {
|
||||
compatible = "ti,lp5009";
|
||||
reg = <0x3>;
|
||||
};
|
||||
|
||||
lp5562@4 {
|
||||
compatible = "ti,lp5562";
|
||||
lp5012@4 {
|
||||
compatible = "ti,lp5012";
|
||||
reg = <0x4>;
|
||||
};
|
||||
|
||||
pca9633@5 {
|
||||
compatible = "nxp,pca9633";
|
||||
lp5018@5 {
|
||||
compatible = "ti,lp5018";
|
||||
reg = <0x5>;
|
||||
};
|
||||
|
||||
tlc59108@6 {
|
||||
compatible = "ti,tlc59108";
|
||||
lp5024@6 {
|
||||
compatible = "ti,lp5024";
|
||||
reg = <0x6>;
|
||||
};
|
||||
|
||||
lp5569@5 {
|
||||
compatible = "ti,lp5569";
|
||||
lp5030@7 {
|
||||
compatible = "ti,lp5030";
|
||||
reg = <0x7>;
|
||||
};
|
||||
|
||||
lp5036@8 {
|
||||
compatible = "ti,lp5036";
|
||||
reg = <0x8>;
|
||||
};
|
||||
|
||||
lp5562@9 {
|
||||
compatible = "ti,lp5562";
|
||||
reg = <0x9>;
|
||||
};
|
||||
|
||||
lp5569@a {
|
||||
compatible = "ti,lp5569";
|
||||
reg = <0xa>;
|
||||
};
|
||||
|
||||
pca9633@b {
|
||||
compatible = "nxp,pca9633";
|
||||
reg = <0xb>;
|
||||
};
|
||||
|
||||
tlc59108@c {
|
||||
compatible = "ti,tlc59108";
|
||||
reg = <0xc>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue