diff options
author | Fabio Estevam <festevam@denx.de> | 2023-12-06 12:00:19 -0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-12-13 19:04:50 +0800 |
commit | febc9b2fed1bceee0ab5edb831a7ad8c5afb53da (patch) | |
tree | c69c881921223e65f48d7ab2cf96ac2ec4707f95 /arch/arm/boot | |
parent | cbe2cc9686aef036278c8fef3fa6ee443ef8548f (diff) | |
download | linux-stable-febc9b2fed1bceee0ab5edb831a7ad8c5afb53da.tar.gz linux-stable-febc9b2fed1bceee0ab5edb831a7ad8c5afb53da.tar.bz2 linux-stable-febc9b2fed1bceee0ab5edb831a7ad8c5afb53da.zip |
ARM: dts: imx27: Use 'bus' for EMI bus
Per simple-bus.yaml, 'emi' is not a valid node name.
Change it to 'bus' to fix the following dt-schema warning:
imx25-pdk.dtb: emi@80000000: $nodename:0: 'emi@80000000' does not match '^([a-z][a-z0-9\\-]+-bus|bus|localbus|soc|axi|ahb|apb)(@.+)?$'
from schema $id: http://devicetree.org/schemas/simple-bus.yaml#
Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/nxp/imx/imx25.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/nxp/imx/imx25.dtsi b/arch/arm/boot/dts/nxp/imx/imx25.dtsi index 21c968341b3c..d0193d6f2d08 100644 --- a/arch/arm/boot/dts/nxp/imx/imx25.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx25.dtsi @@ -597,7 +597,7 @@ #size-cells = <1>; }; - emi@80000000 { + bus@80000000 { compatible = "fsl,emi-bus", "simple-bus"; #address-cells = <1>; #size-cells = <1>; |