From fcac34d01d823489cbb846ca9afc9218b0de75f2 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Sun, 27 Jan 2019 13:21:06 +0100 Subject: lantiq: dts: drop superfluous unit address The cpu temperature driver has the register offset hardcode and doesn't need a reg. The mdio bus node is only used as a well known name and doesn't need a reg or unit address. syscon-reboot doesn't have a unit address or a reg either. The unit name collides with reset-controller@10 anyway. Signed-off-by: Mathias Kresin --- target/linux/lantiq/files/arch/mips/boot/dts/VGV7510KW22.dtsi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'target/linux/lantiq/files/arch/mips/boot/dts/VGV7510KW22.dtsi') diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/VGV7510KW22.dtsi b/target/linux/lantiq/files/arch/mips/boot/dts/VGV7510KW22.dtsi index 3cdc54292f..f4ffa5c7e2 100644 --- a/target/linux/lantiq/files/arch/mips/boot/dts/VGV7510KW22.dtsi +++ b/target/linux/lantiq/files/arch/mips/boot/dts/VGV7510KW22.dtsi @@ -149,11 +149,10 @@ }; }; - mdio@0 { + mdio { #address-cells = <1>; #size-cells = <0>; compatible = "lantiq,xrx200-mdio"; - reg = <0>; phy1: ethernet-phy@1 { reg = <0x1>; -- cgit v1.2.3