From patchwork Sat Oct 7 12:15:11 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 730545 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6A8E61A5BC for ; Sat, 7 Oct 2023 12:15:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="qEYUVHbJ" Received: from mail-lf1-x132.google.com (mail-lf1-x132.google.com [IPv6:2a00:1450:4864:20::132]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0D620B9 for ; Sat, 7 Oct 2023 05:15:16 -0700 (PDT) Received: by mail-lf1-x132.google.com with SMTP id 2adb3069b0e04-50308217223so3752978e87.3 for ; Sat, 07 Oct 2023 05:15:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1696680914; x=1697285714; darn=vger.kernel.org; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:from:to:cc:subject:date:message-id :reply-to; bh=O1Zugttc6CQwc0r7Gmq4FY2vaF3Xbow7SZhSdZ4AOps=; b=qEYUVHbJMbNc0sAs1rjrfzWg+7XYEGV2CuiyHZqX8GN6be8h9xeO+/nbI0QqQZiZ+T SawZPmWHtncR5lcwXQ9XGv9dKFdP7EdMYzrMBbA4sJlaBDeRd0XUL4ZA0w9YIOk0NbtD W/4bXwD6+d0OOijZXqLhnX4Wf54nLMKDuCwCkp3/7nUcHc9PCXqGYR38kg/bUJWtYDtc CBzWvp27ryq52sx5dkSfl0sQM9IQBODoJzMtIJMzR0weywVMBFDSDipIktZlK8KUi7gI Yt2iwhFceeyVdlXmHIFcAcfOsqQ473W2Y/U92bH8Rv69FTfzfInKclB6XE7sN1ERPnxF ho6w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696680914; x=1697285714; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=O1Zugttc6CQwc0r7Gmq4FY2vaF3Xbow7SZhSdZ4AOps=; b=tBegoCI4dNTuXqDS0ZDiO3DITKxMDg9fZN2J/nguMe828C/Fs0hlRfRaTGb/EgxQmv XK3muUtrtqXfRXeBzefEHAGsLoTLRRKtzhYAyULuap7me6gKJByWv1nek/5bgHyDVJet oYo6/b2gW/jKB44mIWLwXqLGSs2Jid1Ac8Kk2zK6njRYSKJ+KNRO/kuLMnt+AuX4IV+Z ZhxCbFZ4OrmdDXYOXMIYIV8NQa9jkJbtR9ICGllEjRL1jIPhzxzp/GOEyQXjNx/lkhJw 5TsqZIrM3zv3eUWWIeueSrqfIogc+eORzG1t1Kjb8qibxxSy7MdV629mJflDDv/iKlCV J0Cw== X-Gm-Message-State: AOJu0YzYeQfFabzGLXXSAjAyzyNxGHYeqNOZz2WGCKfg2uGEx3hvzto6 jiZUObWD4FhhEoJWmQ6COzykfb/VWiwAEjN1VCI= X-Google-Smtp-Source: AGHT+IEsGBitPYe8g2kIq3KxXjcF8lsbx+QBzRB0a2uTGbLQ8q37SCwQGTQDCJc6tTIubIQlDbDE/Q== X-Received: by 2002:a19:f015:0:b0:500:9dd4:2969 with SMTP id p21-20020a19f015000000b005009dd42969mr8203031lfc.59.1696680914161; Sat, 07 Oct 2023 05:15:14 -0700 (PDT) Received: from [192.168.1.2] (c-21d3225c.014-348-6c756e10.bbcust.telenor.se. [92.34.211.33]) by smtp.gmail.com with ESMTPSA id v3-20020a197403000000b00502fe164ce6sm667819lfe.204.2023.10.07.05.15.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 07 Oct 2023 05:15:13 -0700 (PDT) From: Linus Walleij Date: Sat, 07 Oct 2023 14:15:11 +0200 Subject: [PATCH v3 1/3] dt-bindings: Add vendor prefixes Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-Id: <20231007-ixp4xx-usr8200-v3-1-ec46edd1ff0e@linaro.org> References: <20231007-ixp4xx-usr8200-v3-0-ec46edd1ff0e@linaro.org> In-Reply-To: <20231007-ixp4xx-usr8200-v3-0-ec46edd1ff0e@linaro.org> To: Peter Denison , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Linus Walleij , Krzysztof Halasa Cc: Imre Kaloz , Ted Hess , Rob Herring , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Linus Walleij , Conor Dooley X-Mailer: b4 0.12.3 X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net These vendor prefixes are used by some routers supported by e.g. OpenWrt. - ADI Engineering is a US telecom equipment company. - Arcom Controllers is a US manufacturer of repeaters. - Freecom Gmbh is a german telecom equipment company. - Gemtek Technology is a Taiwan telecom company. - Gateway Communications was a telecommunication company, now acquired by HKT Limited/PCCW. - Goramo Gorecki is a privately owned Polish telecom company. - U.S. Robotics Corporation, known through their brand name USRobotics is generally referred to as "USR" so use this prefix for the company's device tree bindings. Acked-by: Conor Dooley Signed-off-by: Linus Walleij --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 573578db9509..edeb870c84cd 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -59,6 +59,8 @@ patternProperties: description: AD Holdings Plc. "^adi,.*": description: Analog Devices, Inc. + "^adieng,.*": + description: ADI Engineering, Inc. "^advantech,.*": description: Advantech Corporation "^aeroflexgaisler,.*": @@ -127,6 +129,8 @@ patternProperties: description: Arasan Chip Systems "^archermind,.*": description: ArcherMind Technology (Nanjing) Co., Ltd. + "^arcom,.*": + description: Arcom Controllers "^arctic,.*": description: Arctic Sand "^arcx,.*": @@ -484,6 +488,8 @@ patternProperties: description: FocalTech Systems Co.,Ltd "^forlinx,.*": description: Baoding Forlinx Embedded Technology Co., Ltd. + "^freecom,.*": + description: Freecom Gmbh "^frida,.*": description: Shenzhen Frida LCD Co., Ltd. "^friendlyarm,.*": @@ -496,6 +502,8 @@ patternProperties: description: FX Technology Ltd. "^gardena,.*": description: GARDENA GmbH + "^gateway,.*": + description: Gateway Communications "^gateworks,.*": description: Gateworks Corporation "^gcw,.*": @@ -510,6 +518,8 @@ patternProperties: description: GE Fanuc Intelligent Platforms Embedded Systems, Inc. "^gemei,.*": description: Gemei Digital Technology Co., Ltd. + "^gemtek,.*": + description: Gemtek Technology Co., Ltd. "^genesys,.*": description: Genesys Logic, Inc. "^geniatech,.*": @@ -530,6 +540,8 @@ patternProperties: description: Shenzhen Huiding Technology Co., Ltd. "^google,.*": description: Google, Inc. + "^goramo,.*": + description: Goramo Gorecki "^gplus,.*": description: GPLUS "^grinn,.*": @@ -1444,6 +1456,8 @@ patternProperties: description: United Radiant Technology Corporation "^usi,.*": description: Universal Scientific Industrial Co., Ltd. + "^usr,.*": + description: U.S. Robotics Corporation "^utoo,.*": description: Aigo Digital Technology Co., Ltd. "^v3,.*": From patchwork Sat Oct 7 12:15:12 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 730717 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9E8331C6B3 for ; Sat, 7 Oct 2023 12:15:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="S/P+7xiV" Received: from mail-lf1-x12a.google.com (mail-lf1-x12a.google.com [IPv6:2a00:1450:4864:20::12a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D15DBBC for ; Sat, 7 Oct 2023 05:15:16 -0700 (PDT) Received: by mail-lf1-x12a.google.com with SMTP id 2adb3069b0e04-5046bf37daeso3929711e87.1 for ; Sat, 07 Oct 2023 05:15:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1696680915; x=1697285715; darn=vger.kernel.org; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:from:to:cc:subject:date:message-id :reply-to; bh=7kEHNJvPKWv8XNjyeX3nY116EnimxcPcEGqPtaiNXIo=; b=S/P+7xiVNtc/nKID/zrG7Jt9SqLztdvvT2gRq3Ya+Ztw3Lf9CrI5+XSqamX6yZryJQ eVw0J3Ibuwlo3lhT/ShuvvFkHcZ/IqLE/5lOHlLXuVbo4vi5aO3fWeaIt/oUZzVvOtjG GF3iLFoNQFw9KHIoIKzhnZ9apNY6dI1ZbR6AK6EMLuXh/8UFOdJ3E5c5KY5eSO/+Y2fM /EmH9qiEt8LTtKT5W6AP7e35VUOWaNoTYOa5xy9ujUNVKkkUxmRu6MrsdbeU4kt3UpxE S/AV5nXuUQAKbv5x/Eqb5wkvGsMbIcXiGo3p3WmWU0xDK4wBhcul9nKU9mnfF0cROsvy S5uQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696680915; x=1697285715; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=7kEHNJvPKWv8XNjyeX3nY116EnimxcPcEGqPtaiNXIo=; b=oxjlf2v2dj9CsMZ+q+8o8NLBR4YU9hLppnSphYpMwwA6iFJcuCjfeK/n9p8GR3nVnI 1Tw6BlA9GWsgT4/+Kkr5s/rllVfza53AJTucNcAS5oLhcRaJRnLplX0qAZm7rgCHaoEY /J2AoK+9CpGtBn0/qWmdzh2XK1SJTwYhqYADd9uBK51nZ+er69sMG1lVeXKkvKaHokYH +rnwty9ww/90nBBkhOE94RwWOdhY23VVFokyf/U5LzNjo/rTth0415PMesSvpRo0EFtF czm76AEWp7t2aqd1g872l8rrfh+5SJ2U6qIOCyXFMuEwR5dYUOuMStSs3SbOt4GVcP9t XDyw== X-Gm-Message-State: AOJu0Yw3Y9xQmA6iYD6x9O1qFnVh1Z5paOjHEZFvaG8JLTNXFdVNpo6V Qd9ZKY8HGqMSJkGqPNkoXFAh3w== X-Google-Smtp-Source: AGHT+IGL6xrPOF0OW1OqGVQfMw5YXl8JIwk68mSmtkxLrVy06QExxK7ZJBlT/pSrkF5zI+9wF0pbPw== X-Received: by 2002:a05:6512:68a:b0:502:d743:9fc4 with SMTP id t10-20020a056512068a00b00502d7439fc4mr10626922lfe.37.1696680915132; Sat, 07 Oct 2023 05:15:15 -0700 (PDT) Received: from [192.168.1.2] (c-21d3225c.014-348-6c756e10.bbcust.telenor.se. [92.34.211.33]) by smtp.gmail.com with ESMTPSA id v3-20020a197403000000b00502fe164ce6sm667819lfe.204.2023.10.07.05.15.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 07 Oct 2023 05:15:14 -0700 (PDT) From: Linus Walleij Date: Sat, 07 Oct 2023 14:15:12 +0200 Subject: [PATCH v3 2/3] dt-bindings: arm: List more IXP4xx devices Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-Id: <20231007-ixp4xx-usr8200-v3-2-ec46edd1ff0e@linaro.org> References: <20231007-ixp4xx-usr8200-v3-0-ec46edd1ff0e@linaro.org> In-Reply-To: <20231007-ixp4xx-usr8200-v3-0-ec46edd1ff0e@linaro.org> To: Peter Denison , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Linus Walleij , Krzysztof Halasa Cc: Imre Kaloz , Ted Hess , Rob Herring , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Linus Walleij X-Mailer: b4 0.12.3 X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_BLOCKED, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net The ixp4xx bindings are lacking some of the devices we have out there in the wild, so let's add them. Signed-off-by: Linus Walleij Acked-by: Conor Dooley --- ChangeLog v1->v2: - Skip the crazy triplet compatible. There will have to be one device tree including the other if this really has to be a unique compatible for gemtek,gtwx5715. Linksys will clearly be the most prevalent version. --- Documentation/devicetree/bindings/arm/intel-ixp4xx.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/intel-ixp4xx.yaml b/Documentation/devicetree/bindings/arm/intel-ixp4xx.yaml index 553dcbc70e35..d60792b1d995 100644 --- a/Documentation/devicetree/bindings/arm/intel-ixp4xx.yaml +++ b/Documentation/devicetree/bindings/arm/intel-ixp4xx.yaml @@ -16,12 +16,28 @@ properties: oneOf: - items: - enum: + - adieng,coyote + - arcom,vulcan + - dlink,dsm-g600-a + - freecom,fsg-3 + - gateway,7001 + - gateworks,gw2348 + - goramo,multilink-router + - intel,ixdp425 + - intel,ixdpg425 + - iom,nas-100d - linksys,nslu2 + - netgear,wg302v1 + - netgear,wg302v2 + - usr,8200 - welltech,epbx100 + - linksys,wrv54g + - gemtek,gtwx5715 - const: intel,ixp42x - items: - enum: - gateworks,gw2358 + - intel,kixrp435 - const: intel,ixp43x additionalProperties: true From patchwork Sat Oct 7 12:15:13 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 730544 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CF86E168DE for ; Sat, 7 Oct 2023 12:15:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="PtzF8iHW" Received: from mail-lf1-x131.google.com (mail-lf1-x131.google.com [IPv6:2a00:1450:4864:20::131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ECC37BD for ; Sat, 7 Oct 2023 05:15:17 -0700 (PDT) Received: by mail-lf1-x131.google.com with SMTP id 2adb3069b0e04-5068dab8c00so1102621e87.0 for ; Sat, 07 Oct 2023 05:15:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1696680916; x=1697285716; darn=vger.kernel.org; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:from:to:cc:subject:date:message-id :reply-to; bh=euGeYs/V9G7sRmh00PsrqxHcq0X+pdn1p5CppewPIZc=; b=PtzF8iHWOkyWAxwuizI7uIPqp42R5N+Zuwo2tfrjqQDUN4Wo8mWrfvYUo4q4LL43rn xcHYBhMtX5vkyKpL3lte6w0TDo9H+G9np/XfSxdGNCAyc1Tx8Gd8AFc+HT2Y33/61sjI auinIgacFcrTY+rGh2REp32Dl3AEbQbg5C+9C7SK8uilkDEQBUFEznmYsGJArQCTouvq wjiX0FL4+1fxrMWHbJYKG2e8qUViGaxs6xF9ZYYzNd1R83vM/9OMQrCUajES8rKIKrIh ohUqLZOjlaQWJttXNc12WEgpENH9FgP6eSApFKgaIcrwStihUKRjmr6NhvZBg/QewtoK 6KUQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696680916; x=1697285716; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=euGeYs/V9G7sRmh00PsrqxHcq0X+pdn1p5CppewPIZc=; b=vHWhA/wxu63MERBWU3Njcs8+7iXKPHv9OU0WdtKYIyn7lHdkrBCUA0JFMyPpYMgq1m wzeATVESSAC8VauZ17M2PeZFg5SX67+FBpWGsNEo1So/jXOOCDqk79ntMYJ9H7FE615O Thdh3CKSf+aDmuW9RzUUQx7uwNgFH2rPkRWJ/XrlLg0jUJmELIZoxLfopSh5CQ7x6C4e cGGfD00Qw2SEbdnEb/0UZDLHTM8q+72W3FABW3+PabuAY3TlVmoePFYuK0wufYCFfLAK /nEQyPCkbSDNiA1PlBOeBBCS1xhvW15voQquR0Dj/Xgsg4kOC2PWvJSn1PXa1O67nneh 6Y0A== X-Gm-Message-State: AOJu0Yw4e87oO0ngAArEoudP6ulRwbvGRbE+4Y/oAvytID1ZLOm9eKNZ 2HSlBjn2/Y77vopHf/sJfHXO5A== X-Google-Smtp-Source: AGHT+IEoHeqP4k56KBK4Pxm3kCsXi0gftsayerjz7GV+3zmFFvAQSWrlEKmqfz+3TaPqkEM3GwknIQ== X-Received: by 2002:ac2:5fae:0:b0:503:1998:b48a with SMTP id s14-20020ac25fae000000b005031998b48amr7958810lfe.62.1696680916142; Sat, 07 Oct 2023 05:15:16 -0700 (PDT) Received: from [192.168.1.2] (c-21d3225c.014-348-6c756e10.bbcust.telenor.se. [92.34.211.33]) by smtp.gmail.com with ESMTPSA id v3-20020a197403000000b00502fe164ce6sm667819lfe.204.2023.10.07.05.15.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 07 Oct 2023 05:15:15 -0700 (PDT) From: Linus Walleij Date: Sat, 07 Oct 2023 14:15:13 +0200 Subject: [PATCH v3 3/3] ARM: dts: Use only the Linksys compatible for now Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-Id: <20231007-ixp4xx-usr8200-v3-3-ec46edd1ff0e@linaro.org> References: <20231007-ixp4xx-usr8200-v3-0-ec46edd1ff0e@linaro.org> In-Reply-To: <20231007-ixp4xx-usr8200-v3-0-ec46edd1ff0e@linaro.org> To: Peter Denison , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Linus Walleij , Krzysztof Halasa Cc: Imre Kaloz , Ted Hess , Rob Herring , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Linus Walleij X-Mailer: b4 0.12.3 X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net The Gemtek users can just use the Linksys device tree, triplet compatible is overdoing it. Signed-off-by: Linus Walleij --- arch/arm/boot/dts/intel/ixp/intel-ixp42x-linksys-wrv54g.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/intel/ixp/intel-ixp42x-linksys-wrv54g.dts b/arch/arm/boot/dts/intel/ixp/intel-ixp42x-linksys-wrv54g.dts index 4aba9e0214a0..98275a363c57 100644 --- a/arch/arm/boot/dts/intel/ixp/intel-ixp42x-linksys-wrv54g.dts +++ b/arch/arm/boot/dts/intel/ixp/intel-ixp42x-linksys-wrv54g.dts @@ -13,7 +13,7 @@ / { model = "Linksys WRV54G / Gemtek GTWX5715"; - compatible = "linksys,wrv54g", "gemtek,gtwx5715", "intel,ixp42x"; + compatible = "linksys,wrv54g", "intel,ixp42x"; #address-cells = <1>; #size-cells = <1>;