mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
arm64: dts: renesas: Use SCP_CLOCK_ID_CLK_S0D6_PERE_MAIN on R-Car X5H
Use macro SCP_CLOCK_ID_CLK_S0D6_PERE_MAIN for SCMI clock 1691 instead of hardcoding the number in DT. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
compatible = "renesas,compound-clock";
|
||||
#clock-cells = <0>;
|
||||
clocks = <&scmi_clk SCP_CLOCK_ID_MDLC_SDHI0>,
|
||||
<&scmi_clk 1691>;
|
||||
<&scmi_clk SCP_CLOCK_ID_CLK_S0D6_PERE_MAIN>;
|
||||
clock-names = "mdlc", "per";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -43,4 +43,6 @@
|
||||
#define SCP_CLOCK_ID_MDLC_MPPHY31 347
|
||||
#define SCP_CLOCK_ID_MDLC_MPPHY02 348
|
||||
|
||||
#define SCP_CLOCK_ID_CLK_S0D6_PERE_MAIN 1691
|
||||
|
||||
#endif /* __DT_BINDINGS_R8A78000_SCMI_CLOCK_H__ */
|
||||
|
||||
Reference in New Issue
Block a user