diff options
author | Kuldeep Singh <kuldeep.singh@nxp.com> | 2019-12-20 19:52:34 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-01-09 08:32:29 +0100 |
commit | 73d582606a8b1c26db9ad52ad38fe8ba3fcf1ae5 (patch) | |
tree | ebcf4e448fd526cbdf49d087f808a3387badaa98 /arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi | |
parent | arm64: dts: freescale: Add devicetree support for Thor96 board (diff) | |
download | linux-73d582606a8b1c26db9ad52ad38fe8ba3fcf1ae5.tar.xz linux-73d582606a8b1c26db9ad52ad38fe8ba3fcf1ae5.zip |
arm64: dts: ls208xa: Update qspi node properties for LS2088ARDB
LS2088ADB has one spansion flash s25fs512s of size 64M.
Add qspi dts entry for the board using compatibles as "jedec,spi-nor" to
probe flash successfully. Also, align properties with other board dts
properties.
Use dt-bindings constants in interrupts instead of using numbers.
Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi index 8b2fd278844b..f96d06da96be 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi @@ -618,16 +618,16 @@ }; qspi: spi@20c0000 { - status = "disabled"; compatible = "fsl,ls2080a-qspi"; #address-cells = <1>; #size-cells = <0>; reg = <0x0 0x20c0000 0x0 0x10000>, <0x0 0x20000000 0x0 0x10000000>; reg-names = "QuadSPI", "QuadSPI-memory"; - interrupts = <0 25 0x4>; /* Level high type */ + interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>; clocks = <&clockgen 4 3>, <&clockgen 4 3>; clock-names = "qspi_en", "qspi"; + status = "disabled"; }; pcie1: pcie@3400000 { |