summaryrefslogtreecommitdiff
path: root/arch/arm/dts/am335x-icev2-u-boot.dtsi
AgeCommit message (Collapse)AuthorFilesLines
2021-01-12arm: dts: am335x: include am33xx-u-boot.dtsiDario Binacchi1-0/+3
Include the SoC U-boot DTS in each am335x-<board>-u-boot.dtsi. Signed-off-by: Dario Binacchi <dariobin@libero.it>
2019-10-11board: ti: am335x-ice: Configure the CDCE913 clock synthesizerTero Kristo1-0/+21
AM335x-ICE boards contain the CDCE913 clock synthesizer, and their reset crystal capacitance load value of 10pF is wrong leading into lost packets in certain networking tests. Add DT data for this device, and probe it from the board file to program the crystal capacitance load value to 0pF to avoid any problems. Signed-off-by: Tero Kristo <t-kristo@ti.com>