mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-01 16:14:13 +08:00
arm64: dts: meson: fix boards regulators states format
This fixes the following DT schemas check errors: meson-gxbb-odroidc2.dt.yaml: gpio-regulator-tf_io: states:0: Additional items are not allowed (1800000, 1 were unexpected) meson-gxbb-odroidc2.dt.yaml: gpio-regulator-tf_io: states:0: [3300000, 0, 1800000, 1] is too long meson-gxbb-nexbox-a95x.dt.yaml: gpio-regulator: states:0: Additional items are not allowed (3300000, 1 were unexpected) meson-gxbb-nexbox-a95x.dt.yaml: gpio-regulator: states:0: [1800000, 0, 3300000, 1] is too long meson-gxbb-p200.dt.yaml: gpio-regulator: states:0: Additional items are not allowed (3300000, 1 were unexpected) meson-gxbb-p200.dt.yaml: gpio-regulator: states:0: [1800000, 0, 3300000, 1] is too long meson-gxl-s905x-hwacom-amazetv.dt.yaml: gpio-regulator: states:0: Additional items are not allowed (3300000, 1 were unexpected) meson-gxl-s905x-hwacom-amazetv.dt.yaml: gpio-regulator: states:0: [1800000, 0, 3300000, 1] is too long meson-gxbb-p201.dt.yaml: gpio-regulator: states:0: Additional items are not allowed (3300000, 1 were unexpected) meson-gxbb-p201.dt.yaml: gpio-regulator: states:0: [1800000, 0, 3300000, 1] is too long meson-g12b-odroid-n2.dt.yaml: gpio-regulator-tf_io: states:0: Additional items are not allowed (1800000, 1 were unexpected) meson-g12b-odroid-n2.dt.yaml: gpio-regulator-tf_io: states:0: [3300000, 0, 1800000, 1] is too long meson-gxl-s905x-nexbox-a95x.dt.yaml: gpio-regulator: states:0: Additional items are not allowed (3300000, 1 were unexpected) meson-gxl-s905x-nexbox-a95x.dt.yaml: gpio-regulator: states:0: [1800000, 0, 3300000, 1] is too long Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
parent
31cad845e0
commit
f9717178b9
@ -66,8 +66,8 @@
|
|||||||
gpios = <&gpio_ao GPIOAO_9 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpio_ao GPIOAO_9 GPIO_ACTIVE_HIGH>;
|
||||||
gpios-states = <0>;
|
gpios-states = <0>;
|
||||||
|
|
||||||
states = <3300000 0
|
states = <3300000 0>,
|
||||||
1800000 1>;
|
<1800000 1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
flash_1v8: regulator-flash_1v8 {
|
flash_1v8: regulator-flash_1v8 {
|
||||||
|
@ -75,8 +75,8 @@
|
|||||||
gpios-states = <1>;
|
gpios-states = <1>;
|
||||||
|
|
||||||
/* Based on P200 schematics, signal CARD_1.8V/3.3V_CTR */
|
/* Based on P200 schematics, signal CARD_1.8V/3.3V_CTR */
|
||||||
states = <1800000 0
|
states = <1800000 0>,
|
||||||
3300000 1>;
|
<3300000 1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
vddio_boot: regulator-vddio_boot {
|
vddio_boot: regulator-vddio_boot {
|
||||||
|
@ -77,8 +77,8 @@
|
|||||||
gpios = <&gpio_ao GPIOAO_3 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpio_ao GPIOAO_3 GPIO_ACTIVE_HIGH>;
|
||||||
gpios-states = <0>;
|
gpios-states = <0>;
|
||||||
|
|
||||||
states = <3300000 0
|
states = <3300000 0>,
|
||||||
1800000 1>;
|
<1800000 1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
vcc1v8: regulator-vcc1v8 {
|
vcc1v8: regulator-vcc1v8 {
|
||||||
|
@ -46,8 +46,8 @@
|
|||||||
gpios-states = <1>;
|
gpios-states = <1>;
|
||||||
|
|
||||||
/* Based on P200 schematics, signal CARD_1.8V/3.3V_CTR */
|
/* Based on P200 schematics, signal CARD_1.8V/3.3V_CTR */
|
||||||
states = <1800000 0
|
states = <1800000 0>,
|
||||||
3300000 1>;
|
<3300000 1>;
|
||||||
|
|
||||||
regulator-settling-time-up-us = <10000>;
|
regulator-settling-time-up-us = <10000>;
|
||||||
regulator-settling-time-down-us = <150000>;
|
regulator-settling-time-down-us = <150000>;
|
||||||
|
@ -38,8 +38,8 @@
|
|||||||
gpios-states = <1>;
|
gpios-states = <1>;
|
||||||
|
|
||||||
/* Based on P200 schematics, signal CARD_1.8V/3.3V_CTR */
|
/* Based on P200 schematics, signal CARD_1.8V/3.3V_CTR */
|
||||||
states = <1800000 0
|
states = <1800000 0>,
|
||||||
3300000 1>;
|
<3300000 1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
vddio_boot: regulator-vddio_boot {
|
vddio_boot: regulator-vddio_boot {
|
||||||
|
@ -38,8 +38,8 @@
|
|||||||
gpios-states = <1>;
|
gpios-states = <1>;
|
||||||
|
|
||||||
/* Based on P200 schematics, signal CARD_1.8V/3.3V_CTR */
|
/* Based on P200 schematics, signal CARD_1.8V/3.3V_CTR */
|
||||||
states = <1800000 0
|
states = <1800000 0>,
|
||||||
3300000 1>;
|
<3300000 1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
vddio_boot: regulator-vddio_boot {
|
vddio_boot: regulator-vddio_boot {
|
||||||
|
Loading…
Reference in New Issue
Block a user