From b66b56f504f32a82422c0d71c48c6050d050e7ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Walstr=C3=B6m?= Date: Wed, 21 Feb 2024 09:19:04 +0100 Subject: [PATCH] probe: rename usb-ports-names => usb-port-names --- board/netconf/rootfs/libexec/infix/probe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/netconf/rootfs/libexec/infix/probe b/board/netconf/rootfs/libexec/infix/probe index 13020324..949a3a3a 100755 --- a/board/netconf/rootfs/libexec/infix/probe +++ b/board/netconf/rootfs/libexec/infix/probe @@ -83,7 +83,7 @@ class DTSystem: } def infix_usb_devices(self, out): - names=self.infix.str_array("usb-ports-names") + names=self.infix.str_array("usb-port-names") phs=self.__get_phandle_array("usb-ports") data=dict(zip(names,phs)) if data != {}: