From f24fcf5a6e15c20fb8075e6f92c7ca933361b0cc Mon Sep 17 00:00:00 2001 From: Chuckduey Date: Sun, 21 Jun 2020 11:32:16 -0600 Subject: [PATCH] Added Pi 4 8GB to Pi 4 section Signed-off-by: Chuckduey --- src/arm/raspberry_pi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/arm/raspberry_pi.c b/src/arm/raspberry_pi.c index da72cd4..172217d 100644 --- a/src/arm/raspberry_pi.c +++ b/src/arm/raspberry_pi.c @@ -506,7 +506,8 @@ mraa_raspberry_pi() block_size = BCM2837_BLOCK_SIZE; } else if (strstr(line, "a03111") || strstr(line, "b03111") || strstr(line, "b03112") || - strstr(line, "c03111") || strstr(line, "c03112")) { + strstr(line, "c03111") || strstr(line, "c03112") || + strstr(line, "d03114")) { b->platform_name = PLATFORM_NAME_RASPBERRY_PI4_B; platform_detected = PLATFORM_RASPBERRY_PI4_B; b->phy_pin_count = MRAA_RASPBERRY_PI4_B_PINCOUNT;