mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
dts: fix some errors on g12b_w400 for 32bit [1/1]
PD#SWPL-1010 Problem: some errors of reg address. Solution: modify to support 32bit. Verify: w400. Change-Id: Ia35e95ac59084a9c57a9a4ab32fecb64f78c772e Signed-off-by: Jianxiong Pan <jianxiong.pan@amlogic.com>
This commit is contained in:
@@ -435,7 +435,7 @@
|
||||
amlogic_codec:t9015{
|
||||
#sound-dai-cells = <0>;
|
||||
compatible = "amlogic, aml_codec_T9015";
|
||||
reg = <0x0 0xFF632000 0x0 0x2000>;
|
||||
reg = <0xFF632000 0x2000>;
|
||||
is_auge_used = <1>; /* meson or auge chipset used */
|
||||
tdmout_index = <1>;
|
||||
status = "okay";
|
||||
|
||||
Reference in New Issue
Block a user