Skip to content

Commit 22fbe6e

Browse files
robherringkrzk
authored andcommitted
arm64: dts: toshiba: Use recommended node names
Update Toshiba TMPV7708 node name to the recommended standard node names. Generally, node names and paths aren't considered ABI, so it is safe to change them. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Reviewed-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.x90@mail.toshiba> Link: https://patch.msgid.link/20251216180055.2793215-2-robh@kernel.org Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
1 parent 714b5a7 commit 22fbe6e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
phy-handle = <&phy0>;
4444
phy-mode = "rgmii-id";
4545

46-
mdio0 {
46+
mdio {
4747
#address-cells = <1>;
4848
#size-cells = <0>;
4949
compatible = "snps,dwmac-mdio";

arch/arm64/boot/dts/toshiba/tmpv7708-visrobo-vrb.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
phy-handle = <&phy0>;
4444
phy-mode = "rgmii-id";
4545

46-
mdio0 {
46+
mdio {
4747
#address-cells = <1>;
4848
#size-cells = <0>;
4949
compatible = "snps,dwmac-mdio";

arch/arm64/boot/dts/toshiba/tmpv7708-visrobo-vrc.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
&spi0 {
2727
status = "okay";
2828

29-
mmc-slot@0 {
29+
mmc@0 {
3030
compatible = "mmc-spi-slot";
3131
reg = <0>;
3232
gpios = <&gpio 15 GPIO_ACTIVE_LOW>;

0 commit comments

Comments
 (0)