summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2021-08-19 03:41:28 +0200
committerUros Majstorovic <majstor@majstor.org>2021-08-19 03:41:28 +0200
commit3e611b27c12ffcee6ad5152c15890f10f26fbd63 (patch)
tree47f9ddc3c39655e38cd3b7f8c1ca40214757d2f5
parenta8b51e3fbe3244e5fc7c8590d952425797962178 (diff)
spidev fix
-rw-r--r--recipes-kernel/linux/rvphone/cl-imx8/dts/cl-imx8-base.dtsi23
1 files changed, 10 insertions, 13 deletions
diff --git a/recipes-kernel/linux/rvphone/cl-imx8/dts/cl-imx8-base.dtsi b/recipes-kernel/linux/rvphone/cl-imx8/dts/cl-imx8-base.dtsi
index 6b413cc..41e31dc 100644
--- a/recipes-kernel/linux/rvphone/cl-imx8/dts/cl-imx8-base.dtsi
+++ b/recipes-kernel/linux/rvphone/cl-imx8/dts/cl-imx8-base.dtsi
@@ -6,15 +6,6 @@
stdout-path = &uart3;
};
- leds {
- compatible = "gpio-leds";
- heartbeat-led {
- label = "Heartbeat";
- gpios = <&gpio1 12 0>;
- linux,default-trigger = "heartbeat";
- };
- };
-
regulators {
compatible = "simple-bus";
#address-cells = <1>;
@@ -45,6 +36,15 @@
};
};
+ leds {
+ compatible = "gpio-leds";
+ heartbeat-led {
+ label = "Heartbeat";
+ gpios = <&gpio1 12 0>;
+ linux,default-trigger = "heartbeat";
+ };
+ };
+
pwmleds {
compatible = "pwm-leds";
@@ -185,9 +185,6 @@
fsl,pins = <
MX8MQ_IOMUXC_UART3_TXD_UART3_DCE_TX 0x79
MX8MQ_IOMUXC_UART3_RXD_UART3_DCE_RX 0x79
- MX8MQ_IOMUXC_ECSPI1_MISO_UART3_DCE_CTS_B 0x79
- MX8MQ_IOMUXC_ECSPI1_SS0_UART3_DCE_RTS_B 0x79
- MX8MQ_IOMUXC_NAND_CLE_GPIO3_IO5 0x19
>;
};
@@ -333,7 +330,7 @@
#size-cells = <0>;
spidev: spidev@0 {
- compatible = "spidev";
+ compatible = "spidev", "rohm,dh2228fv";
spi-max-frequency = <10000000>;
reg = <0>;
status = "okay";