mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 05:27:07 +02:00
ARM: dts: imx53-ppd: Fix ACHC entry
[ Upstream commit cd7cd5b716 ]
PPD has only one ACHC device, which effectively is a Kinetis
microcontroller. It has one SPI interface used for normal
communication. Additionally it's possible to flash the device
firmware using NXP's EzPort protocol by correctly driving a
second chip select pin and the device reset pin.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Link: https://lore.kernel.org/r/20210802172309.164365-3-sebastian.reichel@collabora.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
6a00decce3
commit
74287874c9
|
|
@ -70,6 +70,12 @@ cko2_11M: sgtl-clock-cko2 {
|
||||||
clock-frequency = <11289600>;
|
clock-frequency = <11289600>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
achc_24M: achc-clock {
|
||||||
|
compatible = "fixed-clock";
|
||||||
|
#clock-cells = <0>;
|
||||||
|
clock-frequency = <24000000>;
|
||||||
|
};
|
||||||
|
|
||||||
sgtlsound: sound {
|
sgtlsound: sound {
|
||||||
compatible = "fsl,imx53-cpuvo-sgtl5000",
|
compatible = "fsl,imx53-cpuvo-sgtl5000",
|
||||||
"fsl,imx-audio-sgtl5000";
|
"fsl,imx-audio-sgtl5000";
|
||||||
|
|
@ -313,16 +319,13 @@ &gpio4 11 GPIO_ACTIVE_LOW
|
||||||
&gpio4 12 GPIO_ACTIVE_LOW>;
|
&gpio4 12 GPIO_ACTIVE_LOW>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
spidev0: spi@0 {
|
spidev0: spi@1 {
|
||||||
compatible = "ge,achc";
|
compatible = "ge,achc", "nxp,kinetis-k20";
|
||||||
reg = <0>;
|
reg = <1>, <0>;
|
||||||
spi-max-frequency = <1000000>;
|
vdd-supply = <®_3v3>;
|
||||||
};
|
vdda-supply = <®_3v3>;
|
||||||
|
clocks = <&achc_24M>;
|
||||||
spidev1: spi@1 {
|
reset-gpios = <&gpio3 6 GPIO_ACTIVE_LOW>;
|
||||||
compatible = "ge,achc";
|
|
||||||
reg = <1>;
|
|
||||||
spi-max-frequency = <1000000>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
gpioxra0: gpio@2 {
|
gpioxra0: gpio@2 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user