diff options
author | Adam Ford <aford173@gmail.com> | 2020-12-24 20:04:59 +0300 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2021-01-11 12:01:29 +0300 |
commit | 33aaab6d5c634784ecf5612e7ac11346adac8d6b (patch) | |
tree | 8c42d9cf66f2dc9d6b609a712d2871b7fd0c3473 /arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi | |
parent | e718d563750db293e84f826be9e7ab49d8e4b97e (diff) | |
download | linux-33aaab6d5c634784ecf5612e7ac11346adac8d6b.tar.xz |
arm64: dts: renesas: beacon-rzg2m-kit: Rearrange SoC unique functions
In preparation for adding new dev kits, move anything specific to the
RZ/G2M from the SOM-level and baseboard-levels and move them to the
kit-level. This allows the SOM and baseboard to be reused with
other SoC's.
Signed-off-by: Adam Ford <aford173@gmail.com>
Link: https://lore.kernel.org/r/20201224170502.2254683-6-aford173@gmail.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi b/arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi index 6e74c391860c..f4201e1c2226 100644 --- a/arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi +++ b/arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi @@ -13,11 +13,6 @@ reg = <0x0 0x48000000 0x0 0x78000000>; }; - memory@600000000 { - device_type = "memory"; - reg = <0x6 0x00000000 0x0 0x80000000>; - }; - osc_32k: osc_32k { compatible = "fixed-clock"; #clock-cells = <0>; |