- Feb 07, 2020
-
-
Simon Glass authored
So far we have avoided adding a clock driver for Intel devices. But the Designware I2C driver needs a different clock (133MHz) on Intel devices than on others (166MHz). Add a simple driver that provides this information. This driver can be expanded later as needed. Signed-off-by:
Simon Glass <sjg@chromium.org> Reviewed-by:
Bin Meng <bmeng.cn@gmail.com>
-
- Jan 24, 2020
-
-
Chen-Yu Tsai authored
Sync the device tree files and device tree header files from upstream Linux kernel, as of 2020-01-08. The commit synced to in the sunxi repo 98d25b0b266d Merge branch 'sunxi/dt-for-5.6' into sunxi/for-next which is also part of next-20200108. Changes brought in include: - cleanup of pinmux node names - addition of Security ID, MBUS, CSI, crypto engine, video codec, pmu, and thermal sensor device nodes for both SoCs - addition of deinterlacing engine device node on H3 - cleanup of RTC device node and addition of its clocks - various board cleanups and improvements - removal of pinmux node for GPIO lines - cpufreq / DVFS - HDMI output - UART-based Bluetooth - audio codec - USB ports - new boards Most of the changes don't concern U-boot. Signed-off-by:
Chen-Yu Tsai <wens@csie.org> Reviewed-by:
Jagan Teki <jagan@amarulasolutions.com>
-
- Jan 22, 2020
-
-
Stephan Gerhold authored
from https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git/ tag "ux500-armsoc-v5.6-2" commit 224bf0fe7292 ("ARM: dts: ux500: samsung-golden: Add Bluetooth") (queued for merge in Linux 5.6) Signed-off-by:
Stephan Gerhold <stephan@gerhold.net> Reviewed-by:
Linus Walleij <linus.walleij@linaro.org>
-
- Jan 16, 2020
-
-
Sam Shih authored
This patch add clock driver for MediaTek MT7622 SoC. Signed-off-by:
Ryder Lee <ryder.lee@mediatek.com> Signed-off-by:
Sam Shih <sam.shih@mediatek.com>
-
mingming lee authored
Add clock driver for MediaTek MT8512 SoC, include topckgen, apmixedsys and infracfg support. Signed-off-by:
mingming lee <mingming.lee@mediatek.com>
-
- Jan 14, 2020
-
-
Giulio Benetti authored
Add i.MXRT1050 clk driver support. Signed-off-by:
Giulio Benetti <giulio.benetti@benettiengineering.com>
-
- Jan 08, 2020
-
-
Peng Fan authored
Add i.MX8MP clock header Signed-off-by:
Peng Fan <peng.fan@nxp.com>
-
- Jan 07, 2020
-
-
Ley Foon Tan authored
Add clock manager driver for Agilex. Provides clock initialization and get_rate functions. agilex-clock.h is from Linux commit ID cd2e1ad12247. Signed-off-by:
Chee Hong Ang <chee.hong.ang@intel.com> Signed-off-by:
Ley Foon Tan <ley.foon.tan@intel.com> Reviewed-by:
Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
-
- Dec 03, 2019
-
-
mingming lee authored
Add clock driver for MediaTek MT8518 SoC. Signed-off-by:
mingming lee <mingming.lee@mediatek.com>
-
- Nov 26, 2019
-
-
Patrick Delaunay authored
Device tree and binding alignment with kernel v5.3 and converted to SPDX. Signed-off-by:
Patrick Delaunay <patrick.delaunay@st.com> Reviewed-by:
Patrice Chotard <patrice.chotard@st.com>
-
- Nov 17, 2019
-
-
Finley Xiao authored
Add clk controller driver for RK3308 SOC. This patch depends on Elaine's pll patch[0]. [0]http://patchwork.ozlabs.org/patch/1183718/ Signed-off-by:
Andy Yan <andy.yan@rock-chips.com> Reviewed-by:
Kever Yang <kever.yang@rock-chips.com>
-
Kever Yang authored
The px30 contains 2 separate clock controllers, pmucru and cru. Add drivers for them. Signed-off-by:
Kever Yang <kever.yang@rock-chips.com> Signed-off-by:
Heiko Stuebner <heiko.stuebner@theobroma-systems.com> Reviewed-by:
Kever Yang <kever.yang@rock-chips.com>
-
- Nov 05, 2019
-
-
Peng Fan authored
Add dtsi for i.MX8MN Signed-off-by:
Peng Fan <peng.fan@nxp.com>
-
- Nov 03, 2019
-
-
Patrick Wildt authored
This updates the i.MX8MQ device trees and, necessarily, also the i.MX8MQ clock bindings. These are taken verbatim from from the Linux kernel version v5.4-rc2, which three small changes which were already part of the previous device tree: * Keep the PSCI reserved memory range * Keep the alias for ethernet, so that the MAC address can be set * Keep the modified #include for the IOMUXC pins Signed-off-by:
Patrick Wildt <patrick@blueri.se> Acked-by:
Peng Fan <peng.fan@nxp.com>
-
- Oct 25, 2019
-
-
Weijie Gao authored
This patch adds a clock driver for MediaTek MT7628/7688 SoC. It provides clock gate control as well as getting clock frequency for CPU/SYS/XTAL and some peripherals. Signed-off-by:
Weijie Gao <weijie.gao@mediatek.com>
-
Álvaro Fernández Rojas authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com>
-
- Oct 24, 2019
-
-
Rajan Vaja authored
Add dt clock header which can be included by dtses. And also use zynqmp-clk compatible string. Signed-off-by:
Rajan Vaja <rajan.vaja@xilinx.com> Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
- Oct 18, 2019
-
-
Andreas Färber authored
In Linux meson-g12-common.dtsi was introduced as well as new g12b nodes and headers, as dependencies of new meson-g12b-a311d-khadas-vim3.dts. Copied from da0c9ea146cb ("Linux 5.4-rc2") Signed-off-by:
Andreas Färber <afaerber@suse.de> Signed-off-by:
Neil Armstrong <narmstrong@baylibre.com>
-
- Oct 08, 2019
-
-
Peng Fan authored
Import clock bindings header file from Linux 5.3.0-rc2 Signed-off-by:
Peng Fan <peng.fan@nxp.com>
-
Peng Fan authored
Sync kernel dts for i.MX6UL from commit <0a8ad0ffa4d8> ("Merge tag 'for-linus-5.3-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux" ) Signed-off-by:
Peng Fan <peng.fan@nxp.com> Reviewed-by:
Ye Li <ye.li@nxp.com> Reviewed-by:
Fabio Estevam <festevam@gmail.com>
-
- Aug 11, 2019
-
-
Manivannan Sadhasivam authored
This commit imports HI3660 SoC devicetree from Linux Signed-off-by:
Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
-
- Aug 09, 2019
-
-
Marek Vasut authored
Import R8A77980 V3H DTs and headers from Linux 5.2.7 , commit 5697a9d3d55f. Signed-off-by:
Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
-
- Jul 31, 2019
-
-
Neil Armstrong authored
Sync the Amlogic Meson G12A DT and Bindings file with the Linux 5.3-rc1 from the commit 5f9e832c1370 ("Linus 5.3-rc1"). Also remove the meson-g12a-u-boot.dtsi and meson-g12a-u200-u-boot.dtsi, now conflicting with the main DT content. Signed-off-by:
Neil Armstrong <narmstrong@baylibre.com> Tested-by:
Mark Kettenis <kettenis@openbsd.org>
-
- Jul 19, 2019
-
-
Anup Patel authored
The location and license header of DT bindings header for SiFive clock driver has changed in upstream Linux hence this patch. Signed-off-by:
Anup Patel <anup.patel@wdc.com> Reviewed-by:
Bin Meng <bmeng.cn@gmail.com>
-
- Jun 12, 2019
-
-
Heinrich Schuchardt authored
Updating the bcm283x device tree sources adds the device trees for - Raspberry Pi 3 Model A+ - Raspberry Pi 3 Model B+ - Raspberry Pi Compute Module IO board rev1 - Raspberry Pi Compute Module 3 IO board V3.0 - Raspberry Pi Zero Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by:
Matthias Brugger <mbrugger@suse.com>
-
- May 31, 2019
-
-
Neil Armstrong authored
Sync from Linux commit a188339ca5a3 ("Linux 5.2-rc1") Signed-off-by:
Neil Armstrong <narmstrong@baylibre.com>
-
- May 07, 2019
-
-
Chris Brandt authored
Add platform code and DTs for Renesas RZ/A1 R7S72100 SoC. Distinguishing feature of this SoC is that it has up to 10 MiB of on-SoC static RAM (SRAM). The DTs are imported from Linux 5.0.11, commit d5a2675b207d . Signed-off-by:
Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Chris Brandt <chris.brandt@renesas.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
-
- Apr 25, 2019
-
-
Peng Fan authored
Add i.MX8QM clocks definition Signed-off-by:
Peng Fan <peng.fan@nxp.com>
-
- Apr 23, 2019
-
-
Fabien Parent authored
Add clock driver for MediaTek MT8516 SoC. Signed-off-by:
Fabien Parent <fparent@baylibre.com> Acked-by:
Ryder Lee <ryder.lee@mediatek.com> [trini: Redo whitespace] Signed-off-by:
Tom Rini <trini@konsulko.com>
-
Patrice Chotard authored
Synchronize stm32f7 device tree with kernel v4.20. Signed-off-by:
Patrice Chotard <patrice.chotard@st.com>
-
Neil Armstrong authored
Import Linux 5.1-rc1 DT from 9e98c678c2d6 ("Linux 5.1-rc1") for the meson-g12a-u200 board, the meson-g12a.dtsi and the corresponding bindings. Signed-off-by:
Neil Armstrong <narmstrong@baylibre.com>
-
- Apr 14, 2019
-
-
Jagan Teki authored
Usually the Linux dts changes were synced in specific tags in Allwinner, to keep track for whats been synced so-far and plan for future syncs. But this patch sync sun50i-h6* dts(i) files from Linux w/o any specific tag since these dts(i) changes are required for new H6 boards support. Linux commit details about the sun50i-h6* sync: "arm64: dts: allwinner: h6: move MMC pinctrl to dtsi" (sha1: 6ba2e45d57afdfd982d12f168edd6a79a65075d8) Linux commit details about the sun8i-tcon-top.h sync: "dt-bindings: display: sunxi-drm: Add TCON TOP description" (sha1: 59a9c39544cd1e5952c2a33028d71aa8180648f8) Part of the sync initiated by 'Clément Péron'. Signed-off-by:
Clément Péron <peron.clem@gmail.com> Signed-off-by:
Jagan Teki <jagan@amarulasolutions.com>
-
- Apr 09, 2019
-
-
Marek Vasut authored
Synchronize R-Car Gen3 clock tables with Linux 5.0, commit 1c163f4c7b3f621efff9b28a47abb36f7378d783 . Signed-off-by:
Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
-
Marek Vasut authored
Synchronize R-Car Gen2 clock tables with Linux 5.0, commit 1c163f4c7b3f621efff9b28a47abb36f7378d783 . Signed-off-by:
Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
-
- Feb 09, 2019
-
-
Patrick Delaunay authored
- Add st,digbypass on clk_hse node (needed for board rev.C) - MLAHB/AHB max frequency increased from 200 to 209MHz, with: - PLL3P set to 208.8MHz for MCU sub-system - PLL3Q set to 24.57MHz for 48kHz SAI/SPI2S - PLL3R set to 11.29MHz for 44.1kHz SAI/SPI2S - PLL4P set to 99MHz for SDMMC and SPDIFRX - PLL4Q set to 74.25MHz for EVAL board Signed-off-by:
Patrick Delaunay <patrick.delaunay@st.com>
-
- Jan 25, 2019
-
-
Shawn Guo authored
It adds missing pinctrl headers, updates clock header and sync up Poplar device tree with kernel 4.20 release. Signed-off-by:
Shawn Guo <shawn.guo@linaro.org>
-
- Jan 18, 2019
-
-
Jagan Teki authored
Update sun50i-a64-ccu.h from the Linux sunxi/dt64-for-4.20 tree: commit 679294497be31596e1c9c61507746d72b6b05f26 Author: Rodrigo Exterckötter Tjäder <rodrigo@tjader.xyz> Date: Wed Sep 26 19:48:24 2018 +0000 arm64: dts: allwinner: a64: a64-olinuxino: set the PHY TX delay This should be a part of previous sync patch from commit 1b39a183 Author: Andre Przywara <andre.przywara@arm.com> Date: Mon Oct 29 00:56:47 2018 +0000 sunxi: A64: Update .dts/.dtsi files Signed-off-by:
Jagan Teki <jagan@amarulasolutions.com> Reviewed-by:
Andre Przywara <andre.przywara@arm.com>
-
Jagan Teki authored
Update all A80 devicetree dtsi and dtsi files from Linux-v4.18-rc3 with below commits. arch/arm/boot/dts/sun9i-a80*: commit 190e3138f9577885691540dca59c2f07540bde04 Merge: cafc87023b0d a7affb13b271 Author: Arnd Bergmann <arnd@arndb.de> Date: Tue Mar 27 14:58:00 2018 +0200 Merge tag 'sunxi-h3-h5-for-4.17' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into next/dt include/dt-bindings/*/sun9i-a80-*: commit 783ab76ae553abc23f80ef7511052d055697531b Author: Chen-Yu Tsai <wens@csie.org> Date: Sat Jan 28 20:22:36 2017 +0800 clk: sunxi-ng: Add A80 Display Engine CCU Note: sun9i-a80-cx-a99.dts is updated only uart0, since the same dts is not available in Linux. Signed-off-by:
Jagan Teki <jagan@amarulasolutions.com>
-
- Dec 19, 2018
-
-
Paul Burton authored
Add initial support for the Ingenic JZ47xx MIPS SoC. Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Signed-off-by:
Paul Burton <paul.burton@imgtec.com> Signed-off-by:
Marek Vasut <marek.vasut@gmail.com> Signed-off-by:
Ezequiel Garcia <ezequiel@collabora.com> Reviewed-by:
Marek Vasut <marex@denx.de>
-
Álvaro Fernández Rojas authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com>
-