cec: g12b: modify the reg definition
authorhongmin hua <hongmin.hua@amlogic.com>
Mon, 30 Jul 2018 08:55:04 +0000 (16:55 +0800)
committerYixun Lan <yixun.lan@amlogic.com>
Tue, 31 Jul 2018 02:36:07 +0000 (19:36 -0700)
PD#170760: cec: g12b: modify the reg definition

Change-Id: I01cdbb5584c5af3b23b8a1bd18c00bfadf5c8aa2
Signed-off-by: hongmin hua <hongmin.hua@amlogic.com>
arch/arm64/boot/dts/amlogic/mesong12b.dtsi
drivers/amlogic/cec/hdmi_ao_cec.h

index 48f7e18..6c94719 100644 (file)
                pinctrl-1=<&eecec_b>;
                pinctrl-2=<&eecec_b>;
                reg = <0x0 0xFF80023c 0x0 0x4
-                      0x0 0xFF800000 0x0 0x400>;
+                      0x0 0xFF800000 0x0 0x400
+                       0x0 0xFF634400 0x0 0x26>;
+                       reg-names = "ao_exit","ao","periphs";
        };
 
        /*if you want to use vdin just modify status to "ok"*/
index 4d94c84..f5efeb4 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef __AO_CEC_H__
 #define __AO_CEC_H__
 
-#define CEC_DRIVER_VERSION     "Ver**2018/07/18**\n"
+#define CEC_DRIVER_VERSION     "Ver**2018/07/31**\n"
 
 #define CEC_FRAME_DELAY                msecs_to_jiffies(400)
 #define CEC_DEV_NAME           "cec"