From 8a7eb8087878f6f36831061eb2e4d651241a8576 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 7 May 2024 13:55:20 +0200 Subject: [PATCH] cn9130-crb: Set Infix default password Since we don't have any VPD defined on this board, supply a default password hash via the device tree instead. Also, specify the path to external USB port, so that Infix will pick it up in ietf-hardware. --- board/aarch64/dts/marvell/cn9130-crb-A.dts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/board/aarch64/dts/marvell/cn9130-crb-A.dts b/board/aarch64/dts/marvell/cn9130-crb-A.dts index 247b7ea5..1a60a7a0 100644 --- a/board/aarch64/dts/marvell/cn9130-crb-A.dts +++ b/board/aarch64/dts/marvell/cn9130-crb-A.dts @@ -7,6 +7,15 @@ / { model = "Marvell Armada CN9130-CRB-A"; + + chosen { + infix { + /* "admin" */ + factory-password-hash = "$5$mI/zpOAqZYKLC2WU$i7iPzZiIjOjrBF3NyftS9CCq8dfYwHwrmUK097Jca9A"; + usb-ports = <&cp0_usb3_1>; + usb-port-names = "USB"; + }; + }; }; &cp0_pcie0 {