diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2022-12-02 19:49:22 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-12-31 15:38:52 +0300 |
commit | b025b4f5c288e29bbea421613a5b4eacf9261fbb (patch) | |
tree | 01fc8444770c2598a13141b33f6ee84a45e3b511 /arch/arm64/boot/dts/freescale/fsl-ls1088a-qds.dts | |
parent | 42825d1f269355d63554ab3c3762611e4d8053e9 (diff) | |
download | linux-b025b4f5c288e29bbea421613a5b4eacf9261fbb.tar.xz |
arm64: dts: freescale: Fix pca954x i2c-mux node names
"make dtbs_check":
arch/arm64/boot/dts/freescale/fsl-ls1012a-qds.dtb: pca9547@77: $nodename:0: 'pca9547@77' does not match '^(i2c-?)?mux'
From schema: Documentation/devicetree/bindings/i2c/i2c-mux-pca954x.yaml
arch/arm64/boot/dts/freescale/fsl-ls1012a-qds.dtb: pca9547@77: Unevaluated properties are not allowed ('#address-cells', '#size-cells', 'i2c@4' were unexpected)
From schema: Documentation/devicetree/bindings/i2c/i2c-mux-pca954x.yaml
...
Fix this by renaming PCA954x nodes to "i2c-mux", to match the I2C bus
multiplexer/switch DT bindings and the Generic Names Recommendation in
the Devicetree Specification.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-ls1088a-qds.dts')
-rw-r--r-- | arch/arm64/boot/dts/freescale/fsl-ls1088a-qds.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1088a-qds.dts b/arch/arm64/boot/dts/freescale/fsl-ls1088a-qds.dts index 41d8b15f25a5..aa52ff73ff9e 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls1088a-qds.dts +++ b/arch/arm64/boot/dts/freescale/fsl-ls1088a-qds.dts @@ -53,7 +53,7 @@ &i2c0 { status = "okay"; - i2c-switch@77 { + i2c-mux@77 { compatible = "nxp,pca9547"; reg = <0x77>; #address-cells = <1>; |