
Hi Jagan,
On Sun, Sep 29, 2019 at 3:42 PM Jagan Teki jagan@amarulasolutions.com wrote:
Sync the hifive-unleashed-a00 dts from Linux with below commit details: commit 11ae2d892139a1086f257188d457ddcb71ab5257
The latest commit should be:
commit c81007116bd23e9e2103c267184dc38d3acc1099 Author: Bin Meng bmeng.cn@gmail.com Date: Thu Sep 5 05:45:53 2019 -0700
riscv: dts: sifive: Drop "clock-frequency" property of cpu nodes
Could you use the latest one?
Author: Paul Walmsley paul.walmsley@sifive.com Date: Thu Jul 25 13:41:31 2019 -0700
riscv: dts: fu540-c000: drop "timebase-frequency"
Idea is to periodically sync the dts from Linux instead of tweeking internal changes one after another, so better not
typo, tweaking
add any intermediate changes in between. This would help to maintain the dts files easy and meaningful since we are reusing devicetree files from Linux.
nits: device tree
Signed-off-by: Jagan Teki jagan@amarulasolutions.com
arch/riscv/dts/Makefile | 1 + arch/riscv/dts/fu540-c000.dtsi | 235 ++++++++++++++++++++++++ arch/riscv/dts/hifive-unleashed-a00.dts | 88 +++++++++ 3 files changed, 324 insertions(+) create mode 100644 arch/riscv/dts/fu540-c000.dtsi create mode 100644 arch/riscv/dts/hifive-unleashed-a00.dts
Regards, Bin