ARM: dts: ste: ux500: align SPI node name with dtschema

The node names should be generic and DT schema expects certain pattern.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220810111037.280959-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Krzysztof Kozlowski 2022-08-10 14:10:37 +03:00 committed by Linus Walleij
parent 9abf2313ad
commit 7b7c66ec81
4 changed files with 4 additions and 4 deletions

View File

@ -239,7 +239,7 @@ magnetometer@c {
};
};
spi-gpio-0 {
spi {
compatible = "spi-gpio";
/* Clock on GPIO220, pin SCL */
sck-gpios = <&gpio6 28 GPIO_ACTIVE_HIGH>;

View File

@ -325,7 +325,7 @@ nfc@2b {
};
};
spi-gpio-0 {
spi {
compatible = "spi-gpio";
/* Clock on GPIO220, pin SCL */
sck-gpios = <&gpio6 28 GPIO_ACTIVE_HIGH>;

View File

@ -269,7 +269,7 @@ magnetometer@2e {
/*
* TODO: See if we can use the PL023 for this instead.
*/
spi-gpio-0 {
spi {
compatible = "spi-gpio";
/* Clock on GPIO220, pin SCL */
sck-gpios = <&gpio6 28 GPIO_ACTIVE_HIGH>;

View File

@ -263,7 +263,7 @@ magnetometer@2e {
* this derivative is 3wire support, so it cannot be used to drive
* this panel interface. We have to use GPIO bit-banging instead.
*/
spi-gpio-0 {
spi {
compatible = "spi-gpio";
/* Clock on GPIO220 */
sck-gpios = <&gpio6 28 GPIO_ACTIVE_HIGH>;