From patchwork Mon Jan 30 22:00:55 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Hawkins, Nick" X-Patchwork-Id: 13121955 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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0473BC54EAA for ; Mon, 30 Jan 2023 22:03:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id B4267C4339E; Mon, 30 Jan 2023 22:03:29 +0000 (UTC) Received: from mx0a-002e3701.pphosted.com (mx0a-002e3701.pphosted.com [148.163.147.86]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id 8B307C433EF for ; Mon, 30 Jan 2023 22:03:28 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 8B307C433EF Authentication-Results: smtp.kernel.org; dmarc=pass (p=none dis=none) header.from=hpe.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=hpe.com Received: from pps.filterd (m0150242.ppops.net [127.0.0.1]) by mx0a-002e3701.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 30UKmOXF029358; Mon, 30 Jan 2023 22:03:19 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hpe.com; h=from : to : subject : date : message-id; s=pps0720; bh=A27Es/cKNMb2PQmhdgO4UIsXSiJyWHxfKgzxZPKXfbs=; b=Zegn6obreHGK7BIGk1+x2Gvcn8QDZw5ZKLVglwwxxOpdZ40VgTXsHAX96BF4ohgbFt+Q oEqf5IS67tChw+DjeLktzNtEGkizRlXCcKkrhLfR7v+168Yt2wAZyVGHr4cXou1C4Nwj dPmMILmcN7jBFgS9w3dkHvEnfPqJhwBwqdTDr2CiEdHmgcmlVlrOn1Z3fldbjN+JXZrm ivALOWhKg3pQ12PImJ9Y5J4XWXP7ys9TAmipPQmS4e8YPfiS1onpvg1L4WRUBFmQ7aEr ckdc0j6iiTo9W2I94IvABcBGzRnQFIfeg8rC5K64WbXDPJwjz3ZdCQMFGHIp48rU9h+6 sg== Received: from p1lg14879.it.hpe.com (p1lg14879.it.hpe.com [16.230.97.200]) by mx0a-002e3701.pphosted.com (PPS) with ESMTPS id 3neh1fuqas-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 30 Jan 2023 22:03:19 +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 2426513194; Mon, 30 Jan 2023 22:03:17 +0000 (UTC) Received: from hpe.com (unknown [16.231.227.36]) by p1lg14885.dc01.its.hpecorp.net (Postfix) with ESMTP id 1A55E806B79; Mon, 30 Jan 2023 22:03:15 +0000 (UTC) From: nick.hawkins@hpe.com List-Id: To: soc@kernel.org, arnd@arndb.de, verdun@hpe.com, nick.hawkins@hpe.com, krzysztof.kozlowski+dt@linaro.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH v1 0/1] ARM: Correct HPE GXP Register ranges Date: Mon, 30 Jan 2023 16:00:55 -0600 Message-Id: <20230130220056.14349-1-nick.hawkins@hpe.com> X-Mailer: git-send-email 2.17.1 X-Proofpoint-GUID: shxItuureKm-ryzy9TuckhtngJ71ZjBp X-Proofpoint-ORIG-GUID: shxItuureKm-ryzy9TuckhtngJ71ZjBp X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.930,Hydra:6.0.562,FMLib:17.11.122.1 definitions=2023-01-30_17,2023-01-30_01,2022-06-22_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 bulkscore=0 mlxscore=0 lowpriorityscore=0 adultscore=0 suspectscore=0 impostorscore=0 phishscore=0 spamscore=0 mlxlogscore=890 priorityscore=1501 malwarescore=0 clxscore=1015 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2212070000 definitions=main-2301300202 From: Nick Hawkins The GXP SoC has a large range of registers. This patch will expand the registers available to SoC by modifying its device tree file. Initially this change was planned to be part of a larger set but feedback indicated it should be submitted separately. In the device tree file there is a large gap in the ranges of registers available because they are reserved. Nick Hawkins (1): ARM: dts: hpe: Correct GXP register ranges arch/arm/boot/dts/hpe-gxp.dtsi | 41 +++++++++++++++++----------------- 1 file changed, 20 insertions(+), 21 deletions(-)