arm64: dts: imx8mm-nitrogen-r2: Fix I2C mux subnode name
authorFabio Estevam <festevam@denx.de>
Mon, 13 Nov 2023 20:25:21 +0000 (17:25 -0300)
committerShawn Guo <shawnguo@kernel.org>
Wed, 6 Dec 2023 01:53:53 +0000 (09:53 +0800)
Per i2c-mux-pca954x.yaml, the I2C subnodes should follow the
'i2c@' format.

Change it to fix the following schema warning:

imx8mm-nitrogen-r2.dtb: i2c-mux@70: Unevaluated properties are not allowed ('i2c3@0' was unexpected)
from schema $id: http://devicetree.org/schemas/i2c/i2c-mux-pca954x.yaml#

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm-nitrogen-r2.dts

index 0e8f0d7161ad0f4989c91149bbb29f20d000a45e..12fb79d20b29e21c1984a7077c61803875523c7e 100644 (file)
                #address-cells = <1>;
                #size-cells = <0>;
 
-               i2c3@0 {
+               i2c@0 {
                        reg = <0>;
                        #address-cells = <1>;
                        #size-cells = <0>;