[PATCH v2 0/3] Add clock driver for Actions S700 SoC
From: Parthiban Nallathambi <hidden>
Date: 2018-07-01 18:25:10
Also in:
linux-clk, linux-devicetree, lkml
From: Parthiban Nallathambi <hidden>
Date: 2018-07-01 18:25:10
Also in:
linux-clk, linux-devicetree, lkml
Hello Andreas, On 07/01/2018 08:05 PM, Andreas F?rber wrote:
Hi Saravannan, Am 28.06.2018 um 21:18 schrieb Saravanan Sekar:quoted
Changelog v2: Fixed 0 day compilation warning Modified existing dts Actions S900 clock bindings common to Actions Soc familyPlease post v3 without --in-reply-to. It's becoming messy to read.quoted
This patchset adds clock support for Actions Semi OWL series S700 SoC with relevant clock bindings and device tree info. Changed the UART clock using CMU instance and changes are tested in cubieboard7Did you find any better way of testing than my "reboot bootloader" from preinstalled Android?
Flashing bootloader.bin and u-boot-dtb.img at below offset trigger the automatic boot from SD. But ADFU needs to long pressed before connecting the power. sudo dd if=bootloader.bin of=/dev/sdX bs=512 seek=4097 sudo dd if=u-boot-dtb.img of=/dev/sdX bs=1024 seek=3072 With this is place, u-boot expects GPT layout by default. I am able to boot the kernel from FAT/ext by updating the bootcmd/u-boot env accordingly. I haven't tried flashing/replacing u-boot in eMMC still.
In addition to missing Actions Semi you may want to CC Cubietech.
+Added cubitech linux group.
Thanks, Andreas
-- Thanks, Parthiban N