Skip to content

Commit e99d176

Browse files
P33Mpelwell
authored andcommitted
DTS: bcm2712: don't assume L1 sub-state support at chip level
L1 sub-states require the connection of the CLKREQ# auxiliary signal which is a PCB-level decision, and also depends on the vagrancies of adapters/interposers/slots that may exist between the chip and the endpoint. If this parameter is present, and the RC driver sees an L1 substate capability in the endpoint, then the result is a broken link if CLKREQ# isn't end-to-end connected - regardless of the state of the L1.x enable bits in the RC. Board-specific methods (HAT+ overlay, board DTB) should define this property if required. Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
1 parent 1ac74d2 commit e99d176

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/arm/boot/dts/broadcom/bcm2712.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,6 @@
10631063
0x00 0x00000000
10641064
0x10 0x00000000>;
10651065

1066-
brcm,enable-l1ss;
10671066
status = "disabled";
10681067
};
10691068

@@ -1124,7 +1123,6 @@
11241123
0x00 0x00000000
11251124
0x10 0x00000000>;
11261125

1127-
brcm,enable-l1ss;
11281126
status = "disabled";
11291127
};
11301128

0 commit comments

Comments
 (0)