Commit dfd3647c authored by Andrejs Cainikovs's avatar Andrejs Cainikovs Committed by Shawn Guo

arm64: dts: imx8-apalis: add can power-up delay on ixora board

Newer variants of Ixora boards require a power-up delay when powering up
the CAN transceiver of up to 1ms.
Signed-off-by: default avatarAndrejs Cainikovs <andrejs.cainikovs@toradex.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 2f05cd74
...@@ -68,6 +68,7 @@ reg_can1_supply: regulator-can1-supply { ...@@ -68,6 +68,7 @@ reg_can1_supply: regulator-can1-supply {
gpio = <&lsio_gpio5 22 GPIO_ACTIVE_HIGH>; gpio = <&lsio_gpio5 22 GPIO_ACTIVE_HIGH>;
enable-active-high; enable-active-high;
regulator-name = "can1_supply"; regulator-name = "can1_supply";
startup-delay-us = <1000>;
}; };
reg_can2_supply: regulator-can2-supply { reg_can2_supply: regulator-can2-supply {
...@@ -77,6 +78,7 @@ reg_can2_supply: regulator-can2-supply { ...@@ -77,6 +78,7 @@ reg_can2_supply: regulator-can2-supply {
gpio = <&lsio_gpio2 8 GPIO_ACTIVE_HIGH>; gpio = <&lsio_gpio2 8 GPIO_ACTIVE_HIGH>;
enable-active-high; enable-active-high;
regulator-name = "can2_supply"; regulator-name = "can2_supply";
startup-delay-us = <1000>;
}; };
reg_usb_host_vbus: regulator-usb-host-vbus { reg_usb_host_vbus: regulator-usb-host-vbus {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment