Devicetree
 help / color / mirror / Atom feed
* 回复: [PATCH v1] riscv: dts: starfive: disable unused csi/camss nodes
@ 2024-10-17  1:17 Changhuang Liang
  0 siblings, 0 replies; 3+ messages in thread
From: Changhuang Liang @ 2024-10-17  1:17 UTC (permalink / raw)
  To: Conor Dooley, linux-riscv@lists.infradead.org
  Cc: Conor Dooley, stable@vger.kernel.org, Aurelien Jarno,
	Emil Renner Berthing, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org

Hi, Conor

Thanks for your patch.

> From: Conor Dooley <conor.dooley@microchip.com>
> 
> 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: stable@vger.kernel.org
> Fixes: 28ecaaa5af192 ("riscv: dts: starfive: jh7110: Add camera subsystem
> nodes")

Here you write it in 13 characters, should be "Fixes: 28ecaaa5af19 ..." 

Best Regards
Changhuang.

> Closes: https://lore.kernel.org/all/Zw1-vcN4CoVkfLjU@aurel32.net/
> Reported-by: Aurelien Jarno <aurelien@aurel32.net>
> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
> ---
> CC: Emil Renner Berthing <kernel@esmil.dk>
> CC: Rob Herring <robh@kernel.org>
> CC: Krzysztof Kozlowski <krzk+dt@kernel.org>
> CC: Conor Dooley <conor+dt@kernel.org>
> CC: Changhuang Liang <changhuang.liang@starfivetech.com>
> CC: devicetree@vger.kernel.org
> CC: linux-riscv@lists.infradead.org
> CC: linux-kernel@vger.kernel.org
> ---
>  arch/riscv/boot/dts/starfive/jh7110-common.dtsi | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/arch/riscv/boot/dts/starfive/jh7110-common.dtsi
> b/arch/riscv/boot/dts/starfive/jh7110-common.dtsi
> index c7771b3b64758..d6c55f1cc96a9 100644
> --- a/arch/riscv/boot/dts/starfive/jh7110-common.dtsi
> +++ b/arch/riscv/boot/dts/starfive/jh7110-common.dtsi
> @@ -128,7 +128,6 @@ &camss {
>  	assigned-clocks = <&ispcrg JH7110_ISPCLK_DOM4_APB_FUNC>,
>  			  <&ispcrg JH7110_ISPCLK_MIPI_RX0_PXL>;
>  	assigned-clock-rates = <49500000>, <198000000>;
> -	status = "okay";
> 
>  	ports {
>  		#address-cells = <1>;
> @@ -151,7 +150,6 @@ camss_from_csi2rx: endpoint {  &csi2rx {
>  	assigned-clocks = <&ispcrg JH7110_ISPCLK_VIN_SYS>;
>  	assigned-clock-rates = <297000000>;
> -	status = "okay";
> 
>  	ports {
>  		#address-cells = <1>;
> --
> 2.45.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

* 回复: [PATCH v1] riscv: dts: starfive: disable unused csi/camss nodes
@ 2024-10-17  5:49 Changhuang Liang
  2024-10-17 17:52 ` Conor Dooley
  0 siblings, 1 reply; 3+ messages in thread
From: Changhuang Liang @ 2024-10-17  5:49 UTC (permalink / raw)
  To: Conor Dooley, linux-riscv@lists.infradead.org
  Cc: Conor Dooley, stable@vger.kernel.org, Aurelien Jarno,
	Emil Renner Berthing, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org

Hi, Conor,

> Hi, Conor
> 
> Thanks for your patch.
> 
> > From: Conor Dooley <conor.dooley@microchip.com>
> >
> > 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: stable@vger.kernel.org
> > Fixes: 28ecaaa5af192 ("riscv: dts: starfive: jh7110: Add camera
> > subsystem
> > nodes")
> 
> Here you write it in 13 characters, should be "Fixes: 28ecaaa5af19 ..."
> 

After fixing this:
Reviewed-by: Changhuang Liang <changhuang.liang@starfivetech.com>



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 回复: [PATCH v1] riscv: dts: starfive: disable unused csi/camss nodes
  2024-10-17  5:49 回复: [PATCH v1] riscv: dts: starfive: disable unused csi/camss nodes Changhuang Liang
@ 2024-10-17 17:52 ` Conor Dooley
  0 siblings, 0 replies; 3+ messages in thread
From: Conor Dooley @ 2024-10-17 17:52 UTC (permalink / raw)
  To: Changhuang Liang
  Cc: linux-riscv@lists.infradead.org, Conor Dooley,
	stable@vger.kernel.org, Aurelien Jarno, Emil Renner Berthing,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org

[-- Attachment #1: Type: text/plain, Size: 1083 bytes --]

On Thu, Oct 17, 2024 at 05:49:56AM +0000, Changhuang Liang wrote:
> Hi, Conor,
> 
> > Hi, Conor
> > 
> > Thanks for your patch.
> > 
> > > From: Conor Dooley <conor.dooley@microchip.com>
> > >
> > > 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: stable@vger.kernel.org
> > > Fixes: 28ecaaa5af192 ("riscv: dts: starfive: jh7110: Add camera
> > > subsystem
> > > nodes")
> > 
> > Here you write it in 13 characters, should be "Fixes: 28ecaaa5af19 ..."
> > 
> 
> After fixing this:
> Reviewed-by: Changhuang Liang <changhuang.liang@starfivetech.com>

Ye, I know it was 13 not 12. I don't think that's a problem though.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-10-17 17:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-17  5:49 回复: [PATCH v1] riscv: dts: starfive: disable unused csi/camss nodes Changhuang Liang
2024-10-17 17:52 ` Conor Dooley
  -- strict thread matches above, loose matches on Subject: below --
2024-10-17  1:17 Changhuang Liang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox