spi: Add clock, reset and pinctrl
authorxingyu.wu <xingyu.wu@starfivetech.com>
Thu, 5 May 2022 07:31:51 +0000 (15:31 +0800)
committerxingyu.wu <xingyu.wu@starfivetech.com>
Thu, 5 May 2022 07:36:01 +0000 (15:36 +0800)
commit2e334ea5dc9637799177f672f2dd5c04c1b567e4
tree98507da39a53c4ee335d50536e7aed83ce5f15e2
parentfcb18efa2ab0e68783c12a9de016d9de33651a96
spi: Add clock, reset and pinctrl

driver:spi: Add reset handle.
dts:starfive:dtsi: Add clock and reset node.
dts:starfive:pinctrl: Modify spi gpio and Add pinctrl.

Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
arch/riscv/boot/dts/starfive/jh7110.dtsi
arch/riscv/boot/dts/starfive/jh7110_pinctrl.dtsi [changed mode: 0644->0755]
drivers/spi/spi-pl022.c [changed mode: 0644->0755]