Skip to content

Commit c2f4561

Browse files
committed
bcm2708-rpi: Disable txp interrupt unless using vc4-kms-v3d overlay
Signed-off-by: popcornmix <[email protected]>
1 parent b824479 commit c2f4561

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

arch/arm/boot/dts/bcm2708-rpi.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@
8989
sound: sound {
9090
status = "disabled";
9191
};
92+
93+
txp: txp@7e004000 {
94+
status = "disabled";
95+
};
9296
};
9397

9498
__overrides__ {

arch/arm/boot/dts/overlays/vc4-kms-v3d-overlay.dts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,13 @@
141141
};
142142
};
143143

144+
fragment@17 {
145+
target = <&txp>;
146+
__overlay__ {
147+
status = "okay";
148+
};
149+
};
150+
144151
__overrides__ {
145152
cma-256 = <0>,"+0-1-2-3-4";
146153
cma-192 = <0>,"-0+1-2-3-4";

0 commit comments

Comments
 (0)