From nobody Fri Feb 13 19:29:36 2026 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 922BDC00E86 for ; Wed, 20 Sep 2023 15:26:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236543AbjITP0L (ORCPT ); Wed, 20 Sep 2023 11:26:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44564 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236524AbjITP0H (ORCPT ); Wed, 20 Sep 2023 11:26:07 -0400 Received: from mx0b-002e3701.pphosted.com (mx0b-002e3701.pphosted.com [148.163.143.35]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C72F5E6; Wed, 20 Sep 2023 08:25:59 -0700 (PDT) Received: from pps.filterd (m0148664.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 38KENZWg006347; Wed, 20 Sep 2023 15:25:50 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hpe.com; h=from : to : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding; s=pps0720; bh=lOoOGMnwkRpp5qXSLiS7UajBL6zMDJfdCCiJrzbi1J4=; b=n8SwJIWqBsGbdqctGgxZfbZxjilRyJVclmRNLr5/p7/QAvOStS8CPnsCzMNqbwrjtp6k f8pEO2GcLO4yrWrU+mkIKs/pZs+l9yV+NKjzf17DY3fQg6Kjgs/bE9JedkFgcPPELot7 /O0HK8VHDiRnRmskWT40arQS7HR+CnI+YbX7j6FTSwLDYP+0bBh6+/h4WzIRXkIDF3G9 tMe8j3v7/XQf+xyjZbhkJ/vADyVPr3LQTtb2jVpkVnObAGyaV2kLVNhWA0Wduhy5pXK1 tZOP59YpVpsGuo1nFazJCaKE9MHZB6u6exKxe6rVMBf9+4We0NiO3ikViBzNFxTcedZz xQ== Received: from p1lg14879.it.hpe.com ([16.230.97.200]) by mx0b-002e3701.pphosted.com (PPS) with ESMTPS id 3t82f1rjvn-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 20 Sep 2023 15:25:50 +0000 Received: from p1lg14885.dc01.its.hpecorp.net (unknown [10.119.18.236]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by p1lg14879.it.hpe.com (Postfix) with ESMTPS id 844711319C; Wed, 20 Sep 2023 15:25:49 +0000 (UTC) Received: from hpe.com (unknown [16.231.227.39]) by p1lg14885.dc01.its.hpecorp.net (Postfix) with ESMTP id F25FE80B25E; Wed, 20 Sep 2023 15:25:48 +0000 (UTC) From: charles.kearney@hpe.com To: charles.kearney@hpe.com, verdun@hpe.com, nick.hawkins@hpe.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 1/1] ARM: dts: hpe: BUG: Correct GXP register ranges Date: Wed, 20 Sep 2023 15:25:14 +0000 Message-Id: <20230920152514.3889174-2-charles.kearney@hpe.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230920152514.3889174-1-charles.kearney@hpe.com> References: <20230920152514.3889174-1-charles.kearney@hpe.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Proofpoint-GUID: 2YqVdXtsdpy_jwTkpEwZCR89H0Um7C1d X-Proofpoint-ORIG-GUID: 2YqVdXtsdpy_jwTkpEwZCR89H0Um7C1d X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.267,Aquarius:18.0.980,Hydra:6.0.601,FMLib:17.11.176.26 definitions=2023-09-20_05,2023-09-20_01,2023-05-22_02 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 lowpriorityscore=0 suspectscore=0 spamscore=0 adultscore=0 mlxlogscore=622 malwarescore=0 impostorscore=0 clxscore=1015 bulkscore=0 mlxscore=0 phishscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2308100000 definitions=main-2309200125 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" From: Charles Kearney Bug fix to correct memory ranges on GXP to include host registers. This=20 corrects a issue where the host interrupt controller is not available. Fixes: 53658de4fadb ARM: dts: Introduce HPE GXP Device tree Signed-off-by: Charles Kearney Reviewed-by: Nick Hawkins --- V2:=20 *added Fixes tag *removed irrelevant comment line *fixed range alignment --- arch/arm/boot/dts/hpe/hpe-gxp.dtsi | 37 +++++++++++++++--------------- 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/arch/arm/boot/dts/hpe/hpe-gxp.dtsi b/arch/arm/boot/dts/hpe/hpe= -gxp.dtsi index cf735b3c4f35..5de5ec4d833c 100644 --- a/arch/arm/boot/dts/hpe/hpe-gxp.dtsi +++ b/arch/arm/boot/dts/hpe/hpe-gxp.dtsi @@ -52,73 +52,74 @@ L2: cache-controller@b0040000 { cache-level =3D <2>; }; =20 - ahb@c0000000 { + ahb@80000000 { compatible =3D "simple-bus"; #address-cells =3D <1>; #size-cells =3D <1>; - ranges =3D <0x0 0xc0000000 0x30000000>; dma-ranges; + ranges =3D <0x00000000 0x80000000 0x20000000>, + <0x40000000 0xc0000000 0x3fff0000>; =20 - vic0: interrupt-controller@eff0000 { + vic0: interrupt-controller@4eff0000 { compatible =3D "arm,pl192-vic"; - reg =3D <0xeff0000 0x1000>; + reg =3D <0x4eff0000 0x1000>; interrupt-controller; #interrupt-cells =3D <1>; }; =20 - vic1: interrupt-controller@80f00000 { + vic1: interrupt-controller@f00000 { compatible =3D "arm,pl192-vic"; - reg =3D <0x80f00000 0x1000>; + reg =3D <0xf00000 0x1000>; interrupt-controller; #interrupt-cells =3D <1>; }; =20 - uarta: serial@e0 { + uarta: serial@400000e0 { compatible =3D "ns16550a"; - reg =3D <0xe0 0x8>; + reg =3D <0x400000e0 0x8>; interrupts =3D <17>; interrupt-parent =3D <&vic0>; clock-frequency =3D <1846153>; reg-shift =3D <0>; }; =20 - uartb: serial@e8 { + uartb: serial@400000e8 { compatible =3D "ns16550a"; - reg =3D <0xe8 0x8>; + reg =3D <0x400000e8 0x8>; interrupts =3D <18>; interrupt-parent =3D <&vic0>; clock-frequency =3D <1846153>; reg-shift =3D <0>; }; =20 - uartc: serial@f0 { + uartc: serial@400000f0 { compatible =3D "ns16550a"; - reg =3D <0xf0 0x8>; + reg =3D <0x400000f0 0x8>; interrupts =3D <19>; interrupt-parent =3D <&vic0>; clock-frequency =3D <1846153>; reg-shift =3D <0>; }; =20 - usb0: usb@efe0000 { + usb0: usb@4efe0000 { compatible =3D "hpe,gxp-ehci", "generic-ehci"; - reg =3D <0xefe0000 0x100>; + reg =3D <0x4efe0000 0x100>; interrupts =3D <7>; interrupt-parent =3D <&vic0>; }; =20 - st: timer@80 { + st: timer@40000080 { compatible =3D "hpe,gxp-timer"; - reg =3D <0x80 0x16>; + reg =3D <0x40000080 0x16>; interrupts =3D <0>; interrupt-parent =3D <&vic0>; clocks =3D <&iopclk>; clock-names =3D "iop"; }; =20 - usb1: usb@efe0100 { + usb1: usb@4efe0100 { compatible =3D "hpe,gxp-ohci", "generic-ohci"; - reg =3D <0xefe0100 0x110>; + reg =3D <0x4efe0100 0x110>; interrupts =3D <6>; interrupt-parent =3D <&vic0>; }; --=20 2.25.1