[PATCH 2/2] arm: dts: integrator: Update spi node properties

Krzysztof Kozlowski krzysztof.kozlowski at canonical.com
Mon Mar 7 13:57:40 PST 2022


On 07/03/2022 21:53, Kuldeep Singh wrote:
> SPI clock name for pl022 is "sspclk" and not "spiclk".
> Fix below dtc warning:
> clock-names:0: 'spiclk' is not one of ['SSPCLK', 'sspclk']
> 
> Also, update node name to spi instead of ssp to enable spi bindings
> check.
> 
> Signed-off-by: Kuldeep Singh <singh.kuldeep87k at gmail.com>
> ---
>  arch/arm/boot/dts/integratorap-im-pd1.dts | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/integratorap-im-pd1.dts b/arch/arm/boot/dts/integratorap-im-pd1.dts
> index d47bfb66d069..ebe938556645 100644
> --- a/arch/arm/boot/dts/integratorap-im-pd1.dts
> +++ b/arch/arm/boot/dts/integratorap-im-pd1.dts
> @@ -178,12 +178,12 @@ uart at 200000 {
>  		clock-names = "uartclk", "apb_pclk";
>  	};
>  
> -	ssp at 300000 {
> +	ssp0: spi at 300000 {

Is the alias used anywhere? Why adding it?



Best regards,
Krzysztof



More information about the linux-arm-kernel mailing list