Skip to content

Commit 4795383

Browse files
committed
fixup! Fixup! DT: bcm2712: swap PCIe QoS properties to the new array type
1 parent d00eb52 commit 4795383

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

arch/arm64/boot/dts/broadcom/bcm2712-ds.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,5 +486,6 @@
486486
};
487487

488488
&pcie1 {
489+
brcm,fifo-qos-map = /bits/ 8 <3 3 3 3>;
489490
status = "disabled";
490491
};

arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b.dts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,6 @@ rp1_target: &pcie2 {
127127
status = "okay";
128128
};
129129

130-
&pcie1 {
131-
brcm,fifo-qos-map = /bits/ 8 <3 3 3 3>;
132-
};
133-
134130
// The system SPI for the bootloader EEPROM
135131
&spi10 { status = "okay"; };
136132

arch/arm64/boot/dts/broadcom/bcm2712-rpi-cm5.dtsi

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,6 @@ rp1_target: &pcie2 {
114114
status = "okay";
115115
};
116116

117-
&pcie1 {
118-
brcm,fifo-qos-map = /bits/ 8 <3 3 3 3>;
119-
};
120-
121117
// The system SPI for the bootloader EEPROM
122118
&spi10 { status = "okay"; };
123119

0 commit comments

Comments
 (0)