Skip to content

Commit 3e256d4

Browse files
jailuthraConchuOD
authored andcommitted
riscv: dts: starfive: jh7110: Drop CAMSS node
The starfive-camss driver and bindings were dropped, as they were no longer being worked upon for destaging. Drop the relevant node as well to avoid the following build warning: "failed to match any schema with compatible: ['starfive,jh7110-camss']" Reported-by: Conor Dooley <conor@kernel.org> Closes: https://lore.kernel.org/all/20260420-very-cartel-645595ffd1c7@spud/ Signed-off-by: Jai Luthra <jai.luthra@ideasonboard.com> Reviewed-by: Changhuang Liang <changhuang.liang@starfivetech.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
1 parent 254f496 commit 3e256d4

2 files changed

Lines changed: 1 addition & 54 deletions

File tree

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

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -135,29 +135,6 @@
135135
clock-frequency = <49152000>;
136136
};
137137

138-
&camss {
139-
assigned-clocks = <&ispcrg JH7110_ISPCLK_DOM4_APB_FUNC>,
140-
<&ispcrg JH7110_ISPCLK_MIPI_RX0_PXL>;
141-
assigned-clock-rates = <49500000>, <198000000>;
142-
143-
ports {
144-
#address-cells = <1>;
145-
#size-cells = <0>;
146-
147-
port@0 {
148-
reg = <0>;
149-
};
150-
151-
port@1 {
152-
reg = <1>;
153-
154-
camss_from_csi2rx: endpoint {
155-
remote-endpoint = <&csi2rx_to_camss>;
156-
};
157-
};
158-
};
159-
};
160-
161138
&csi2rx {
162139
assigned-clocks = <&ispcrg JH7110_ISPCLK_VIN_SYS>;
163140
assigned-clock-rates = <297000000>;
@@ -175,9 +152,7 @@
175152
port@1 {
176153
reg = <1>;
177154

178-
csi2rx_to_camss: endpoint {
179-
remote-endpoint = <&camss_from_csi2rx>;
180-
};
155+
/* remote CAMSS endpoint */
181156
};
182157
};
183158
};

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

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1199,34 +1199,6 @@
11991199
#phy-cells = <0>;
12001200
};
12011201

1202-
camss: isp@19840000 {
1203-
compatible = "starfive,jh7110-camss";
1204-
reg = <0x0 0x19840000 0x0 0x10000>,
1205-
<0x0 0x19870000 0x0 0x30000>;
1206-
reg-names = "syscon", "isp";
1207-
clocks = <&ispcrg JH7110_ISPCLK_DOM4_APB_FUNC>,
1208-
<&ispcrg JH7110_ISPCLK_ISPV2_TOP_WRAPPER_C>,
1209-
<&ispcrg JH7110_ISPCLK_DVP_INV>,
1210-
<&ispcrg JH7110_ISPCLK_VIN_P_AXI_WR>,
1211-
<&ispcrg JH7110_ISPCLK_MIPI_RX0_PXL>,
1212-
<&syscrg JH7110_SYSCLK_ISP_TOP_CORE>,
1213-
<&syscrg JH7110_SYSCLK_ISP_TOP_AXI>;
1214-
clock-names = "apb_func", "wrapper_clk_c", "dvp_inv",
1215-
"axiwr", "mipi_rx0_pxl", "ispcore_2x",
1216-
"isp_axi";
1217-
resets = <&ispcrg JH7110_ISPRST_ISPV2_TOP_WRAPPER_P>,
1218-
<&ispcrg JH7110_ISPRST_ISPV2_TOP_WRAPPER_C>,
1219-
<&ispcrg JH7110_ISPRST_VIN_P_AXI_RD>,
1220-
<&ispcrg JH7110_ISPRST_VIN_P_AXI_WR>,
1221-
<&syscrg JH7110_SYSRST_ISP_TOP>,
1222-
<&syscrg JH7110_SYSRST_ISP_TOP_AXI>;
1223-
reset-names = "wrapper_p", "wrapper_c", "axird",
1224-
"axiwr", "isp_top_n", "isp_top_axi";
1225-
power-domains = <&pwrc JH7110_PD_ISP>;
1226-
interrupts = <92>, <87>, <90>, <88>;
1227-
status = "disabled";
1228-
};
1229-
12301202
voutcrg: clock-controller@295c0000 {
12311203
compatible = "starfive,jh7110-voutcrg";
12321204
reg = <0x0 0x295c0000 0x0 0x10000>;

0 commit comments

Comments
 (0)