mb/google/nautilus: Remove obsolete fields
Some fields were only required during early stages of IPU3. Remove some fields that aren't used for the current version of IPU3. BUG:None TEST=Launch camera app and check if it works properly. Change-Id: I72bcba13cc353a1b16fedeb7543fbbac432fbf5d Signed-off-by: Alan Chiang <alanx.chiang@intel.com> Reviewed-on: https://review.coreboot.org/27617 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Andy Yeh <andy.yeh@intel.com> Reviewed-by: Rizwan Qureshi <rizwan.qureshi@intel.com> Reviewed-by: Rajmohan Mani <rajmohan.mani@intel.com> Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
parent
448f5abaf0
commit
e81b2e4712
|
@ -20,7 +20,6 @@ Scope (\_SB.PCI0.I2C2)
|
|||
Name (_HID, "SONY258A") /* _HID: Hardware ID */
|
||||
Name (_UID, Zero) /* _UID: Unique ID */
|
||||
Name (_DDN, "SONY IMX258 Camera") /* _DDN: DOS Device Name */
|
||||
Name (CAMD, 0x02)
|
||||
|
||||
Method (_STA, 0, NotSerialized) /* _STA: Status */
|
||||
{
|
||||
|
@ -82,25 +81,6 @@ Scope (\_SB.PCI0.I2C2)
|
|||
},
|
||||
}
|
||||
})
|
||||
|
||||
Method (SSDB, 0, Serialized)
|
||||
{
|
||||
Return (Buffer (0x5E)
|
||||
{
|
||||
/* 0000 */ 0x00, 0x50, 0x00, 0x00, 0x00, 0x00,0x00, 0x00,
|
||||
/* 0008 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
/* 0010 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
/* 0018 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00,
|
||||
/* 0020 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
/* 0028 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
/* 0030 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
/* 0038 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
/* 0040 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
/* 0048 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x03,
|
||||
/* 0050 */ 0x09, 0x00, 0x02, 0x01, 0x00, 0x01, 0x00, 0x36,
|
||||
/* 0058 */ 0x6E, 0x01, 0x00, 0x00, 0x00, 0x00
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Device (VCM0)
|
||||
|
@ -108,7 +88,6 @@ Scope (\_SB.PCI0.I2C2)
|
|||
Name (_HID, "PRP0001") /* _HID: Hardware ID */
|
||||
Name (_UID, Zero) /* _UID: Unique ID */
|
||||
Name (_DDN, "Dongwoon AF DAC") /* _DDN: DOS Device Name */
|
||||
Name (CAMD, 0x03)
|
||||
|
||||
Method (_STA, 0, NotSerialized) /* _STA: Status */
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue