Message ID | 20220307182101.84730-2-singh.kuldeep87k@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/3] MAINTAINERS: Update git tree for broadcom IPROC boards | expand |
On 3/7/22 10:21 AM, Kuldeep Singh wrote: > SPI clock name for pl022 is "sspclk" and not "spiclk". > Also fix below dtc warning: > clock-names:0: 'spiclk' is not one of ['SSPCLK', 'sspclk'] > > Signed-off-by: Kuldeep Singh <singh.kuldeep87k@gmail.com> Applied to deviceree-arm64/next
diff --git a/arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi b/arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi index 6da38ac317f2..4ef1817a4f7a 100644 --- a/arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi +++ b/arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi @@ -644,7 +644,7 @@ ssp0: spi@66180000 { reg = <0x66180000 0x1000>; interrupts = <GIC_SPI 404 IRQ_TYPE_LEVEL_HIGH>; clocks = <&iprocslow>, <&iprocslow>; - clock-names = "spiclk", "apb_pclk"; + clock-names = "sspclk", "apb_pclk"; #address-cells = <1>; #size-cells = <0>; status = "disabled"; @@ -655,7 +655,7 @@ ssp1: spi@66190000 { reg = <0x66190000 0x1000>; interrupts = <GIC_SPI 405 IRQ_TYPE_LEVEL_HIGH>; clocks = <&iprocslow>, <&iprocslow>; - clock-names = "spiclk", "apb_pclk"; + clock-names = "sspclk", "apb_pclk"; #address-cells = <1>; #size-cells = <0>; status = "disabled";
SPI clock name for pl022 is "sspclk" and not "spiclk". Also fix below dtc warning: clock-names:0: 'spiclk' is not one of ['SSPCLK', 'sspclk'] Signed-off-by: Kuldeep Singh <singh.kuldeep87k@gmail.com> --- arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)