提交 81dadfa4 编写于 作者: S Sean Anderson 提交者: Leo Yu-Chi Liang

riscv: Don't reserve AI ram in k210 dts

It is no longer necessary to disallow ai ram, since it is enabled by the
sram driver.
Signed-off-by: NSean Anderson <seanga2@gmail.com>
上级 2111f4e8
......@@ -94,17 +94,6 @@
u-boot,dm-pre-reloc;
};
reserved-memory {
#address-cells = <1>;
#size-cells = <1>;
ranges;
ai_reserved: ai@80600000 {
reg = <0x80600000 0x200000>;
reusable;
};
};
clocks {
in0: osc {
compatible = "fixed-clock";
......@@ -179,7 +168,6 @@
reg = <0x40800000 0xc00000>;
interrupts = <25>;
clocks = <&sysclk K210_CLK_AI>;
memory-region = <&ai_reserved>;
status = "disabled";
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册