add ad488x dts - #3463
Conversation
|
Seems that there are valid CI complains! |
|
434c450 to
87539c4
Compare
amiclaus
left a comment
There was a problem hiding this comment.
v2:
- add header for ad4080 with hdl tag
- fix build warnings
nunojsa
left a comment
There was a problem hiding this comment.
Same nit as the other PR
87539c4 to
c55b7b0
Compare
| compatible = "adi,axi-ad408x"; | ||
| reg = <0x44A10000 0x10000>; | ||
| clocks = <&axi_clk>; | ||
| spibus-connected = <&adc_ad4883>; |
There was a problem hiding this comment.
This is using the new backend stuff right? So no need for adi,axi-ad408x. What you actually need is #io-backend-cells = <0>;
Same for all other DTs
There was a problem hiding this comment.
adi,axi-ad408x is needed for
linux/drivers/iio/adc/adi-axi-adc.c
Line 456 in d46c5bf
| adi,source-bus-type = <2>; | ||
| adi,destination-bus-width = <64>; | ||
| adi,destination-bus-type = <0>; | ||
| }; |
There was a problem hiding this comment.
The above dma-channel is no longer needed (for some time now). The driver can know all of the above from the IP during probe
| compatible = "adi,axi-ad408x"; | ||
| reg = <0x44A10000 0x10000>; | ||
| clocks = <&axi_clk>; | ||
| clocks = <&clkc 15>; |
There was a problem hiding this comment.
Isn't this fixing something introduced by this patch series?!
Add a device tree for the AD4880 SAR ADC on the ZedBoard. Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com>
Add a device tree for the AD4883 SAR ADC on the ZedBoard. Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com>
Add a device tree for the AD4884 SAR ADC on the ZedBoard. Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com>
c55b7b0 to
7998c3c
Compare
amiclaus
left a comment
There was a problem hiding this comment.
v4:
- drop deprecated adi,channels/dma-channel@0 node from rx_dma
- replace spibus-connected with #io-backend-cells = <0>
- squash fixup commit
PR Description
arm: dts: xilinx: add dts for ad4880 on zedboard
arm: dts: xilinx: add dts for ad4883 on zedboard
arm: dts: xilinx: add dts for ad4884 on zedboard
PR Type
PR Checklist