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:
TOKITA Hiroshi 2024-10-17 11:24:56 +09:00 committed by Benjamin Cabé
commit ee68472082

View file

@ -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";
};
};
};
};
};