raspberry-pi."4": fix compatible string
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
parent
40a9f0ed77
commit
aa85ea337b
|
@ -27,7 +27,7 @@ in {
|
||||||
/plugin/;
|
/plugin/;
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
compatible = "brcm,bcm2835";
|
compatible = "brcm,bcm2711";
|
||||||
|
|
||||||
fragment@0 {
|
fragment@0 {
|
||||||
target-path = "/";
|
target-path = "/";
|
||||||
|
|
|
@ -29,7 +29,7 @@ in {
|
||||||
/plugin/;
|
/plugin/;
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
compatible = "brcm,bcm2835";
|
compatible = "brcm,bcm2711";
|
||||||
|
|
||||||
fragment@0 {
|
fragment@0 {
|
||||||
target-path = "/";
|
target-path = "/";
|
||||||
|
@ -181,7 +181,7 @@ in {
|
||||||
// Overlay for the Raspberry Pi PoE+ HAT.
|
// Overlay for the Raspberry Pi PoE+ HAT.
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
compatible = "brcm,bcm2835";
|
compatible = "brcm,bcm2711";
|
||||||
|
|
||||||
fragment@10 {
|
fragment@10 {
|
||||||
target-path = "/";
|
target-path = "/";
|
||||||
|
|
Loading…
Reference in a new issue