提交 f9ccf752 编写于 作者: K Krzysztof Kozlowski 提交者: Dinh Nguyen

ARM: dts: socfpga: align SPI NOR node name with dtschema

The node names should be generic and SPI NOR dtschema expects "flash".
Signed-off-by: NKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: NDinh Nguyen <dinguyen@kernel.org>
上级 31231092
......@@ -9,7 +9,7 @@
&qspi {
status = "okay";
flash0: n25q00@0 {
flash0: flash@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "micron,mt25qu02g", "jedec,spi-nor";
......
......@@ -121,7 +121,7 @@
&qspi {
status = "okay";
flash0: n25q00@0 {
flash0: flash@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "micron,mt25qu02g", "jedec,spi-nor";
......
......@@ -113,7 +113,7 @@
&qspi {
status = "okay";
flash0: n25q512a@0 {
flash0: flash@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "micron,n25q512a", "jedec,spi-nor";
......
......@@ -221,7 +221,7 @@
&qspi {
status = "okay";
n25q128@0 {
flash@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "micron,n25q128", "jedec,spi-nor";
......@@ -238,7 +238,7 @@
cdns,tslch-ns = <4>;
};
n25q00@1 {
flash@1 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "micron,mt25qu02g", "jedec,spi-nor";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册