diff options
author | Kuldeep Singh <kuldeep.singh@nxp.com> | 2019-12-12 11:49:24 +0530 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2020-05-19 09:22:05 +0530 |
commit | b480bcca805c350bf875f026ee816db502c88765 (patch) | |
tree | d5f48d034386c8a5287cf5ff2252ff8f0b36f1dd /arch/arm/dts/ls1021a-twr.dtsi | |
parent | 160e3b38e9c91abe8718f9281fcc8661e9d88ea2 (diff) |
treewide: Update fsl qspi node dt properties as per spi-mem driver
According to new qspi driver, some properties like "bus-num, num-cs,
big-endian" are no longer used. Device endiannes can be determined from
device-type data in driver.
Now use board specific compatibles, generic node names and specific
labels to align with linux device-tree properties.
Also consolidate spi-max-frequency to 50Mhz treewide.
Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'arch/arm/dts/ls1021a-twr.dtsi')
-rw-r--r-- | arch/arm/dts/ls1021a-twr.dtsi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/dts/ls1021a-twr.dtsi b/arch/arm/dts/ls1021a-twr.dtsi index 27c96f9540..bf96af7e36 100644 --- a/arch/arm/dts/ls1021a-twr.dtsi +++ b/arch/arm/dts/ls1021a-twr.dtsi @@ -24,14 +24,13 @@ }; &qspi { - bus-num = <0>; status = "okay"; - qflash0: n25q128a13@0 { + n25q128a130: flash@0 { #address-cells = <1>; #size-cells = <1>; compatible = "jedec,spi-nor"; - spi-max-frequency = <20000000>; + spi-max-frequency = <50000000>; reg = <0>; }; }; |