Skip to content

Commit ba35187

Browse files
Kuldeep Singhlinusw
authored andcommitted
ARM: dts: integratorap: Update spi node properties
As per spi pl022 binding, SPI clock name is "sspclk" and not "spiclk". Fix it. Also update ssp node name to enable spi bindings check. Signed-off-by: Kuldeep Singh <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent 568035b commit ba35187

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/integratorap-im-pd1.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,12 @@
178178
clock-names = "uartclk", "apb_pclk";
179179
};
180180

181-
ssp@300000 {
181+
spi@300000 {
182182
compatible = "arm,pl022", "arm,primecell";
183183
reg = <0x00300000 0x1000>;
184184
interrupts-extended = <&impd1_vic 3>;
185185
clocks = <&impd1_sspclk>, <&sysclk>;
186-
clock-names = "spiclk", "apb_pclk";
186+
clock-names = "sspclk", "apb_pclk";
187187
};
188188

189189
impd1_gpio0: gpio@400000 {

0 commit comments

Comments
 (0)