arm64: dts: imx8mm-nitrogen-r2: Fix I2C mux subnode name

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>
This commit is contained in:
Fabio Estevam
2023-11-13 17:25:21 -03:00
committed by Shawn Guo
parent f29c19a6e4
commit 1a95c9090b
@@ -220,7 +220,7 @@
#address-cells = <1>;
#size-cells = <0>;
i2c3@0 {
i2c@0 {
reg = <0>;
#address-cells = <1>;
#size-cells = <0>;