From patchwork Thu Feb 22 13:21:14 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 13567340 Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 2511F133296; Thu, 22 Feb 2024 13:26:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=210.160.252.171 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708608396; cv=none; b=upUjkL5qkxUH9+qqTuiPoGk2wnMEsxMUrK7vGOJVzpUwyT4ce4FxNoV092Rk0rIyTzU5c8Va8jt4FGag7gaMM0AsakmbLbBXAWm+IHtXA3/AWZ0/kUZt/O6qdU0mDIXTGctr0F/QOPALVxyQ+s0kvwc+1l9W79ISfda1rF6t8ks= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708608396; c=relaxed/simple; bh=aYQOvbBklwF1NlVui1FsMvVoBqeHHv7/99VBU+yaVT0=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=jKaBj2CqrYn7lHqpD1Lg17sp2eRPmmbWJwh3k8Nc9iEgXgoaSoKYG1NICCyZghDuqznpxGrUQiXIT5Sory3hZh4bPWmLrV5ignMAjhONP3K+g5Xv3ayu6EYVtKSs0tgWhw0e04zRVWc8KhUsuomDKxsFJebuR1gqZORDqMpuZiM= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=bp.renesas.com; spf=pass smtp.mailfrom=bp.renesas.com; arc=none smtp.client-ip=210.160.252.171 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=bp.renesas.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bp.renesas.com X-IronPort-AV: E=Sophos;i="6.06,177,1705330800"; d="scan'208";a="194923151" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 22 Feb 2024 22:21:23 +0900 Received: from localhost.localdomain (unknown [10.226.93.13]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id C204D40062BB; Thu, 22 Feb 2024 22:21:20 +0900 (JST) From: Biju Das To: Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: Biju Das , Geert Uytterhoeven , Magnus Damm , linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, Prabhakar Mahadev Lad , Biju Das Subject: [PATCH v9 0/3] Enable RZ/{G2L,G2LC} and RZ/V2L DU Date: Thu, 22 Feb 2024 13:21:14 +0000 Message-Id: <20240222132117.137729-1-biju.das.jz@bp.renesas.com> X-Mailer: git-send-email 2.25.1 Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Enable DU on RZ/{G2L,G2LC} and RZ/V2L SMARC EVK. This patch series tested with drm-misc. v8->v9: * Added ports properties to DU nodes. * Dropped Rb tag from Geert for patch#1 and #2. * Moved DSI port properties from board dtsi to SoC dtsi * Linked DU with DSI in SoC dtsi * Enabled DU on the board dtsi. v7->v8: * Added Rb tags from Geert for patch#1 and patch#2 * Added RZ/G2L fallback for RZ/V2L DU node. v7: * Added dtsi patches for DU. Biju Das (3): arm64: dts: renesas: r9a07g044: Add DU node arm64: dts: renesas: r9a07g054: Add DU node arm64: dts: renesas: rzg2l-smarc: Enable DU and link with DSI arch/arm64/boot/dts/renesas/r9a07g044.dtsi | 46 ++++++++++++++++++ arch/arm64/boot/dts/renesas/r9a07g054.dtsi | 47 +++++++++++++++++++ arch/arm64/boot/dts/renesas/rzg2l-smarc.dtsi | 14 ++---- arch/arm64/boot/dts/renesas/rzg2lc-smarc.dtsi | 14 ++---- 4 files changed, 101 insertions(+), 20 deletions(-)