tests: driver: build_all: led: add AXP192/2101 to tests
Add AXP192/2101 LED controller function driver to build_all test. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
This commit is contained in:
parent
7237a2659d
commit
ee68472082
1 changed files with 24 additions and 0 deletions
|
@ -124,6 +124,30 @@
|
|||
compatible = "issi,is31fl3733";
|
||||
reg = <0x10>;
|
||||
};
|
||||
|
||||
axp192@11 {
|
||||
compatible = "x-powers,axp192";
|
||||
reg = <0x11>;
|
||||
status = "okay";
|
||||
|
||||
pwr_led {
|
||||
compatible = "x-powers,axp192-led";
|
||||
status = "okay";
|
||||
x-powers,mode = "by-reg";
|
||||
};
|
||||
};
|
||||
|
||||
axp2101@12 {
|
||||
compatible = "x-powers,axp2101";
|
||||
reg = <0x12>;
|
||||
status = "okay";
|
||||
|
||||
pwr_led {
|
||||
compatible = "x-powers,axp2101-led";
|
||||
status = "okay";
|
||||
x-powers,mode = "by-reg";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue