lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 28 Dec 2020 10:59:40 +0800 From: Qing Zhang <zhangqing@...ngson.cn> To: Mark Brown <broonie@...nel.org>, Rob Herring <robh+dt@...nel.org>, ThomasBogendoerfer <tsbogend@...ha.franken.de> Cc: linux-spi@...r.kernel.org, Huacai Chen <chenhc@...ote.com>, Jiaxun Yang <jiaxun.yang@...goat.com>, yangtiezhu@...ngson.cn, devicetree@...r.kernel.org, linux-mips@...r.kernel.org, linux-kernel@...r.kernel.org Subject: [PATCH v6 3/4] MIPS: Loongson64: DTS: Add SPI support to LS7A Add spi support. Reviewed-by: Huacai Chen <chenhuacai@...nel.org> Signed-off-by: Qing Zhang <zhangqing@...ngson.cn> --- v2: - Add spi about pci device DT v3: - Remove spiflash node v4: - Remove useless compatible v5: - Remove num-chipselects v6: - No changes --- arch/mips/boot/dts/loongson/ls7a-pch.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/arch/mips/boot/dts/loongson/ls7a-pch.dtsi b/arch/mips/boot/dts/loongson/ls7a-pch.dtsi index f99a7a1..dba717d 100644 --- a/arch/mips/boot/dts/loongson/ls7a-pch.dtsi +++ b/arch/mips/boot/dts/loongson/ls7a-pch.dtsi @@ -405,6 +405,15 @@ interrupt-map-mask = <0 0 0 0>; interrupt-map = <0 0 0 0 &pic 39 IRQ_TYPE_LEVEL_HIGH>; }; + + spi@16,0 { + compatible = "pci0014,7a0b.0", + "pci0014,7a0b", + "pciclass088000", + "pciclass0880"; + + reg = <0xb000 0x0 0x0 0x0 0x0>; + }; }; isa { -- 2.1.0
Powered by blists - more mailing lists