From patchwork Thu Sep 26 06:04:15 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Evan Jobling X-Patchwork-Id: 1989613 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=aS2xjcz7; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.openwrt.org (client-ip=2607:7c80:54:3::133; helo=bombadil.infradead.org; envelope-from=openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org; receiver=patchwork.ozlabs.org) Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4XDjkp09CXz1xt2 for ; Thu, 26 Sep 2024 16:05:37 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type:List-Help: Reply-To:List-Archive:List-Unsubscribe:List-Subscribe:From:List-Post:List-Id: Message-ID:MIME-Version:To:Subject:Date:Cc:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=smYJ/2/JtD44B7zy5OiIgtd/VCzCTHBJszurlrXlHUA=; b=aS2xjcz7NDusaSq25CmIOowxXJ webtT2c6aYHPrgk55ffew0B1YH9juhsKkVpHRpU0WOXC5psuCdzwOQEOisBYF+UZV4fDE9L5a6WI0 QZ0aKzxzxEQCsX74SRK3c+PRSAGEiAsEY4rlxsXrQU5feclkdP6I3fmkpNBpZKxOzkBFqu/lVkinc rTn+ZKG+EmBSJimoMmhe2B+JIXlogX3gpJGnDr0n+S1uZRGAeVsHYhyWIDU+xoofBFbxXHcMjK4sn Fib2G5mtquTZOJ8S5UBJqBeJFYtOFcVUm4J/XJjQh9Ht6M5nR5yvmKYsqRC/EJuuqtgbix5UdhfTA u06vDB4Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1sthc1-00000007Hb7-17oX; Thu, 26 Sep 2024 06:04:25 +0000 Date: Thu, 26 Sep 2024 16:04:15 +1000 Subject: [PATCH] mpc85xx: Add support for HP MSM466 (J9622A) To: openwrt-devel MIME-Version: 1.0 Message-ID: List-Id: OpenWrt Development List List-Post: X-Patchwork-Original-From: Evan Jobling via openwrt-devel From: Evan Jobling Precedence: list X-Mailman-Version: 2.1.34 X-BeenThere: openwrt-devel@lists.openwrt.org List-Subscribe: , List-Unsubscribe: , List-Archive: Reply-To: Evan Jobling List-Help: Sender: "openwrt-devel" Errors-To: openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software. Hardware details: Identical in radios and mainboard to MSM460. This model features 6x RP-SMA rather than internal antennas. Approved antennas have varied gains ranging from 1.5dBi to 13.5dBi. Installation instructions: Identical to MSM460. To differentiate between board numbers after flashing check in Colubris BID partition at 0x0001f997. For example: J9622-60001. Known issues: J9621A and J9620A should be identical but are untested. After flashing, transmit power limits are 23dBm in 2.4GHz, 18dBm in 5GHz. Factory is 20dBm in both bands for both radios. Factory left it to the user to consider transmit power, antenna gain and channel selection, given the approval for indoor and outdoor antennas of various gains. Signed-off-by: Evan Jobling Reviewed-by: Rosen Penev --- target/linux/mpc85xx/image/p1020.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/mpc85xx/image/p1020.mk b/target/linux/mpc85xx/image/p1020.mk index c310b26c87..c0e7885ad4 100644 --- a/target/linux/mpc85xx/image/p1020.mk +++ b/target/linux/mpc85xx/image/p1020.mk @@ -94,6 +94,8 @@ TARGET_DEVICES += extreme-networks_ws-ap3825i define Device/hpe_msm460 DEVICE_VENDOR := Hewlett-Packard DEVICE_MODEL := MSM460 + DEVICE_ALT0_VENDOR := Hewlett-Packard + DEVICE_ALT0_MODEL := MSM466 KERNEL = kernel-bin | fit none $(KDIR)/image-$$(DEVICE_DTS).dtb KERNEL_NAME := zImage.la3000000 KERNEL_ENTRY := 0x3000000