mirror of https://gitee.com/openkylin/linux.git
ARM: dts: vf610-zii-cfu1: Disable NOR flash/SPI controller
Only a certain number of CFU1's come with NOR flash populated. Disable it by default to avoid trying to probe NOR flash on devices that don't have it. Devices that do have it can rely on the bootloader to enable this node. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Cc: Shawn Guo <shawnguo@kernel.org> Cc: Chris Healy <cphealy@gmail.com> Cc: Andrew Lunn <andrew@lunn.ch> Cc: Fabio Estevam <festevam@gmail.com> Cc: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
dae9f076d1
commit
5f0a88a1aa
|
@ -87,7 +87,12 @@ &dspi1 {
|
|||
bus-num = <1>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_dspi1>;
|
||||
status = "okay";
|
||||
/*
|
||||
* Some CFU1s come with SPI-NOR chip DNPed, so we leave this
|
||||
* node disabled by default and rely on bootloader to enable
|
||||
* it when appropriate.
|
||||
*/
|
||||
status = "disabled";
|
||||
|
||||
m25p128@0 {
|
||||
#address-cells = <1>;
|
||||
|
|
Loading…
Reference in New Issue