ARM: dts: imx1: Use 'bus' for AIPI bus
authorFabio Estevam <festevam@denx.de>
Wed, 6 Dec 2023 15:00:22 +0000 (12:00 -0300)
committerShawn Guo <shawnguo@kernel.org>
Wed, 13 Dec 2023 11:04:57 +0000 (19:04 +0800)
Per simple-bus.yaml, 'aipi' is not a valid node name.

Change it to 'bus' to fix the following dt-schema warning:

imx1-apf9328.dtb: aipi@200000: $nodename:0: 'aipi@200000' 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>
arch/arm/boot/dts/nxp/imx/imx1.dtsi

index 4aeb74479f44e9a0726d5c88e2172fed8d1d9a23..1ac10965fdfdd5284cfa860f168fccdc57c64433 100644 (file)
@@ -68,7 +68,7 @@
                interrupt-parent = <&aitc>;
                ranges;
 
-               aipi@200000 {
+               bus@200000 {
                        compatible = "fsl,aipi-bus", "simple-bus";
                        #address-cells = <1>;
                        #size-cells = <1>;
                        };
                };
 
-               aipi@210000 {
+               bus@210000 {
                        compatible = "fsl,aipi-bus", "simple-bus";
                        #address-cells = <1>;
                        #size-cells = <1>;