Skip to content

Commit

Permalink
tests: drivers: build_all: gpio: Build gpio_dw
Browse files Browse the repository at this point in the history
This commit adds gpio_dw to the build_all CI test to ensure the driver is
always buildable.

Signed-off-by: Chen Xingyu <[email protected]>
  • Loading branch information
xingrz authored and henrikbrixandersen committed Mar 24, 2024
1 parent a622407 commit b72e78f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/drivers/build_all/gpio/app.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
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 {
#address-cells = <1>;
#size-cells = <0>;
Expand Down

0 comments on commit b72e78f

Please sign in to comment.