Skip to content

Commit d3dd7be

Browse files
krzkConchuOD
authored andcommitted
arm64: dts: microchip: sparx5_pcb134: align I2C mux node name with bindings
DT schema expects node names to match certain. This fixes dtbs_check warnings like: sparx5_pcb134_emmc.dtb: i2c0-emux@0: $nodename:0: 'i2c0-emux@0' does not match '^(i2c-?)?mux' and dtc W=1 warnings: sparx5_pcb134_board.dtsi:398.25-403.4: Warning (unique_unit_address_if_enabled): /axi@600000000/i2c0-imux@0: duplicate unit-address (also used in node /axi@600000000/i2c0-emux@0) Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Reviewed-by: Steen Hegelund <Steen.Hegelund@microchip.com> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
1 parent 5150c3d commit d3dd7be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/microchip/sparx5_pcb134_board.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,13 +395,13 @@
395395
};
396396

397397
&axi {
398-
i2c0_imux: i2c0-imux@0 {
398+
i2c0_imux: i2c-mux-0 {
399399
compatible = "i2c-mux-pinctrl";
400400
#address-cells = <1>;
401401
#size-cells = <0>;
402402
i2c-parent = <&i2c0>;
403403
};
404-
i2c0_emux: i2c0-emux@0 {
404+
i2c0_emux: i2c-mux-1 {
405405
compatible = "i2c-mux-gpio";
406406
#address-cells = <1>;
407407
#size-cells = <0>;

0 commit comments

Comments
 (0)