Skip to content

Commit

Permalink
arm64: dts: freescale: align SPI NOR node name with dtschema
Browse files Browse the repository at this point in the history
The node names should be generic and SPI NOR dtschema expects "flash".

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
Krzysztof Kozlowski authored and Shawn Guo committed Apr 11, 2022
1 parent 7cbeeb0 commit aba3a3f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions arch/arm64/boot/dts/freescale/fsl-ls208xa-qds.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -104,21 +104,21 @@

&dspi {
status = "okay";
dflash0: n25q128a@0 {
dflash0: flash@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "st,m25p80";
spi-max-frequency = <3000000>;
reg = <0>;
};
dflash1: sst25wf040b@1 {
dflash1: flash@1 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "st,m25p80";
spi-max-frequency = <3000000>;
reg = <1>;
};
dflash2: en25s64@2 {
dflash2: flash@2 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "st,m25p80";
Expand All @@ -129,7 +129,7 @@

&qspi {
status = "okay";
flash0: s25fl256s1@0 {
flash0: flash@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "st,m25p80";
Expand All @@ -138,7 +138,7 @@
spi-tx-bus-width = <4>;
reg = <0>;
};
flash2: s25fl256s1@2 {
flash2: flash@2 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "st,m25p80";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/freescale/fsl-ls208xa-rdb.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@

&dspi {
status = "okay";
dflash0: n25q512a@0 {
dflash0: flash@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "st,m25p80";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/freescale/imx8mm-emcon.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
pinctrl-1 = <&pinctrl_flexspi1>;
status = "okay";

flash0: spi-flash@0 {
flash0: flash@0 {
reg = <0>;
#address-cells = <1>;
#size-cells = <1>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
cs-gpios = <&gpio5 9 GPIO_ACTIVE_LOW>;
status = "okay";

spi-flash@0 {
flash@0 {
compatible = "mxicy,mx25r1635f", "jedec,spi-nor";
spi-max-frequency = <80000000>;
reg = <0>;
Expand Down

0 comments on commit aba3a3f

Please sign in to comment.