Skip to content

Commit 2e11e78

Browse files
committed
riscv: dts: starfive: disable unused csi/camss nodes
Aurelien reported probe failures due to the csi node being enabled without having a camera attached to it. A camera was in the initial submissions, but was removed from the dts, as it had not actually been present on the board, but was from an addon board used by the developer of the relevant drivers. The non-camera pipeline nodes were not disabled when this happened and the probe failures are problematic for Debian. Disable them. CC: [email protected] Fixes: 28ecaaa ("riscv: dts: starfive: jh7110: Add camera subsystem nodes") Closes: https://lore.kernel.org/all/[email protected]/ Reported-by: Aurelien Jarno <[email protected]> Reviewed-by: Emil Renner Berthing <[email protected]> Tested-by: Aurelien Jarno <[email protected]> Reviewed-by: Aurelien Jarno <[email protected]> Signed-off-by: Conor Dooley <[email protected]>
1 parent 83beece commit 2e11e78

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/riscv/boot/dts/starfive/jh7110-common.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@
128128
assigned-clocks = <&ispcrg JH7110_ISPCLK_DOM4_APB_FUNC>,
129129
<&ispcrg JH7110_ISPCLK_MIPI_RX0_PXL>;
130130
assigned-clock-rates = <49500000>, <198000000>;
131-
status = "okay";
132131

133132
ports {
134133
#address-cells = <1>;
@@ -151,7 +150,6 @@
151150
&csi2rx {
152151
assigned-clocks = <&ispcrg JH7110_ISPCLK_VIN_SYS>;
153152
assigned-clock-rates = <297000000>;
154-
status = "okay";
155153

156154
ports {
157155
#address-cells = <1>;

0 commit comments

Comments
 (0)