mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02:00
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:
parent
9abf2313ad
commit
7b7c66ec81
|
|
@ -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>;
|
||||
|
|
|
|||
|
|
@ -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>;
|
||||
|
|
|
|||
|
|
@ -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>;
|
||||
|
|
|
|||
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user