ARM: dts: imx: Use flash@0,0 pattern
[ Upstream commit 1e1d7cc478fb16816de09740e3c323c0c188d58f ] Per mtd-physmap.yaml, 'nor@0,0' is not a valid node pattern. Change it to 'flash@0,0' to fix the following dt-schema warning: imx1-ads.dtb: nor@0,0: $nodename:0: 'nor@0,0' does not match '^(flash|.*sram|nand)(@.*)?$' from schema $id: http://devicetree.org/schemas/mtd/mtd-physmap.yaml# Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
8953b37bb1
commit
8a0285ed7e
4 changed files with 4 additions and 4 deletions
|
|
@ -65,7 +65,7 @@
|
||||||
pinctrl-0 = <&pinctrl_weim>;
|
pinctrl-0 = <&pinctrl_weim>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
nor: nor@0,0 {
|
nor: flash@0,0 {
|
||||||
compatible = "cfi-flash";
|
compatible = "cfi-flash";
|
||||||
reg = <0 0x00000000 0x02000000>;
|
reg = <0 0x00000000 0x02000000>;
|
||||||
bank-width = <4>;
|
bank-width = <4>;
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@
|
||||||
pinctrl-0 = <&pinctrl_weim>;
|
pinctrl-0 = <&pinctrl_weim>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
nor: nor@0,0 {
|
nor: flash@0,0 {
|
||||||
compatible = "cfi-flash";
|
compatible = "cfi-flash";
|
||||||
reg = <0 0x00000000 0x02000000>;
|
reg = <0 0x00000000 0x02000000>;
|
||||||
bank-width = <2>;
|
bank-width = <2>;
|
||||||
|
|
|
||||||
|
|
@ -90,7 +90,7 @@
|
||||||
&weim {
|
&weim {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
nor: nor@0,0 {
|
nor: flash@0,0 {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
compatible = "cfi-flash";
|
compatible = "cfi-flash";
|
||||||
|
|
|
||||||
|
|
@ -322,7 +322,7 @@
|
||||||
&weim {
|
&weim {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
nor: nor@0,0 {
|
nor: flash@0,0 {
|
||||||
compatible = "cfi-flash";
|
compatible = "cfi-flash";
|
||||||
reg = <0 0x00000000 0x02000000>;
|
reg = <0 0x00000000 0x02000000>;
|
||||||
bank-width = <2>;
|
bank-width = <2>;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue