Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: net: toshiba,visconti-dwmac: Update the common clock properties

The clock for this driver switched to the common clock controller driver.
Therefore, update common clock properties for ethernet device in the binding
document.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Nobuhiro Iwamatsu and committed by
David S. Miller
17155d5d 2a11fb1d

+2 -1
+2 -1
Documentation/devicetree/bindings/net/toshiba,visconti-dwmac.yaml
··· 52 52 53 53 examples: 54 54 - | 55 + #include <dt-bindings/clock/toshiba,tmpv770x.h> 55 56 #include <dt-bindings/interrupt-controller/arm-gic.h> 56 57 57 58 soc { ··· 64 63 reg = <0 0x28000000 0 0x10000>; 65 64 interrupts = <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>; 66 65 interrupt-names = "macirq"; 67 - clocks = <&clk300mhz>, <&clk125mhz>; 66 + clocks = <&pismu TMPV770X_CLK_PIETHER_BUS>, <&pismu TMPV770X_CLK_PIETHER_125M>; 68 67 clock-names = "stmmaceth", "phy_ref_clk"; 69 68 snps,txpbl = <4>; 70 69 snps,rxpbl = <4>;