Commit 925b61ba authored by Samuel Holland's avatar Samuel Holland Committed by Jernej Skrabec
Browse files

dt-bindings: clock: Add D1 CAN bus gates and resets



The D1 CCU contains gates and resets for two CAN buses. While the CAN
bus controllers are only documented for the T113 SoC, the CCU is the
same across all SoC variants.

Reviewed-by: default avatarAndre Przywara <andre.przywara@arm.com>
Signed-off-by: default avatarSamuel Holland <samuel@sholland.org>
Acked-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
Acked-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20221231231429.18357-6-samuel@sholland.org


Signed-off-by: default avatarJernej Skrabec <jernej.skrabec@gmail.com>
parent 6ec1c73f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -152,5 +152,7 @@
#define CLK_FANOUT0		142
#define CLK_FANOUT1		143
#define CLK_FANOUT2		144
#define CLK_BUS_CAN0		145
#define CLK_BUS_CAN1		146

#endif /* _DT_BINDINGS_CLK_SUN20I_D1_CCU_H_ */
+2 −0
Original line number Diff line number Diff line
@@ -73,5 +73,7 @@
#define RST_BUS_DSP_CFG		63
#define RST_BUS_DSP_DBG		64
#define RST_BUS_RISCV_CFG	65
#define RST_BUS_CAN0		66
#define RST_BUS_CAN1		67

#endif /* _DT_BINDINGS_RST_SUN20I_D1_CCU_H_ */