summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAishwarya Kothari <aishwarya.kothari@toradex.com>2022-08-30 11:36:14 +0200
committerAishwarya Kothari <aishwarya.kothari@toradex.com>2022-08-30 11:39:49 +0200
commita17c290ed689caa4437e504d27cd11c21c0e8732 (patch)
treeb765b199b17e19865f4c5b963be242442b634381
parente98b4b8738e174d0133f26fd30848c8ca821b346 (diff)
verdin-imx8mp: clean fix spidev overlay
This commit corrects the indentation, adds a comment about the the compatible chipname used to bind the spidev driver and removes the redundant status variable. Fixes: 9282bdc4 ("verdin-imx8mp: add spidev overlay") Related-to: ELB-4652 Signed-off-by: Aishwarya Kothari <aishwarya.kothari@toradex.com>
-rw-r--r--overlays/verdin-imx8mp_spidev_overlay.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/overlays/verdin-imx8mp_spidev_overlay.dts b/overlays/verdin-imx8mp_spidev_overlay.dts
index 2406eae..1fb0d32 100644
--- a/overlays/verdin-imx8mp_spidev_overlay.dts
+++ b/overlays/verdin-imx8mp_spidev_overlay.dts
@@ -15,13 +15,13 @@
/* Verdin SPI_1 */
&ecspi1 {
#address-cells = <1>;
- #size-cells = <0>;
+ #size-cells = <0>;
status = "okay";
spidev@0 {
+ /* Use compatible "rohm,dh2228fv" to bind spidev driver */
compatible = "rohm,dh2228fv";
reg = <0>;
spi-max-frequency = <10000000>;
- status = "okay";
};
};