From a68c5adb267a4e6151e0d05f72865a7e4f333fca Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 4 Oct 2021 11:43:39 -0400 Subject: Updates for BSP v5.5.0 Changes: - Kernel patches updated for the 5.10.41 linux-renesas kernel, most changes are for the upstream rename of the non-engineering sample H3 from r8a7795 to r8a77951. - The kernel patches have been renamed to match git format-patch / devtool naming conventions to be a bit more consistent and hopefully simplify future updates. - To maintain consistency with the other rcar3 boards, as part of the kernel patch updates the reference hardware devicetree has been renamed to r8a77951-agl-refhw, which does result in a user visible change in the .dtb name. - The upstreamed, then reverted upstream patch to arm-trusted-firmware to disable FDT generation has been replaced with a simpler patch to just put "renesas,unknown" in the compatible string instead of panic-ing. This should be easier to carry forward. - Documentation updated for new branch & tag. Bug-AGL: SPEC-4103 Signed-off-by: Scott Murray Change-Id: I48b2cce5d55df3fff49e556821b27b8f516b98e1 (cherry picked from commit 92da06f999511ebf5f871ec40dffd3cb456be55f) --- .../linux/files/0003-rcar3-dw-hdmi-cec-mute.patch | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 meta-agl-refhw-gen3/recipes-kernel/linux/files/0003-rcar3-dw-hdmi-cec-mute.patch (limited to 'meta-agl-refhw-gen3/recipes-kernel/linux/files/0003-rcar3-dw-hdmi-cec-mute.patch') diff --git a/meta-agl-refhw-gen3/recipes-kernel/linux/files/0003-rcar3-dw-hdmi-cec-mute.patch b/meta-agl-refhw-gen3/recipes-kernel/linux/files/0003-rcar3-dw-hdmi-cec-mute.patch deleted file mode 100644 index b0663ca..0000000 --- a/meta-agl-refhw-gen3/recipes-kernel/linux/files/0003-rcar3-dw-hdmi-cec-mute.patch +++ /dev/null @@ -1,25 +0,0 @@ -Mute CEC IRQ in dw-hdmi driver init - -Add muting of the CEC interrupt to initialize_hdmi_rcar_ih_mutes, -which it previously did not have, unlike the original generic -initialize_hdmi_ih_mutes function. - -Author: Kato Kazuomi (加藤 一臣) -Signed-off-by: Scott Murray - ---- - drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c b/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c -index cedae37e6d28..b4a29d3954ae 100644 ---- a/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c -+++ b/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c -@@ -1906,6 +1906,7 @@ static void initialize_hdmi_rcar_ih_mutes(struct dw_hdmi *hdmi) - hdmi_writeb(hdmi, 0x1f, HDMI_IH_MUTE_AS_STAT0); - hdmi_writeb(hdmi, 0x3f, HDMI_IH_MUTE_PHY_STAT0); - hdmi_writeb(hdmi, 0x03, HDMI_IH_MUTE_I2CM_STAT0); -+ hdmi_writeb(hdmi, 0x7f, HDMI_IH_MUTE_CEC_STAT0); - hdmi_writeb(hdmi, 0x0f, HDMI_IH_MUTE_VP_STAT0); - hdmi_writeb(hdmi, 0x03, HDMI_IH_MUTE_I2CMPHY_STAT0); - -- cgit 1.2.3-korg