dt-bindings: soc: qcom: Remove SPI controller maximum frequency binding
authorDilip Kota <dkota@codeaurora.org>
Wed, 3 Oct 2018 13:44:23 +0000 (19:14 +0530)
committerMark Brown <broonie@kernel.org>
Thu, 11 Oct 2018 14:27:57 +0000 (15:27 +0100)
SPI controller driver should maintain the maximum frequency
of the controller instead of relying on device tree bindings.
Because maximum frequency is specific property of SPI
controller.

Signed-off-by: Dilip Kota <dkota@codeaurora.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Alok Chauhan <alokc@codeaurora.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.txt

index ff92e5a41bedcc15d4126f9a93306f3efe70b1f2..b9d0c216df8c5993949a68ce7a314262144e21d7 100644 (file)
@@ -60,7 +60,6 @@ Required properties:
 - interrupts:          Must contain SPI controller interrupts.
 - clock-names:         Must contain "se".
 - clocks:              Serial engine core clock needed by the device.
-- spi-max-frequency:   Specifies maximum SPI clock frequency, units - Hz.
 - #address-cells:      Must be <1> to define a chip select address on
                        the SPI bus.
 - #size-cells:         Must be <0>.
@@ -112,7 +111,6 @@ Example:
                        pinctrl-names = "default", "sleep";
                        pinctrl-0 = <&qup_1_spi_2_active>;
                        pinctrl-1 = <&qup_1_spi_2_sleep>;
-                       spi-max-frequency = <19200000>;
                        #address-cells = <1>;
                        #size-cells = <0>;
                };