Skip to content

Commit 8d68f6a

Browse files
soburihenrikbrixandersen
authored andcommitted
tests: drivers: build_all: gpio: Correct mcp230xx compatibility
The "microchip,mcp230xx" is not defined. Correcting it to "microchip,mcp23017". Signed-off-by: TOKITA Hiroshi <[email protected]>
1 parent bcec0a2 commit 8d68f6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/drivers/build_all/gpio/app.overlay

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@
141141
nint-gpios = <&test_gpio 0 0>;
142142
};
143143

144-
test_i2c_mcp230xx: mcp230xx@7 {
145-
compatible = "microchip,mcp230xx";
144+
test_i2c_mcp23017: mcp23017@7 {
145+
compatible = "microchip,mcp23017";
146146
reg = <0x07>;
147147
gpio-controller;
148148
#gpio-cells = <2>;

0 commit comments

Comments
 (0)