Revert "net: can: rockchip: add rk3528 can driver"
This reverts commit 454ec1ec36.
Change-Id: I09a3a059730715b42cc8a6fe3a73d41ba5e75a62
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
This commit is contained in:
@ -1,32 +0,0 @@
|
||||
Rockchip CANFD controller Device Tree Bindings
|
||||
---------------------------------------------------------
|
||||
|
||||
Required properties:
|
||||
- compatible : Should be:
|
||||
- "rockchip,rk3528-can" for RK3528 CAN controllers 1.0
|
||||
- reg : Physical base address and size of the controller
|
||||
registers map.
|
||||
- interrupts : Property with a value describing the interrupt
|
||||
number.
|
||||
- clock-names : List of input clock names
|
||||
- "can_clk", "pclk",
|
||||
(See clock bindings for details).
|
||||
- clocks : Clock phandles (see clock bindings for details).
|
||||
- resets : Must contain an entry for each entry in reset-names.
|
||||
See ../reset/reset.txt for details.
|
||||
- reset-names : List of input reset names
|
||||
- "can", "can-apb".
|
||||
|
||||
Example:
|
||||
|
||||
For Dts file:
|
||||
can0: can0@ff960000 {
|
||||
compatible = "rockchip,rk3528-can";
|
||||
reg = <0x0 0xff960000 0x0 0x1000>;
|
||||
interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru CLK_CAN0>, <&cru PCLK_CAN0>;
|
||||
clock-names = "baudclk", "apb_pclk";
|
||||
resets = <&cru SRST_CAN0>, &cru SRST_P_CAN0>;
|
||||
reset-names = "can", "can-apb";
|
||||
status = "okay";
|
||||
};
|
||||
@ -15,12 +15,3 @@ config CANFD_ROCKCHIP
|
||||
|
||||
To compile this driver as a module, choose M here: the module will
|
||||
be called rockchip_canfd.
|
||||
|
||||
config CAN_RK3528
|
||||
tristate "RK3528 CAN controller"
|
||||
depends on ARCH_ROCKCHIP
|
||||
help
|
||||
Say Y here if you want to use CAN controller found on RK3528 SoCs.
|
||||
|
||||
To compile this driver as a module, choose M here: the module will
|
||||
be called rk3528_can.
|
||||
|
||||
@ -4,4 +4,3 @@
|
||||
|
||||
obj-$(CONFIG_CAN_ROCKCHIP) += rockchip_can.o
|
||||
obj-$(CONFIG_CANFD_ROCKCHIP) += rockchip_canfd.o
|
||||
obj-$(CONFIG_CAN_RK3528) += rk3528_can.o
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user