ARM: shmobile: r8a7791: add EtherAVB clock
Add the EtherAVB clock to the R8A7791 device tree.
Based on the commit 63d2d750c9
("ARM: shmobile: r8a7790: add EtherAVB
clocks").
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
d74f61fee3
commit
eaa870b305
@ -1329,16 +1329,18 @@
|
|||||||
compatible = "renesas,r8a7791-mstp-clocks", "renesas,cpg-mstp-clocks";
|
compatible = "renesas,r8a7791-mstp-clocks", "renesas,cpg-mstp-clocks";
|
||||||
reg = <0 0xe6150990 0 4>, <0 0xe61509a0 0 4>;
|
reg = <0 0xe6150990 0 4>, <0 0xe61509a0 0 4>;
|
||||||
clocks = <&zx_clk>, <&hp_clk>, <&zg_clk>, <&zg_clk>,
|
clocks = <&zx_clk>, <&hp_clk>, <&zg_clk>, <&zg_clk>,
|
||||||
<&zg_clk>, <&p_clk>, <&zs_clk>, <&zs_clk>;
|
<&zg_clk>, <&hp_clk>, <&p_clk>, <&zs_clk>,
|
||||||
|
<&zs_clk>;
|
||||||
#clock-cells = <1>;
|
#clock-cells = <1>;
|
||||||
clock-indices = <
|
clock-indices = <
|
||||||
R8A7791_CLK_IPMMU_SGX R8A7791_CLK_MLB
|
R8A7791_CLK_IPMMU_SGX R8A7791_CLK_MLB
|
||||||
R8A7791_CLK_VIN2 R8A7791_CLK_VIN1 R8A7791_CLK_VIN0
|
R8A7791_CLK_VIN2 R8A7791_CLK_VIN1 R8A7791_CLK_VIN0
|
||||||
R8A7791_CLK_ETHER R8A7791_CLK_SATA1 R8A7791_CLK_SATA0
|
R8A7791_CLK_ETHERAVB R8A7791_CLK_ETHER
|
||||||
|
R8A7791_CLK_SATA1 R8A7791_CLK_SATA0
|
||||||
>;
|
>;
|
||||||
clock-output-names =
|
clock-output-names =
|
||||||
"ipmmu_sgx", "mlb", "vin2", "vin1", "vin0", "ether",
|
"ipmmu_sgx", "mlb", "vin2", "vin1", "vin0",
|
||||||
"sata1", "sata0";
|
"etheravb", "ether", "sata1", "sata0";
|
||||||
};
|
};
|
||||||
mstp9_clks: mstp9_clks@e6150994 {
|
mstp9_clks: mstp9_clks@e6150994 {
|
||||||
compatible = "renesas,r8a7791-mstp-clocks", "renesas,cpg-mstp-clocks";
|
compatible = "renesas,r8a7791-mstp-clocks", "renesas,cpg-mstp-clocks";
|
||||||
|
@ -102,6 +102,7 @@
|
|||||||
#define R8A7791_CLK_VIN2 9
|
#define R8A7791_CLK_VIN2 9
|
||||||
#define R8A7791_CLK_VIN1 10
|
#define R8A7791_CLK_VIN1 10
|
||||||
#define R8A7791_CLK_VIN0 11
|
#define R8A7791_CLK_VIN0 11
|
||||||
|
#define R8A7791_CLK_ETHERAVB 12
|
||||||
#define R8A7791_CLK_ETHER 13
|
#define R8A7791_CLK_ETHER 13
|
||||||
#define R8A7791_CLK_SATA1 14
|
#define R8A7791_CLK_SATA1 14
|
||||||
#define R8A7791_CLK_SATA0 15
|
#define R8A7791_CLK_SATA0 15
|
||||||
|
Loading…
Reference in New Issue
Block a user