mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user