summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/mediatek/mt6797.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* arm64: dts: mt6797: Fix mmsys node nameMatthias Brugger2020-05-201-1/+1
| | | | | | | | | | | | Node names are supposed to match the class of the device. The mmsys node is a syscon as it provides more then just a clock controller. Update the name. Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com> Reviewed-by: Chun-Kuang Hu <chunkuang.hu@kernel.org> Link: https://lore.kernel.org/r/20200518113156.25009-4-matthias.bgg@kernel.org Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
* arm64: dts: mediatek: Switch to SPDX license identifier for MT6797 SoCManivannan Sadhasivam2020-05-161-8/+1
| | | | | | | | Switch to SPDX license identifier for MT6797 SoC. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Link: https://lore.kernel.org/r/20200222162444.11590-5-manivannan.sadhasivam@linaro.org Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
* arm64: dts: mediatek: Add I2C support for MT6797 SoCManivannan Sadhasivam2020-05-161-0/+220
| | | | | | | | | | | | | | | | | Add I2C support for Mediatek MT6797 SoC. There are a total of 8 I2C controllers in this SoC (2 being shared) and they are same as the controllers present in MT6577 SoC. Hence, the driver support is added with DT fallback method. As per the datasheet, there are controllers with _imm prefix like i2c2_imm and i2c3_imm. These appears to be in different memory regions but sharing the same pins with i2c2 and i2c3 respectively. Since there is no clear evidence of what they really are, I've adapted the numbering/naming scheme from the downstream code by Mediatek. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Link: https://lore.kernel.org/r/20200222162444.11590-3-manivannan.sadhasivam@linaro.org Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
* arm64: dts: mediatek: rename scpsys nodes to power-controllerMatthias Brugger2020-02-171-1/+1
| | | | | | | The nodes with name scpsys actually implement a power-controller. Rename the nodes to match the bindings description. Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
* arm64: dts: Add uart for mt6797 EVBMatthias Brugger2019-01-091-0/+7
| | | | | | This patch adds the pinctrl configuration for the mt6797 EVB. Signed-off-by: Matthias Brugger <mbrugger@suse.com>
* arm64: dts: mediatek: x20: Add pinmux support for UART1Manivannan Sadhasivam2019-01-091-0/+7
| | | | | | | | | Add pinmux support for UART1 on MediatekX20 Development board based on Mediatek MT6797 SoC. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
* arm64: dts: mediatek: mt6797: Add pinctrl supportManivannan Sadhasivam2019-01-091-0/+14
| | | | | | | | Add pinctrl support for Mediatek MT6797 SoC. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
* arm64: dts: mediatek: Delete unused dummy clock for MT6797Matthias Brugger2017-08-171-7/+0
| | | | | | | After adding the clock subsystem to the SOC, the dummy clock clk32k is not longer needed. Delete it. Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
* arm64: dts: mediatek: add watchdog to MT6797Matthias Brugger2017-08-171-0/+5
| | | | | | This patch adds the watchdog driver to the MT6797 SoC. Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
* arm64: dts: mediatek: don't include missing fileArnd Bergmann2017-06-231-1/+0
| | | | | | | | | | This resolves a build error in the next/dt branch: In file included from arch/arm64/boot/dts/mediatek/mt6797-evb.dts:16:0: arch/arm64/boot/dts/mediatek/mt6797.dtsi:15:10: fatal error: dt-bindings/power/mt6797-power.h: No such file or directory 003f5d0c3462 ("arm64: dts: mediatek: add clk and scp nodes for MT6797") Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* arm64: dts: mediatek: add clk and scp nodes for MT6797Mars Cheng2017-05-151-4/+67
| | | | | | | This adds clk and scp nodes for MT6797 Signed-off-by: Mars Cheng <mars.cheng@mediatek.com> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
* arm64: dts: mediatek: add mt6797 supportMars Cheng2017-05-151-0/+182
This adds basic chip support for MT6797 SoC. Signed-off-by: Mars Cheng <mars.cheng@mediatek.com> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>