From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 ECD7D33CE8A; Thu, 28 May 2026 20:14:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779999283; cv=none; b=r9wbkqpLTyc5sVeZ3Mawa5qZ13o9TRB/Uf9L5qoj2gfKfNZ54nLEbgDhYj+NcXwLj2GwdhAvhAV2qfYpe+kSwDCNpabGPcLQ4WXPeArso6vPPESSRB+I8bjp408igw8frGktf+L449bRM8TXUiTa7cfknTmWt7D+JZMFPEw5vaY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779999283; c=relaxed/simple; bh=YliCkXe5CeRDARX1GoQ8kiES3czC7irAT9/x5Q7uod0=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=ZyBG2zkp0ELU5SpLq4GrDvy6SBLNYbjvI7uoGjPo+Vi8sUoQrgDfMkv3WmayZPUWlcsG2j6qcUh6EeO8Qd8M1+xMMZNL8gCz8tEulydR6Co3NlB/8pLw0svEc1zGoNHywzQ3StOjwR37YmFOYfKVVP8wOSLQtM/WarCJd9dPUXw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=VJLM5lHh; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="VJLM5lHh" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 575FB1F000E9; Thu, 28 May 2026 20:14:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1779999282; bh=EVZWh50usgx4zYpvbskga7BKBC5F/VVGZOFcOnv6nZU=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=VJLM5lHhtGBNSFAQcHtfdpNA0fQIZ9kPpMTtfmc0ooK9Bfe9R30m5bMkFFMhkoGFd LE3tlkfqwpiWbFZe/aCXXYNrgplCuvk9Z5w/p2U3aDBidipDCl3I6c52ZW8qmztaS/ +ShtJd14DjarnBmt0tv48t7PrDGn44N2raMX3QfY= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Stanimir Varbanov , Florian Fainelli , Conor Dooley , Ulf Hansson Subject: [PATCH 6.18 012/377] dt-bindings: soc: bcm: Add bcm2712 compatible Date: Thu, 28 May 2026 21:44:10 +0200 Message-ID: <20260528194638.743206747@linuxfoundation.org> X-Mailer: git-send-email 2.54.0 In-Reply-To: <20260528194638.371537336@linuxfoundation.org> References: <20260528194638.371537336@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.18-stable review patch. If anyone has any objections, please let me know. ------------------ From: Stanimir Varbanov commit 34194cb385033656d347ebe45c241e4739a58125 upstream. Add bcm2712-pm compatible and update the bindings to satisfy it's requirements. The PM hardware block inside bcm2712 lacks the "asb" and "rpivid_asb" register ranges and also does not have clocks, update the bindings accordingly. Signed-off-by: Stanimir Varbanov Reviewed-by: Florian Fainelli Acked-by: Conor Dooley Signed-off-by: Ulf Hansson Signed-off-by: Greg Kroah-Hartman --- Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml | 38 ++++++++-- 1 file changed, 32 insertions(+), 6 deletions(-) --- a/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml +++ b/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml @@ -13,23 +13,21 @@ description: | maintainers: - Nicolas Saenz Julienne -allOf: - - $ref: /schemas/watchdog/watchdog.yaml# - properties: compatible: items: - enum: - brcm,bcm2835-pm - brcm,bcm2711-pm + - brcm,bcm2712-pm - const: brcm,bcm2835-pm-wdt reg: - minItems: 2 + minItems: 1 maxItems: 3 reg-names: - minItems: 2 + minItems: 1 items: - const: pm - const: asb @@ -62,7 +60,35 @@ required: - reg - "#power-domain-cells" - "#reset-cells" - - clocks + +allOf: + - $ref: /schemas/watchdog/watchdog.yaml# + + - if: + properties: + compatible: + contains: + enum: + - brcm,bcm2835-pm + - brcm,bcm2711-pm + then: + required: + - clocks + + properties: + reg: + minItems: 2 + + reg-names: + minItems: 2 + + else: + properties: + reg: + maxItems: 1 + + reg-names: + maxItems: 1 additionalProperties: false