tests: drivers: build_all: gpio: Correct mcp230xx compatibility

The "microchip,mcp230xx" is not defined.
Correcting it to "microchip,mcp23017".

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
This commit is contained in:
TOKITA Hiroshi 2024-09-17 19:57:09 +09:00 committed by Henrik Brix Andersen
commit 8d68f6a45b

View file

@ -141,8 +141,8 @@
nint-gpios = <&test_gpio 0 0>; nint-gpios = <&test_gpio 0 0>;
}; };
test_i2c_mcp230xx: mcp230xx@7 { test_i2c_mcp23017: mcp23017@7 {
compatible = "microchip,mcp230xx"; compatible = "microchip,mcp23017";
reg = <0x07>; reg = <0x07>;
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;