dt-bindings: mmc: correct pwrseq node names
Node names should be generic and should not contain underscores. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Rob Herring <robh@kernel.org> Reviewed-by: Heiko Stuebner <heiko@sntech.de> Link: https://lore.kernel.org/r/20230120085722.171965-2-krzysztof.kozlowski@linaro.org Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
parent
1e52a7e679
commit
bb065c6fe6
|
@ -41,7 +41,7 @@ additionalProperties: false
|
||||||
examples:
|
examples:
|
||||||
- |
|
- |
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
sdhci0_pwrseq {
|
pwrseq {
|
||||||
compatible = "mmc-pwrseq-emmc";
|
compatible = "mmc-pwrseq-emmc";
|
||||||
reset-gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
|
reset-gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
|
@ -35,7 +35,7 @@ additionalProperties: false
|
||||||
examples:
|
examples:
|
||||||
- |
|
- |
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
wifi_pwrseq: wifi_pwrseq {
|
pwrseq {
|
||||||
compatible = "mmc-pwrseq-sd8787";
|
compatible = "mmc-pwrseq-sd8787";
|
||||||
powerdown-gpios = <&twl_gpio 0 GPIO_ACTIVE_LOW>;
|
powerdown-gpios = <&twl_gpio 0 GPIO_ACTIVE_LOW>;
|
||||||
reset-gpios = <&twl_gpio 1 GPIO_ACTIVE_LOW>;
|
reset-gpios = <&twl_gpio 1 GPIO_ACTIVE_LOW>;
|
||||||
|
|
|
@ -55,7 +55,7 @@ additionalProperties: false
|
||||||
examples:
|
examples:
|
||||||
- |
|
- |
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
sdhci0_pwrseq {
|
pwrseq {
|
||||||
compatible = "mmc-pwrseq-simple";
|
compatible = "mmc-pwrseq-simple";
|
||||||
reset-gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
|
reset-gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
|
||||||
clocks = <&clk_32768_ck>;
|
clocks = <&clk_32768_ck>;
|
||||||
|
|
Loading…
Reference in New Issue