diff options
author | Johan Jonker <jbx6244@gmail.com> | 2022-06-03 18:35:39 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2022-09-10 00:58:36 +0200 |
commit | 1dabb74971b38d966ecef566bafddc4a34f4db9d (patch) | |
tree | 7e0cdd21085779321646563eb52696576b5575c8 /arch/arm/boot/dts/rk3036.dtsi | |
parent | ARM: dts: rockchip: fix rk3036 emac node compatible string (diff) | |
download | linux-1dabb74971b38d966ecef566bafddc4a34f4db9d.tar.xz linux-1dabb74971b38d966ecef566bafddc4a34f4db9d.zip |
ARM: dts: rockchip: restyle emac nodes
The emac_rockchip.txt file is converted to YAML.
Phy nodes are now a subnode of mdio, so restyle
the emac nodes of rk3036/rk3066/rk3188.
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20220603163539.537-3-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3036.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3036.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/rk3036.dtsi b/arch/arm/boot/dts/rk3036.dtsi index e240b89b0b35..78686fc72ce6 100644 --- a/arch/arm/boot/dts/rk3036.dtsi +++ b/arch/arm/boot/dts/rk3036.dtsi @@ -228,8 +228,6 @@ compatible = "rockchip,rk3036-emac"; reg = <0x10200000 0x4000>; interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>; - #address-cells = <1>; - #size-cells = <0>; rockchip,grf = <&grf>; clocks = <&cru HCLK_MAC>, <&cru SCLK_MACREF>, <&cru SCLK_MAC>; clock-names = "hclk", "macref", "macclk"; |