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

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: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Samuel Holland <samuel@sholland.org>
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20221231231429.18357-6-samuel@sholland.org
Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>

authored by

Samuel Holland and committed by
Jernej Skrabec
925b61ba 6ec1c73f

+4
+2
include/dt-bindings/clock/sun20i-d1-ccu.h
··· 152 152 #define CLK_FANOUT0 142 153 153 #define CLK_FANOUT1 143 154 154 #define CLK_FANOUT2 144 155 + #define CLK_BUS_CAN0 145 156 + #define CLK_BUS_CAN1 146 155 157 156 158 #endif /* _DT_BINDINGS_CLK_SUN20I_D1_CCU_H_ */
+2
include/dt-bindings/reset/sun20i-d1-ccu.h
··· 73 73 #define RST_BUS_DSP_CFG 63 74 74 #define RST_BUS_DSP_DBG 64 75 75 #define RST_BUS_RISCV_CFG 65 76 + #define RST_BUS_CAN0 66 77 + #define RST_BUS_CAN1 67 76 78 77 79 #endif /* _DT_BINDINGS_RST_SUN20I_D1_CCU_H_ */