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: Sean Anderson <seanga2@gmail.com>
This commit is contained in:
parent
2111f4e8bf
commit
81dadfa4bc
@ -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";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user