Commit 8181bb51 authored by Najumon B.A's avatar Najumon B.A Committed by Carles Cufi
Browse files

tests: drivers: gpio: update rpl s ovelay file for acpi support



add acpi hardware id information in rpl-s ovelay file

Signed-off-by: default avatarNajumon B.A <najumon.ba@intel.com>
parent 93421cef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
	resources {
		compatible = "test-gpio-basic-api";

		out-gpios = <&gpio_0_b 14 0>;
		in-gpios  = <&gpio_0_b 15 0>;
		out-gpios = <&gpio_b 14 0>;
		in-gpios  = <&gpio_b 15 0>;
	};
};