Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 986cc492 authored by Alexander Shiyan's avatar Alexander Shiyan Committed by Shawn Guo
Browse files

ARM: dts: imx27-phytec-phycore-som: Add spi-cs-high property to PMIC



Since SPI core does not use GPIO bindings for CS GPIOs,
we should add an active high level declaration.

Signed-off-by: default avatarAlexander Shiyan <shc_work@mail.ru>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 5e01e585
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -61,8 +61,9 @@
		#address-cells = <1>;
		#size-cells = <0>;
		compatible = "fsl,mc13783";
		spi-max-frequency = <20000000>;
		reg = <0>;
		spi-cs-high;
		spi-max-frequency = <20000000>;
		interrupt-parent = <&gpio2>;
		interrupts = <23 IRQ_TYPE_LEVEL_HIGH>;
		fsl,mc13xxx-uses-adc;