tests: drivers: build_all: gpio: Build gpio_dw
This commit adds gpio_dw to the build_all CI test to ensure the driver is always buildable. Signed-off-by: Chen Xingyu <hi@xingrz.me>
This commit is contained in:
parent
a622407bd3
commit
b72e78f7ca
1 changed files with 8 additions and 0 deletions
|
@ -23,6 +23,14 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
test_gpio_dw: gpio@c0ffee {
|
||||||
|
compatible = "snps,designware-gpio";
|
||||||
|
gpio-controller;
|
||||||
|
reg = <0xc0ffee 0x1000>;
|
||||||
|
#gpio-cells = <0x2>;
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
test_i2c: i2c@11112222 {
|
test_i2c: i2c@11112222 {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue