Message ID | 20231113202521.37386-1-festevam@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: dts: imx8mm-nitrogen-r2: Fix I2C mux subnode name | expand |
On Mon, Nov 13, 2023 at 05:25:21PM -0300, Fabio Estevam wrote: > From: Fabio Estevam <festevam@denx.de> > > 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> Applied, thanks!
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-nitrogen-r2.dts b/arch/arm64/boot/dts/freescale/imx8mm-nitrogen-r2.dts index 0e8f0d7161ad..12fb79d20b29 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-nitrogen-r2.dts +++ b/arch/arm64/boot/dts/freescale/imx8mm-nitrogen-r2.dts @@ -220,7 +220,7 @@ i2c-mux@70 { #address-cells = <1>; #size-cells = <0>; - i2c3@0 { + i2c@0 { reg = <0>; #address-cells = <1>; #size-cells = <0>;