From patchwork Fri Oct 25 17:15:34 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dave Stevenson X-Patchwork-Id: 13851093 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 8BEC3D149D6 for ; Fri, 25 Oct 2024 17:16:07 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id EE5CA10E3ED; Fri, 25 Oct 2024 17:16:06 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=raspberrypi.com header.i=@raspberrypi.com header.b="PpmAt8bV"; dkim-atps=neutral Received: from mail-wr1-f47.google.com (mail-wr1-f47.google.com [209.85.221.47]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6A2DF10E3F7 for ; Fri, 25 Oct 2024 17:16:05 +0000 (UTC) Received: by mail-wr1-f47.google.com with SMTP id ffacd0b85a97d-37d4ac91d97so1771913f8f.2 for ; Fri, 25 Oct 2024 10:16:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=raspberrypi.com; s=google; t=1729876564; x=1730481364; darn=lists.freedesktop.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=YvdhnqZWhjJaVRixzXDF8i8NipPmGHymdrTVaS8WSIY=; b=PpmAt8bV0vBfnUV6chPseCq4ewYJ9YP5FE4fiO5eL5CBCF7vx+CqeDK1CXLcDUOqNy 8Dvt/bfrF02GIU2kOwpUeqLtwq+U8hxSV3SeCboGIA825TQqMlDQV0hFAUDKBmCHsUCo oRis/hwFVhjUZBjKM6Xm0qoEmjDW0va3QHwtBIZ9tkzFEEjaeA6xROae91KL7pKl6Vgj sw4ZdwkGczPX8gV1PlwDveWYYbxkVZ2m/6JQrFfOrmrl2cAdKa1/jflou9IHEDxdzI+d 7ThwH4ME/XqjZUc5uIjl2afZbqcZtA/QPzzf69gW6UVn9CIgQ4TW2mYMD1pasKyjTUAL MC5w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1729876564; x=1730481364; 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=YvdhnqZWhjJaVRixzXDF8i8NipPmGHymdrTVaS8WSIY=; b=hA7Kw5UpNDcWouZwCFGD2BH7xG6Ag75Pyp2gEVnz1Nh99c/MFhkf86iJVsHR3Mbj6p vdUKeJIJyzEpwxtIGo0qs+QKG1zgu2WlkpSKoJWUTc6WJPb1OnpxpIQYmJF7iDajaG/6 1XrfTSlJMvssfFmn4tLGg4vDyzdw1/aiceeYy8UjD5oCTxrdSqdaNC5mkhgAbIHg7fK6 X3rDsxburyvhZzWow6QN9BfE4gN/KVuzSI/tX+6lhnUKCXDBcVP0ugbx4oVcq6xesuQH xDC8GaAsthCjmYwawWwtPeXzHRm9Wc+p2+fkC1gAV2xAYwccL9kNGv/oZxxH9a5U2rZc 0pMQ== X-Gm-Message-State: AOJu0YyBuhdNPa2A6wB6EnfusqqVeAPjJ3wpV7RowozeOO92i1iZx1T3 TVpPqZMAkVQLwIGu07GylnqjiwFhahjuNo504GTyJLzaF1d89CMS6EBYo0xl0Bs= X-Google-Smtp-Source: AGHT+IGJw1+OsEH13czUNrPVKJZqUz4zqCjXXtEZzfN0U7VM1+Tkm4ryrjbOYe8QkQQMzLnZPTtsFg== X-Received: by 2002:a5d:6a07:0:b0:37d:4619:f975 with SMTP id ffacd0b85a97d-380611727b1mr120000f8f.19.1729876563675; Fri, 25 Oct 2024 10:16:03 -0700 (PDT) Received: from [127.0.1.1] ([2a00:1098:3142:e::8]) by smtp.googlemail.com with ESMTPSA id ffacd0b85a97d-38058b91f50sm2013649f8f.94.2024.10.25.10.16.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Oct 2024 10:16:03 -0700 (PDT) From: Dave Stevenson Date: Fri, 25 Oct 2024 18:15:34 +0100 Subject: [PATCH v2 03/36] dt-bindings: display: Add BCM2712 HDMI bindings MIME-Version: 1.0 Message-Id: <20241025-drm-vc4-2712-support-v2-3-35efa83c8fc0@raspberrypi.com> References: <20241025-drm-vc4-2712-support-v2-0-35efa83c8fc0@raspberrypi.com> In-Reply-To: <20241025-drm-vc4-2712-support-v2-0-35efa83c8fc0@raspberrypi.com> To: Maxime Ripard , =?utf-8?q?Ma=C3=ADra_Canal?= , Raspberry Pi Kernel Maintenance , Maarten Lankhorst , Thomas Zimmermann , David Airlie , Simona Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Florian Fainelli , Broadcom internal kernel review list , Ray Jui , Scott Branden , Michael Turquette , Stephen Boyd , Javier Martinez Canillas , Catalin Marinas , Will Deacon Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, Dave Stevenson X-Mailer: b4 0.14.1 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" From: Maxime Ripard The BCM2712 HDMI controller uses a slightly different HDMI controller than the BCM2711, and a completely different PHY. Let's introduce a new compatible for it. Signed-off-by: Maxime Ripard Signed-off-by: Dave Stevenson Acked-by: Rob Herring (Arm) --- Documentation/devicetree/bindings/display/brcm,bcm2711-hdmi.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/display/brcm,bcm2711-hdmi.yaml b/Documentation/devicetree/bindings/display/brcm,bcm2711-hdmi.yaml index 5b35adf34c7b..6d11f5955b51 100644 --- a/Documentation/devicetree/bindings/display/brcm,bcm2711-hdmi.yaml +++ b/Documentation/devicetree/bindings/display/brcm,bcm2711-hdmi.yaml @@ -14,6 +14,8 @@ properties: enum: - brcm,bcm2711-hdmi0 - brcm,bcm2711-hdmi1 + - brcm,bcm2712-hdmi0 + - brcm,bcm2712-hdmi1 reg: items: