clk: s7 kernel clk bringup [1/1]

PD#SWPL-152400

Problem:
fix s7 32bit compile warning

Solution:
fix it

Verify:
s7

Change-Id: Icec35c08f69a63d55f160ea2f2a617e894ce76ad
Signed-off-by: yiting.deng <yiting.deng@amlogic.com>
This commit is contained in:
yiting.deng
2024-01-15 11:06:47 +08:00
committed by Luan Yuan
parent e84413a797
commit 9c5d7e511b
+2 -2
View File
@@ -144,10 +144,10 @@
shmem@050f8e00 {
compatible = "mmio-sram";
reg = <0x0 0x050f8e00 0x0 0x100>;
reg = <0x050f8e00 0x100>;
#address-cells = <1>;
#size-cells = <1>;
ranges = <0 0x0 0x050f8e00 0x100>;
ranges = <0x0 0x050f8e00 0x100>;
scmi_shmem: shmem@0 {
compatible = "arm,scmi-shmem";