From aa85ea337b275c3aeb6ce8b4fe5ff621a2842502 Mon Sep 17 00:00:00 2001 From: Florian Brandes Date: Fri, 12 May 2023 18:01:50 +0200 Subject: [PATCH] raspberry-pi."4": fix compatible string Signed-off-by: Florian Brandes --- raspberry-pi/4/poe-hat.nix | 2 +- raspberry-pi/4/poe-plus-hat.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/raspberry-pi/4/poe-hat.nix b/raspberry-pi/4/poe-hat.nix index e631c12..b31dc42 100644 --- a/raspberry-pi/4/poe-hat.nix +++ b/raspberry-pi/4/poe-hat.nix @@ -27,7 +27,7 @@ in { /plugin/; / { - compatible = "brcm,bcm2835"; + compatible = "brcm,bcm2711"; fragment@0 { target-path = "/"; diff --git a/raspberry-pi/4/poe-plus-hat.nix b/raspberry-pi/4/poe-plus-hat.nix index e7309c8..e6f806f 100644 --- a/raspberry-pi/4/poe-plus-hat.nix +++ b/raspberry-pi/4/poe-plus-hat.nix @@ -29,7 +29,7 @@ in { /plugin/; / { - compatible = "brcm,bcm2835"; + compatible = "brcm,bcm2711"; fragment@0 { target-path = "/"; @@ -181,7 +181,7 @@ in { // Overlay for the Raspberry Pi PoE+ HAT. / { - compatible = "brcm,bcm2835"; + compatible = "brcm,bcm2711"; fragment@10 { target-path = "/";