ARM: dts: qcom: set spi frequency for helios spi node

Set helios spi frequency 32MHZ for helios spi node.

Change-Id: I373fc0d0d9540b526c7491f3cdd34398705a62de
This commit is contained in:
Anurudh Kumar Tiwari
2023-02-08 16:55:42 +05:30
parent 16a6511415
commit 2d0f988926

View File

@@ -7,7 +7,7 @@
qcom,helios-spi {
compatible = "qcom,helios-spi";
reg = <0>;
spi-max-frequency = <180000>;
helios-spi-frequency = <32000000>;
interrupt-parent = <&tlmm>;
qcom,irq-gpio = <&tlmm 30 1>;
};