meta-raspberrypi: subtree update:0d398a3b71..e2c1992955

Christopher Clark (1):
      rpi-base: add SERIAL_CONSOLES_CHECK to default to SERIAL_CONSOLES

Khem Raj (1):
      userland: Update to 2020-06-24 top commit

Pierre-Jean Texier (2):
      linux-raspberrypi: bump to Linux version 5.4.51
      raspberrypi-firmware: update to current HEAD

colin (3):
      conf/machine/include/rpi-base.inc: Added can1 interface to bsp
      rpi-config_git: Added ENABLE_DUAL_CAN build configuration
      docs: Added documentation for Pican2 Duo support

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: I5e0c26ab7cabb4c931cbfef190b5b4b3ce257fdf
diff --git a/meta-raspberrypi/recipes-bsp/common/raspberrypi-firmware.inc b/meta-raspberrypi/recipes-bsp/common/raspberrypi-firmware.inc
index e2557a6..d4d2e3c 100644
--- a/meta-raspberrypi/recipes-bsp/common/raspberrypi-firmware.inc
+++ b/meta-raspberrypi/recipes-bsp/common/raspberrypi-firmware.inc
@@ -1,10 +1,10 @@
-RPIFW_DATE ?= "20200603"
-SRCREV ?= "23548e550a757d368d3d5220373fe829b5961c42"
+RPIFW_DATE ?= "20200713"
+SRCREV ?= "7e74bcb4f9706f36f752d1c3d3164628ccf2aae5"
 RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz"
 RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}"
 
 SRC_URI = "${RPIFW_SRC_URI}"
-SRC_URI[md5sum] = "acd99b86ab857b43d3e3a6bf53ee7d89"
-SRC_URI[sha256sum] = "ea8accaecd4bd1ff5e1ca2c0cf4c182c829779d89a6fc4d64a058c6ddd6b654b"
+SRC_URI[md5sum] = "46a19d68b81f388443394492dd6a873c"
+SRC_URI[sha256sum] = "f987cafcbc72179493673191e3e4aa8c1f18eccf871546be5d26156abbf8eff1"
 
 PV = "${RPIFW_DATE}"