From patchwork Thu Apr 21 19:21:27 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Hawkins, Nick" X-Patchwork-Id: 564509 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E7F47C4332F for ; Thu, 21 Apr 2022 19:20:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1383253AbiDUTWz (ORCPT ); Thu, 21 Apr 2022 15:22:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58856 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1391546AbiDUTWv (ORCPT ); Thu, 21 Apr 2022 15:22:51 -0400 Received: from mx0a-002e3701.pphosted.com (mx0a-002e3701.pphosted.com [148.163.147.86]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 751D76394; Thu, 21 Apr 2022 12:20:00 -0700 (PDT) Received: from pps.filterd (m0134420.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 23LEnWt9014921; Thu, 21 Apr 2022 19:19:40 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hpe.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version; s=pps0720; bh=Q3mq/8xNeFZ0MBDYKmHTFQ+sc5donBVUtRkMO956L/k=; b=otUwunlmHTIIiQMzeAkMo7Ow3fJcYi57+YZovGY8iBIQblraXSCkfpBrC11EAlRkJ3lU 4jKmb7ZtNftWQDr8lYpDM/wj2rPAE1f0usdWj7Np2ccXkoM2IxKxSj4Y4z9FUp9goNae 5goE0uKEGzsSbBzn0oYkmRXfXL0zp2HT/153rJmIBiYcvsBYopeR1jZ41v/P+K/zQ9cB nM4k0X7O2hh43bjGxqGTSUB9KtF9xu2ft14gdY4e7arJbS0+dXbw1hEdW7Zd9S7+Li9Z SQJns0MXJctNtNDCcM94msMWIMURb/QTEgzzXxhMBMmtCDHO7Z8ey7s02EWOhmreHNoJ vg== Received: from g4t3427.houston.hpe.com (g4t3427.houston.hpe.com [15.241.140.73]) by mx0b-002e3701.pphosted.com (PPS) with ESMTPS id 3fk9c8a8uc-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 21 Apr 2022 19:19:40 +0000 Received: from g9t2301.houston.hpecorp.net (g9t2301.houston.hpecorp.net [16.220.97.129]) by g4t3427.houston.hpe.com (Postfix) with ESMTP id 7DED36F; Thu, 21 Apr 2022 19:19:39 +0000 (UTC) Received: from hpe.com (cigateway-dev.us.rdlabs.hpecorp.net [10.14.73.30]) by g9t2301.houston.hpecorp.net (Postfix) with ESMTP id 317F14A; Thu, 21 Apr 2022 19:19:39 +0000 (UTC) From: nick.hawkins@hpe.com To: verdun@hpe.com, nick.hawkins@hpe.com, joel@jms.id.au, arnd@arndb.de, openbmc@lists.ozlabs.org Cc: Wim Van Sebroeck , Guenter Roeck , Rob Herring , Krzysztof Kozlowski , linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v5 06/11] dt-bindings: watchdog: Add HPE GXP Watchdog timer binding Date: Thu, 21 Apr 2022 14:21:27 -0500 Message-Id: <20220421192132.109954-7-nick.hawkins@hpe.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20220421192132.109954-1-nick.hawkins@hpe.com> References: <20220421192132.109954-1-nick.hawkins@hpe.com> X-Proofpoint-ORIG-GUID: VMen7TbjJQQF4pvZ2haKczr30IT5c0C2 X-Proofpoint-GUID: VMen7TbjJQQF4pvZ2haKczr30IT5c0C2 X-Proofpoint-UnRewURL: 0 URL was un-rewritten MIME-Version: 1.0 X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.858,Hydra:6.0.486,FMLib:17.11.64.514 definitions=2022-04-21_04,2022-04-21_01,2022-02-23_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 adultscore=0 bulkscore=0 impostorscore=0 mlxlogscore=999 mlxscore=0 spamscore=0 phishscore=0 priorityscore=1501 lowpriorityscore=0 clxscore=1015 suspectscore=0 malwarescore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2202240000 definitions=main-2204210102 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Nick Hawkins Add the hpe gxp watchdog timer binding hpe,gxp-wdt. This will enable support for the HPE GXP Watchdog. Signed-off-by: Nick Hawkins --- v5: * Fixed version log v4: * Made watchdog a child of timer because of same register area based on review feedback * Simplified the watchdog yaml as it will get information from parent device v3: * Used proper patchset format. v2: * Converted from txt to yaml --- .../bindings/watchdog/hpe,gxp-wdt.yaml | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Documentation/devicetree/bindings/watchdog/hpe,gxp-wdt.yaml diff --git a/Documentation/devicetree/bindings/watchdog/hpe,gxp-wdt.yaml b/Documentation/devicetree/bindings/watchdog/hpe,gxp-wdt.yaml new file mode 100644 index 000000000000..c20da146352f --- /dev/null +++ b/Documentation/devicetree/bindings/watchdog/hpe,gxp-wdt.yaml @@ -0,0 +1,30 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/watchdog/hpe,gxp-wdt.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: HPE GXP Controlled Watchdog + +allOf: + - $ref: "watchdog.yaml#" + +maintainers: + - Nick Hawkins + - Jean-Marie Verdun + +properties: + compatible: + const: hpe,gxp-wdt + +required: + - compatible + +unevaluatedProperties: false + +examples: + - | + watchdog0: watchdog { + compatible = "hpe,gxp-wdt"; + }; + From patchwork Thu Apr 21 19:21:28 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Hawkins, Nick" X-Patchwork-Id: 564512 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3A9EAC433FE for ; Thu, 21 Apr 2022 19:19:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1387270AbiDUTWr (ORCPT ); Thu, 21 Apr 2022 15:22:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58368 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1387407AbiDUTWi (ORCPT ); Thu, 21 Apr 2022 15:22:38 -0400 Received: from mx0a-002e3701.pphosted.com (mx0a-002e3701.pphosted.com [148.163.147.86]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 16A204B41D; Thu, 21 Apr 2022 12:19:48 -0700 (PDT) Received: from pps.filterd (m0148663.ppops.net [127.0.0.1]) by mx0a-002e3701.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 23LE4WG6011421; Thu, 21 Apr 2022 19:19:40 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hpe.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version; s=pps0720; bh=RM8T+JZ1lTYnyzKMhfwp9W9A1cYb3C0isL/BrOjFRt4=; b=JUQ6CyL29M6mAzt0WksuX6NJtUFaKJJpkNAY6OD5Ns9QSjC5RK7NdPRO5PSFB5D7CTCN regvMTZtNJOJSLiax26y8AHiAXzr8Yn0a2FMjjk3zrLiLPBuLX74LtcFzmt/BQjzid/K nguyat9WIbOfKjpg4XJqamPhlfU650TgQvdkDWlLBx/iKTK7d6aMsGU8W95pL3B/VgkK 7bEKvdQ5o8gVdXusmNNouoC0jmd0EPOQFBmupJrZuNRp+s14eVJq28I6MPBdgrpND8E7 8T9PEKSLlf4oZ0QeZSsmwHzQ/fIKkCPtp/QcmDAPkedGk9j4W2Gl4IqgX1ruVP6E2xbZ 1Q== Received: from g4t3426.houston.hpe.com (g4t3426.houston.hpe.com [15.241.140.75]) by mx0a-002e3701.pphosted.com (PPS) with ESMTPS id 3fk8q2aqha-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 21 Apr 2022 19:19:40 +0000 Received: from g9t2301.houston.hpecorp.net (g9t2301.houston.hpecorp.net [16.220.97.129]) by g4t3426.houston.hpe.com (Postfix) with ESMTP id 034C261; Thu, 21 Apr 2022 19:19:40 +0000 (UTC) Received: from hpe.com (cigateway-dev.us.rdlabs.hpecorp.net [10.14.73.30]) by g9t2301.houston.hpecorp.net (Postfix) with ESMTP id B26924A; Thu, 21 Apr 2022 19:19:39 +0000 (UTC) From: nick.hawkins@hpe.com To: verdun@hpe.com, nick.hawkins@hpe.com, joel@jms.id.au, arnd@arndb.de, openbmc@lists.ozlabs.org Cc: Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v5 07/11] dt-bindings: arm: Add HPE GXP Binding Date: Thu, 21 Apr 2022 14:21:28 -0500 Message-Id: <20220421192132.109954-8-nick.hawkins@hpe.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20220421192132.109954-1-nick.hawkins@hpe.com> References: <20220421192132.109954-1-nick.hawkins@hpe.com> X-Proofpoint-GUID: KmpPjNSVEXJ7yEmeLAz3S0daz0zLJqQS X-Proofpoint-ORIG-GUID: KmpPjNSVEXJ7yEmeLAz3S0daz0zLJqQS X-Proofpoint-UnRewURL: 0 URL was un-rewritten MIME-Version: 1.0 X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.858,Hydra:6.0.486,FMLib:17.11.64.514 definitions=2022-04-21_04,2022-04-21_01,2022-02-23_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 clxscore=1015 priorityscore=1501 suspectscore=0 phishscore=0 spamscore=0 impostorscore=0 mlxscore=0 mlxlogscore=999 bulkscore=0 malwarescore=0 adultscore=0 lowpriorityscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2202240000 definitions=main-2204210102 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Nick Hawkins This adds support for the hpe,gxp binding. The GXP is based on the cortex a9 processor and supports arm7. Signed-off-by: Nick Hawkins --- v5: * Fix version log v4: * Removed gxp.yaml * Created hpe,gxp.yaml based on reviewer input v3: * Created gxp.yaml v2: * No change --- .../devicetree/bindings/arm/hpe,gxp.yaml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/hpe,gxp.yaml diff --git a/Documentation/devicetree/bindings/arm/hpe,gxp.yaml b/Documentation/devicetree/bindings/arm/hpe,gxp.yaml new file mode 100644 index 000000000000..cd86b67ea207 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/hpe,gxp.yaml @@ -0,0 +1,22 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/arm/hpe,gxp.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: HPE BMC GXP SoC driver + +maintainers: + - Nick Hawkins + - Jean-Marie Verdun + +properties: + compatible: + items: + - enum: + - hpe,gxp-dl360gen10 + - const: hpe,gxp + +additionalProperties: true + +... From patchwork Thu Apr 21 19:21:29 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Hawkins, Nick" X-Patchwork-Id: 564511 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D4718C4332F for ; Thu, 21 Apr 2022 19:19:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1387648AbiDUTWs (ORCPT ); Thu, 21 Apr 2022 15:22:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58408 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1387874AbiDUTWj (ORCPT ); Thu, 21 Apr 2022 15:22:39 -0400 Received: from mx0a-002e3701.pphosted.com (mx0a-002e3701.pphosted.com [148.163.147.86]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 14F624B41D; Thu, 21 Apr 2022 12:19:49 -0700 (PDT) Received: from pps.filterd (m0150242.ppops.net [127.0.0.1]) by mx0a-002e3701.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 23LIWFsP016452; Thu, 21 Apr 2022 19:19:41 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hpe.com; h=from : to : cc : subject : date : message-id : in-reply-to : references; s=pps0720; bh=dZWiEVD/xZ1urA5n2y9hX5aRJN3VFiV7YiaKIlXZI9o=; b=FAURZotp4fSHTDgZa6wTEfplw3s0UwLjSanj1X5qBowVpXRR2bn3OJFNSc50mlH79Fdf krFFQYJKBKh1ec2kgzWnkEbJynbr6k6Rft9/SSi1mJLWjCfyrhHIDqYBDp+sad7kAghT hRJM79H5s1Xf0vIYGbrUD4nDGsB0Srbj4qBmqbpuUnXfv8fVrs4aU2QTXPQXhWHP0HhT rMSGFUsV9IE+0REhsTjOTRGanbFR0/9Ia1qiuJqHgNwrCVu6ArMXvGzIaORaFjrWcfDa FLh3pah8QqxjnksSTvgLuD0mjMgSjEsTF0Cs8Pvt1sCweNARTQhQhcVQ+Q3HPCw/LY4s jA== Received: from g4t3427.houston.hpe.com (g4t3427.houston.hpe.com [15.241.140.73]) by mx0a-002e3701.pphosted.com (PPS) with ESMTPS id 3fk9h1j4e3-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 21 Apr 2022 19:19:41 +0000 Received: from g9t2301.houston.hpecorp.net (g9t2301.houston.hpecorp.net [16.220.97.129]) by g4t3427.houston.hpe.com (Postfix) with ESMTP id 8664566; Thu, 21 Apr 2022 19:19:40 +0000 (UTC) Received: from hpe.com (cigateway-dev.us.rdlabs.hpecorp.net [10.14.73.30]) by g9t2301.houston.hpecorp.net (Postfix) with ESMTP id 34D3C48; Thu, 21 Apr 2022 19:19:40 +0000 (UTC) From: nick.hawkins@hpe.com To: verdun@hpe.com, nick.hawkins@hpe.com, joel@jms.id.au, arnd@arndb.de, openbmc@lists.ozlabs.org Cc: Greg Kroah-Hartman , Rob Herring , Krzysztof Kozlowski , linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v5 08/11] dt-bindings: usb: generic-ehci: Add HPE GXP ehci binding Date: Thu, 21 Apr 2022 14:21:29 -0500 Message-Id: <20220421192132.109954-9-nick.hawkins@hpe.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20220421192132.109954-1-nick.hawkins@hpe.com> References: <20220421192132.109954-1-nick.hawkins@hpe.com> X-Proofpoint-ORIG-GUID: hHUBP9NRYJbUp-cp8REO9QeIpZl6aBeh X-Proofpoint-GUID: hHUBP9NRYJbUp-cp8REO9QeIpZl6aBeh X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.858,Hydra:6.0.486,FMLib:17.11.64.514 definitions=2022-04-21_04,2022-04-21_01,2022-02-23_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxscore=0 lowpriorityscore=0 malwarescore=0 adultscore=0 priorityscore=1501 mlxlogscore=714 phishscore=0 bulkscore=0 impostorscore=0 clxscore=1015 suspectscore=0 spamscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2202240000 definitions=main-2204210102 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Nick Hawkins Add hpe,gxp-ehci to the generic-ehci list. This is to enable the device tree. Signed-off-by: Nick Hawkins --- v5: * Fixed previous change log * Fixed typo with echi -> ehci v4: * Based on previous feedback the hpe,gxp-ehci has been added to the list of devices v3: * No change v2: * No change --- Documentation/devicetree/bindings/usb/generic-ehci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/usb/generic-ehci.yaml b/Documentation/devicetree/bindings/usb/generic-ehci.yaml index 8913497624de..0b4524b6409e 100644 --- a/Documentation/devicetree/bindings/usb/generic-ehci.yaml +++ b/Documentation/devicetree/bindings/usb/generic-ehci.yaml @@ -55,6 +55,7 @@ properties: - brcm,bcm7420-ehci - brcm,bcm7425-ehci - brcm,bcm7435-ehci + - hpe,gxp-ehci - ibm,476gtr-ehci - nxp,lpc1850-ehci - qca,ar7100-ehci