GitHub/LineageOS/android_kernel_motorola_exynos9610.git
6 months ago[9610] wlbt: fw panic copy files to /sdcard/log
Purnendu Kapadia [Tue, 14 Aug 2018 14:48:27 +0000 (15:48 +0100)]
[9610] wlbt: fw panic copy files to /sdcard/log

on fw panic we want to generate tar file via wlbtd. We were calling
EVENT_SCSC to create moredump in /sdcard/log. Now wlbtd takes care of this
by copying moredump and other logs in /sdcard/log (temporarily) until
test systems can cope with new sable and tar file.
Removing call to EVENT_SCSC as it is redundant.

Change-Id: I9f12379a077a3e5d751200504c8eeb2b1984f4e9
SCSC-Bug-Id: SSB-42639
Signed-off-by: Purnendu Kapadia <p.kapadia@samsung.com>
6 months ago[9610] wlbt: default path where tar is generated
Purnendu Kapadia [Mon, 13 Aug 2018 17:10:01 +0000 (18:10 +0100)]
[9610] wlbt: default path where tar is generated

Android P expects things in /data/vendor so use /data/vendor/log/wifi as
default path where sable and tar containing sable will be generated

Change-Id: Iadcd02df5d5c71731a0bb92f04b254e9489b9dc1
SCSC-Bug-Id: SSB-42639
Signed-off-by: Purnendu Kapadia <p.kapadia@samsung.com>
6 months ago[9610] wlbt: Add support for DRAM sbl dump and mmap
Albert Cano [Fri, 3 Aug 2018 10:46:56 +0000 (11:46 +0100)]
[9610] wlbt: Add support for DRAM sbl dump and mmap

Since Android P does not allow writting files from the Kernel, the patch
provides a mechanism to buffer the sbl file in DRAM (vmalloc) and allow mmap ops
so the wlbt could dump the file from Userland

Change-Id: I46348bf45b65a851e9878e8c65678ded0f420611
SCSC-Bug-Id: SSB-42521
Signed-off-by: Albert Cano <a.canocamps@samsung.com>
(cherry picked from commit e29a986dac1a22849026aeb0e88b89ba07f3270e)

6 months ago[7570][7872][7885][9610]wlbt: SGI40 should not be enabled in 2.4G beacon
Srishti Piplani [Fri, 27 Jul 2018 12:42:15 +0000 (18:12 +0530)]
[7570][7872][7885][9610]wlbt: SGI40 should not be enabled in 2.4G beacon

If the DUT is only 20MHz capable, SGI40 should not be enabled.
Changes done to remove the SGI40 check if the width is 20 MHz.

Change-Id: I38f1b2d5eb9ed850fb8ccec3c460633fbcbedccd
SCSC-Bug-Id: SSB-42343
Signed-off-by: Srishti Piplani <srishti.p@samsung.com>
6 months ago[9610] wlbt: Added modparams to Sable and MXLOGGER
Cristian Marussi [Wed, 25 Jul 2018 19:03:12 +0000 (20:03 +0100)]
[9610] wlbt: Added modparams to Sable and MXLOGGER

Sable could be now disabled as a whole using modparams:
file generation is inhibited and MXLOGGER underlying mechanism
is halted, refraining from sending the needed config to FW
MXLOGGER module. All FW logs will suddendly flow to the Host
and NO Sable file could be generated.

Change-Id: I76b15756ed9ec589bce3b7fc17434719fc9ded4c
SCSC-Bug-ID: SSB-42258
Signed-off-by: Cristian Marussi <c.marussi@samsung.com>
6 months ago[9610] wlbt: WLBTD collect log files and tar them
Purnendu Kapadia [Wed, 18 Jul 2018 14:46:58 +0000 (15:46 +0100)]
[9610] wlbt: WLBTD collect log files and tar them

For SBL support, we need wlbtd to collect various logs into a single tarball.
This patch adds the driver side changes to support this. A new EVENT_SABLE
and supporting infrastructure is introduced to handle trigger from log collection
(with reason for generating .sbl file) and EVENT_SABLE sent to wlbtd to generate
other logs (logcat, dmesg, mx.dump etc) and create tar containing .sbl file alongwith other logs.

for generating a tar this change dependens on change to wlbtd with EVENT_SABLE support.

Change-Id: I7a356327ef8cb74d5ff5cb7ce3fd12b880127601
SCSC-Bug-Id: SSB-41551
Signed-off-by: Purnendu Kapadia <p.kapadia@samsung.com>
6 months ago[9610] wlbt: Fix MXLOGGER DRAM allocation
Cristian Marussi [Mon, 23 Jul 2018 08:53:18 +0000 (09:53 +0100)]
[9610] wlbt: Fix MXLOGGER DRAM allocation

MXLOGGER must use new DRAM dedicated area and related API.

Change-Id: I9540667b9c854e2d51b61d778e8167b41b6367a9
SCSC-Bug-Id: SSB-42105
Signed-off-by: Cristian Marussi <c.marussi@samsung.com>
6 months ago[9610] wlbt: Shared DRAM memory partitioning
Roman Geller [Tue, 17 Jul 2018 12:18:29 +0000 (13:18 +0100)]
[9610] wlbt: Shared DRAM memory partitioning

Added a second dram partition section for the new debug mechanism
which will store debug info in DRAM buffers

Change-Id: I6a3dad523bff21ec1c242bc8c66a3d775cd66c8f
SCSC-Bug-Id: SSB-41224
Signed-off-by: Roman Geller <r.geller@samsung.com>
6 months ago[9610] wlbt: fix force_disable_mxlogger modparam
Cristian Marussi [Fri, 20 Jul 2018 12:34:42 +0000 (13:34 +0100)]
[9610] wlbt: fix force_disable_mxlogger modparam

Disabling mxlogger using 'force_disable_mxlogger' modparam
is now effective also at system boot-time.

Change-Id: Iccef147570a05b2b92c70c15c7c4a92c067a3ba1
SCSC-Bug-Id: SSB-42080
Signed-off-by: Cristian Marussi <c.marussi@samsung.com>
6 months ago[9610] wlbt: Fixed deadlock in mxlogger
Albert Cano [Tue, 17 Jul 2018 12:40:36 +0000 (13:40 +0100)]
[9610] wlbt: Fixed deadlock in mxlogger

The following sequence leads to a deadlock when mxlogger is
deinitialzing and a log collection is triggered:

mxlogger_deinit
---> gets mutex_lock(&mxlogger->lock);
***** preemption *****
__scsc_log_collector_collect_to_file
---> gets mutex_lock(&log_status.log_mutex);
//calls
mxlogger_collect:
---> sitting in already claimed mutex_lock(&mxlogger->lock);
***** preemption *****
mxlogger_deinit
//calls
scsc_log_collector_unregister_client
---> sitting in alreaday claimed mutex_lock(&log_status.log_mutex)
DEADLOCK

To avoid the deadlock condition, the scsc_log_collector_unregister_client
calls are moved outside the mxlogger_deinit lock.

Hip4.c has also been addressed

Client registration / unregistration serialization has also been
addressed

Change-Id: I5a85de46bbd0564c4409ed6049cb9f3a8c987ae1
Signed-off-by: Albert Cano <a.canocamps@samsung.com>
6 months ago[9610] wlbt: Enable log collection by default
Albert Cano [Mon, 16 Jul 2018 20:08:09 +0000 (21:08 +0100)]
[9610] wlbt: Enable log collection by default

Enable log collection by default

Change-Id: I6447d7b7cc562c577437ca986761c82937081cac
SCSC-Bug-Id: SSB-41954
Signed-off-by: Albert Cano <a.canocamps@samsung.com>
Signed-off-by: Cristian Marussi <c.marussi@samsung.com>
6 months ago[9610] wlbt: Increase MMAP max area properly
Cristian Marussi [Tue, 7 Aug 2018 17:47:04 +0000 (18:47 +0100)]
[9610] wlbt: Increase MMAP max area properly

Since we use DRAM partitioned allocation we should make
available for mmapp'ing a wider area.

Change-Id: Ic13d73195adadb9cbe1d193d870ba4b414cb9e01
SCSC-Bug-Id: SSB-42658
Signed-off-by: Cristian Marussi <c.marussi@samsung.com>
6 months ago[9610] wlbt: Create and register Wlan sable file clients
Albert Cano [Thu, 12 Jul 2018 18:29:26 +0000 (19:29 +0100)]
[9610] wlbt: Create and register Wlan sable file clients

Create and register wlan sable file client to collect hip4 samples and
hcf a sbl file.

Add UDI as a mxlogger observer

Change-Id: I69d14126920ffc01d07b976847318ebeed2789fb
SCSC-Bug-Id: SSB-41876
Signed-off-by: Cristian Marussi <c.marussi@samsung.com>
Signed-off-by: Albert Cano <a.canocamps@samsung.com>
6 months ago[9610] wlbt: Create and register logring sable file client
Albert Cano [Thu, 12 Jul 2018 18:22:08 +0000 (19:22 +0100)]
[9610] wlbt: Create and register logring sable file client

Create and register logring sable file client to collect logring in the
sbl file.

Change-Id: I98cc68afb49d26644879193b45a2735fce681fca
SCSC-Bug-Id: SSB-41875
Signed-off-by: Cristian Marussi <c.marussi@samsung.com>
Signed-off-by: Albert Cano <a.canocamps@samsung.com>
6 months ago[9610] wlbt: Enable SMAPPER by default
Albert Cano [Wed, 8 Aug 2018 08:36:25 +0000 (09:36 +0100)]
[9610] wlbt: Enable SMAPPER by default

Enable SMAPPER by default.

Fixed dependency by addding dma-mapping header.

Change-Id: I67a3e8304c79243252c77b5953c1cfff23c0774e
SCSC-Bug-Id: SSB-42637
Signed-off-by: Albert Cano <a.canocamps@samsung.com>
6 months agowlbt: Implement mxlogger module
Albert Cano [Thu, 12 Jul 2018 17:20:05 +0000 (18:20 +0100)]
wlbt: Implement mxlogger module

Implement mxlogger module, responsible of:
- Defining and providing logging buffers in Shared
DRAM
- Providing a communication channel from/to FW to
send receive low level logging commands (START,
STOP, SWITCH, FW_TRIGGER...)
- Creating an interface to register/unregister
local or global observers
- Implementing the control mechanism to instruct the
FW to store logs in Shared DRAM or stream logs to
Host

Keep logs streamed to host by default

Change-Id: Ia831573630a07c63fb3420aa28bcddd932296548
SCSC-Bug-Id: SSB-41855
Signed-off-by: Cristian Marussi <c.marussi@samsung.com>
Signed-off-by: Albert Cano <a.canocamps@samsung.com>
6 months agowlbt: Implement log collection Framework
Albert Cano [Thu, 12 Jul 2018 12:26:32 +0000 (13:26 +0100)]
wlbt: Implement log collection Framework

Implemented log collection Framework.

- Interested clients/writers register with the framework
- On event trigger, framework will execute clients callback
- Framework will generate sbl file as described in
http://confluence/display/PLAT/Sable+-+File+Format
- Add entry in proc interface to trigger log collection from
Userland (User manual trigger and dumpsys)

Change-Id: I8a37af7c8aac983df2bb9963e1832d769893d530
SCSC-Bug-Id: SSB-41841
Signed-off-by: Cristian Marussi <c.marussi@samsung.com>
Signed-off-by: Albert Cano <a.canocamps@samsung.com>
6 months ago[9610] wlbt: SMAPPER: fix access to SKB data
Debabrata Purohit [Fri, 3 Aug 2018 09:59:24 +0000 (10:59 +0100)]
[9610] wlbt: SMAPPER: fix access to SKB data

Fix incorrect access to Ethernet header in S-mapper
mode.

Change-Id: I5893340536a1836fa7cbb04ec1e0b284ff8ff210
SCSC-Bug-Id: SSB-42532
Signed-off-by: Debabrata Purohit <d.purohit@samsung.com>
6 months ago[7570][7872][7885][9610] wlbt: Dwell time in mlme-send-frame.req
Srishti Piplani [Fri, 6 Jul 2018 12:22:52 +0000 (17:52 +0530)]
[7570][7872][7885][9610] wlbt: Dwell time in mlme-send-frame.req

For all frames sent via mlme-send-frame_req and that expect an
answer, such as EAPOL (except M4), ARP, DHCP..etc. the host shall
set a dwell-time.The default dwelltime may be equal to
unifiForcedScheduleDuration.

Change-Id: I9601bc780b3d84d14d72bf3f5eba24315c83be0c
SCSC-Bug-Id: SSB-41631
Signed-off-by: Srishti Piplani <srishti.p@samsung.com>
6 months ago[9610][7885][7872] wlbt: Passive scan support
JayaPrakash Sangaru [Tue, 31 Jul 2018 10:12:30 +0000 (15:42 +0530)]
[9610][7885][7872] wlbt: Passive scan support

In some cases supplicant requests passive scan. in these case
scan_request has zero ssids. Support passive scan when ssids
in scan request is zero.

SCSC-Bug-Id: SSB-42405

Change-Id: I18aa04abe56192d5501247032690aaba6c1d20e5
Signed-off-by: JayaPrakash Sangaru <j.sangaru@samsung.com>
6 months ago[9610] [7885] wlbt : Don't set the host_state in wlanlite mode
Pragya Gupta [Fri, 27 Jul 2018 11:26:27 +0000 (16:56 +0530)]
[9610] [7885] wlbt : Don't set the host_state in wlanlite mode

Don't set the host_state for wlanlite mode

SCSC-Bug-Id:SSB-42261

Change-Id: I080dc5ca5bac3266a0760c380216a29ad193824e
Signed-off-by: Pragya Gupta <pragya.gupta@samsung.com>
6 months ago[9610] wlbt: monitor mode - type: Radio tap
Debabrata Purohit [Wed, 27 Jun 2018 13:35:21 +0000 (14:35 +0100)]
[9610] wlbt: monitor mode - type: Radio tap

Change the interface encapsulation type to
Radio tap for monitor interface.

SCSC-Bug-Id: SSB-41477
Change-Id: Iffbb0a404cc99a77c3b116705db29687141008b8
Signed-off-by: Debabrata Purohit <d.purohit@samsung.com>
6 months ago[9610] wlbt: remove tcp_get_info call
Debabrata Purohit [Tue, 19 Jun 2018 15:31:30 +0000 (16:31 +0100)]
[9610] wlbt: remove tcp_get_info call

Remove call to tcp_get_info(). It is called in
software IRQ context and as it may sleep
in kernels later than 4.9 it can cause deadlock.

Change-Id: I7ab1bcae50e98a374caae743bc90a5993028ae25
SCSC-Bug-Id: SSB-41049
Signed-off-by: Debabrata Purohit <d.purohit@samsung.com>
6 months ago[9610] wlbt: Fixed WLAN banks to PHYs banks mapping
Albert Cano [Mon, 30 Jul 2018 16:26:13 +0000 (17:26 +0100)]
[9610] wlbt: Fixed WLAN banks to PHYs banks mapping

Incorrect mapping occurs when WLAN is allocating banks in the WLAN array.

WLAN will use the phy/logical map to configure the SMAPPER FW however
when FW returns entries mapped to phy banks, WLAN is not able to map to
their own logical WLAN banks.

This patch adds a lookup table to map PHY->WLAN banks

Change-Id: Iffaa3484cfe5298dfd0f1a5e0619364e8f27cca6
SCSC-Bug-Id: SSB-42392
Signed-off-by: Albert Cano <a.canocamps@samsung.com>
6 months ago[9610] wlbt: Fixed number of entries computed in small banks
Albert Cano [Mon, 30 Jul 2018 14:34:40 +0000 (15:34 +0100)]
[9610] wlbt: Fixed number of entries computed in small banks

Incorrect indexing when computing the number of
entries in small banks.

Also fixed misleading logging message

Change-Id: I9ebd7e63cc184a361e7fb74f1693173a0471f342
SCSC-Bug-Id: SSB-42388
Signed-off-by: Albert Cano <a.canocamps@samsung.com>
6 months ago[9610][7885][7872] wlbt: Rename wifi-hal return values enum
Jayaprakash Sangaru [Wed, 25 Jul 2018 09:33:19 +0000 (15:03 +0530)]
[9610][7885][7872] wlbt: Rename wifi-hal return values enum

wifi-hal return vaalues enum is defined in enchanced logging and
in NAN which is creating some issues. Rename these enum params in
NAN.

SCSC-Bug-Id: SSB-42223

Change-Id: I1afe03e412a03d1e39db8df96a94f510f8ac9e2c
Signed-off-by: Jayaprakash Sangaru <j.sangaru@samsung.com>
6 months ago[HACK] Make kernel panic when verity error is detected for debugging
Hyeyeon Chung [Thu, 16 Aug 2018 10:16:26 +0000 (19:16 +0900)]
[HACK] Make kernel panic when verity error is detected for debugging

Change-Id: If35e3c21cdbe8fe314dc4f1df878f31a3e0e3924
Signed-off-by: Hyeyeon Chung <hyeon.chung@samsung.com>
6 months ago[IMS-WFC] Enable Kernel Config for ePDG Client(Charon)
jihun.no [Wed, 1 Aug 2018 03:39:09 +0000 (12:39 +0900)]
[IMS-WFC] Enable Kernel Config for ePDG Client(Charon)

Change-Id: I9a95183035dd450f7bc63f585f6de28a9de9c9fe
Signed-off-by: jihun.no <jihun.no@samsung.com>
6 months ago[COMMON] fimc-is2: add code related to initial AE for 6B2
Wooyeon Kim [Tue, 7 Aug 2018 08:58:25 +0000 (17:58 +0900)]
[COMMON] fimc-is2: add code related to initial AE for 6B2

 PR JIRA ID: CPR-134

Change-Id: I425d87e072fc3488d8ff123d63dd568c6febe6f9
Signed-off-by: Wooyeon Kim <wooy88.kim@samsung.com>
6 months ago[COMMON] fimc-is2: add code related to initial AE for 2T7SX
Wooyeon Kim [Tue, 7 Aug 2018 08:54:31 +0000 (17:54 +0900)]
[COMMON] fimc-is2: add code related to initial AE for 2T7SX

 PR JIRA ID: CPR-134

Change-Id: Id77783ad9d32d165f3b613bfa07fc8e6aab34d30
Signed-off-by: Wooyeon Kim <wooy88.kim@samsung.com>
6 months ago[COMMON] fimc-is2: add code related to initial AE for 2P7SQ
Wooyeon Kim [Tue, 7 Aug 2018 08:59:20 +0000 (17:59 +0900)]
[COMMON] fimc-is2: add code related to initial AE for 2P7SQ

 PR JIRA ID: CPR-134

Change-Id: Ib4c2a616f31a547ba1ade96e95c0041e32fcb6ac
Signed-off-by: Wooyeon Kim <wooy88.kim@samsung.com>
6 months ago[9610][ERD] dts: camera: enable initial AE feature
Wooyeon Kim [Tue, 7 Aug 2018 11:37:34 +0000 (20:37 +0900)]
[9610][ERD] dts: camera: enable initial AE feature

 PR JIRA ID: CPR-134

Change-Id: Iaae228abc2ddca6365a8fa5b7f5dc12ef97dc409
Signed-off-by: Wooyeon Kim <wooy88.kim@samsung.com>
6 months ago[COMMON] fimc-is2: modify initial AE code for commonize
mourui [Wed, 7 Mar 2018 09:26:04 +0000 (17:26 +0800)]
[COMMON] fimc-is2: modify initial AE code for commonize

 -  apply last AE value to next initial value

 PR JIRA ID: CPR-134

Change-Id: I86edcd79044df658e7b1c28b036224628919fb65
Signed-off-by: Wooyeon Kim <wooy88.kim@samsung.com>
6 months ago[COMMON] fimc-is2: fix a build error
Wooyeon Kim [Mon, 13 Aug 2018 00:46:07 +0000 (09:46 +0900)]
[COMMON] fimc-is2: fix a build error

 PR JIRA ID: CPR-153

Change-Id: I131e32750c14f1d5f9dad8708ca7743d9a9d8261
Signed-off-by: Wooyeon Kim <wooy88.kim@samsung.com>
6 months ago[9610] fimc-is2: move structure for capture node address info
Wooki Min [Tue, 24 Jul 2018 10:56:42 +0000 (19:56 +0900)]
[9610] fimc-is2: move structure for capture node address info

The structure for capture node address info
is moved from meta data to framemgr.

 PR JIRA ID: CPR-153

Change-Id: I293a1a258224388f33e192b52025352f5458be6d
Signed-off-by: Wooki Min <wooki.min@samsung.com>
6 months ago[COMMON] fimc-is2: move structure for capture node address info
Wooki Min [Tue, 24 Jul 2018 08:33:04 +0000 (17:33 +0900)]
[COMMON] fimc-is2: move structure for capture node address info

The structure for capture node address info
is moved from meta data to framemgr.

 PR JIRA ID: CPR-153

Change-Id: I15353f17ff267263792db36e737226533838d761
Signed-off-by: Wooki Min <wooki.min@samsung.com>
6 months ago[COMMON] fimc-is2: update meta data to sync with Rev.614
Jeongtae Park [Fri, 27 Jul 2018 02:15:02 +0000 (11:15 +0900)]
[COMMON] fimc-is2: update meta data to sync with Rev.614

 PR JIRA ID: CPR-153

Change-Id: Id13e2de94956381cb03523a6e68b10df9d792ceb
Signed-off-by: Jeongtae Park <jtp.park@samsung.com>
6 months ago[COMMON] fimc-is2: add more AA sensor places(code sync)
Jeongtae Park [Fri, 27 Jul 2018 02:13:21 +0000 (11:13 +0900)]
[COMMON] fimc-is2: add more AA sensor places(code sync)

 to support multiple camera

 PR JIRA ID: CPR-153

Change-Id: I3e093720da9b6105728010afb26d2cf0dd360009
Signed-off-by: Jeongtae Park <jtp.park@samsung.com>
6 months ago[COMMON] fimc-is2: support Front2 sensor position(code sync)
Jeongtae Park [Fri, 27 Jul 2018 05:44:02 +0000 (14:44 +0900)]
[COMMON] fimc-is2: support Front2 sensor position(code sync)

 PR JIRA ID: CPR-153

Change-Id: I885b4d5b75f2f4de3ae1561a83e2085bfe7da1d2
Signed-off-by: Jeongtae Park <jtp.park@samsung.com>
6 months ago[COMMON] fimc-si2:[VENDOR][DEF] add rear3 sensor(code sync)
Jeongtae Park [Fri, 27 Jul 2018 03:03:43 +0000 (12:03 +0900)]
[COMMON] fimc-si2:[VENDOR][DEF] add rear3 sensor(code sync)

 PR JIRA ID: CPR-153

Change-Id: Ib5f94ce948dd8028820a38dd5aefe8890cf4e86a
Signed-off-by: Jeongtae Park <jtp.park@samsung.com>
6 months ago[COMMON] fimc-is2: add rear3 sensor(code sync)
Jeongtae Park [Fri, 27 Jul 2018 03:02:52 +0000 (12:02 +0900)]
[COMMON] fimc-is2: add rear3 sensor(code sync)

 PR JIRA ID: CPR-153

Change-Id: Ic8ff33d8d3538e871678e2986c4734746010a591
Signed-off-by: Jeongtae Park <jtp.park@samsung.com>
6 months ago[COMMON] dt-bindings: add sensor position definitions(code sync)
Jeongtae Park [Fri, 27 Jul 2018 02:35:00 +0000 (11:35 +0900)]
[COMMON] dt-bindings: add sensor position definitions(code sync)

 PR JIRA ID: CPR-153

Change-Id: Iace53b41bd889e7128fc58c2339be020eda5256e
Signed-off-by: Jeongtae Park <jtp.park@samsung.com>
6 months ago[COMMON] fimc-is2: increase the maximum number of sensor devices(code sync)
Jeongtae Park [Fri, 6 Jul 2018 05:30:48 +0000 (14:30 +0900)]
[COMMON] fimc-is2: increase the maximum number of sensor devices(code sync)

to support up to 6 physical sensor modules in a device
even though current SoC couldn't supports more than 5 sensors.
If we need to support more than 6 sensor devices
we have to change more driver codes be related to.

 PR JIRA ID: CPR-153

Change-Id: I96ea33abb5ea8c88f01825fc12e26990bd3c33c5
Signed-off-by: Jeongtae Park <jtp.park@samsung.com>
6 months ago[COMMON] fimc-is2: fix prevent defects (CID 237152, 237199)
Wooyeon Kim [Wed, 8 Aug 2018 04:19:53 +0000 (13:19 +0900)]
[COMMON] fimc-is2: fix prevent defects (CID 237152, 237199)

 PR JIRA ID: CPR-139

Change-Id: I5fb7a834b8e414829230a45de26455d7715b25e5
Signed-off-by: Wooyeon Kim <wooy88.kim@samsung.com>
6 months ago[COMMON] fimc-is2: Fix a bug to get uvsp_ctrl from hw_mcsc
Sunmi Lee [Mon, 6 Aug 2018 01:46:14 +0000 (10:46 +0900)]
[COMMON] fimc-is2: Fix a bug to get uvsp_ctrl from hw_mcsc

PR JIRA ID: CPR-123

Change-Id: Ia244fc26688116ee385824bc121724238c65580d
Signed-off-by: Sunmi Lee <carrotsm.lee@samsung.com>
6 months ago[COMMON] fimc-is2: Fix a bug of log message in get_cal_data
Sunmi Lee [Mon, 6 Aug 2018 01:35:59 +0000 (10:35 +0900)]
[COMMON] fimc-is2: Fix a bug of log message in get_cal_data

PR JIRA ID: CPR-123

Change-Id: I25ecda1a89e5224da527d1d10e8aeff3e229b9ac
Signed-off-by: Sunmi Lee <carrotsm.lee@samsung.com>
6 months ago[COMMON] fimc-is2: fixed prevent defect
Eunyoung Lee [Wed, 8 Aug 2018 00:33:33 +0000 (09:33 +0900)]
[COMMON] fimc-is2: fixed prevent defect

- CID:237150 (Resource leak)

PR JIRA ID : CPR-135

Change-Id: I3d89e3f48efa9436f35c09bb8525ca40fc44fea9
Signed-off-by: Eunyoung Lee <ey470.lee@samsung.com>
6 months ago[9610] arm64: dts: change wdma3 type to realtime capture
Hyunwoong Kim [Fri, 3 Aug 2018 02:42:59 +0000 (11:42 +0900)]
[9610] arm64: dts: change wdma3 type to realtime capture

WDMA3 type was set to normal capture type.
But it works as SPK amp reference data.
So, it should be set to realtime capture type.

Change-Id: I9677eba7f73ebd20751816be2b1cb0c9ce0863a0
Signed-off-by: Hyunwoong Kim <khw0178.kim@samsung.com>
6 months agofbdev: dpu20: fixed prevent defects
ChiHun Won [Mon, 13 Aug 2018 11:48:25 +0000 (20:48 +0900)]
fbdev: dpu20: fixed prevent defects

Change-Id: Id77ceef39b88d4357c25cb0197268a5be3e77ab8
Signed-off-by: ChiHun Won <chihun.won@samsung.com>
6 months ago[9610] bcm: fix static analysis defect in bcm driver.
Jaejoon Yoo [Wed, 8 Aug 2018 04:05:24 +0000 (13:05 +0900)]
[9610] bcm: fix static analysis defect in bcm driver.

CID: 237195, 237196, 237197, 237198, 237200, 237201, 237202,
237203, 237204, 237205, 237206, 237208

Change-Id: I372295f13cd8b20750169370220ee72dad812bb3
Signed-off-by: Jaejoon Yoo <joonyj7.yoo@samsung.com>
6 months ago[COMMON] usb: xhci: stop xhci initialization after RPM error
Kisang Lee [Mon, 13 Aug 2018 06:07:56 +0000 (15:07 +0900)]
[COMMON] usb: xhci: stop xhci initialization after RPM error

Change-Id: Ic34eca34dcf7e542e17a0fad9e7f22264478169f
Signed-off-by: Kisang Lee <kisang80.lee@samsung.com>
6 months agofixup! [COMMON] usb: add USB driver for Exynos
Cosmin Tanislav [Tue, 16 Apr 2024 14:56:57 +0000 (17:56 +0300)]
fixup! [COMMON] usb: add USB driver for Exynos

6 months ago[9610] arm64: configs: exynos9610_user.cfg and exynos9610_userdebug.cfg
Sangkyu Kim [Tue, 31 Jul 2018 12:09:45 +0000 (21:09 +0900)]
[9610] arm64: configs: exynos9610_user.cfg and exynos9610_userdebug.cfg

Change-Id: I30e497bc3480e478ab4e5f5bdb84bdae386acec6
Signed-off-by: Sangkyu Kim <skwith.kim@samsung.com>
6 months agoAndroid-P: support userdebug and user cfg
Sangkyu Kim [Tue, 31 Jul 2018 12:07:50 +0000 (21:07 +0900)]
Android-P: support userdebug and user cfg

Change-Id: I06fd313806f1c30b253b9b721d0c53f863608856
Signed-off-by: Sangkyu Kim <skwith.kim@samsung.com>
6 months ago[9610] bts: fix prevent issues
Taekki Kim [Wed, 8 Aug 2018 01:49:39 +0000 (10:49 +0900)]
[9610] bts: fix prevent issues

This patch fixes prevent issues.
CID: 237129,237130,237131,237132,237133,237134,237135,
     237137,237138,237139,237140,237141,237142,237143,
     237144,237145,237146,237147

Change-Id: I9c45ce6612401418e0fc2a749de9b1b11cdd3615
Signed-off-by: Taekki Kim <taekki.kim@samsung.com>
6 months ago[COMMON] watchdog: s3c2410_wdt: Fix Prevent warning
Jaehyoung Choi [Thu, 9 Aug 2018 05:32:05 +0000 (14:32 +0900)]
[COMMON] watchdog: s3c2410_wdt: Fix Prevent warning

Change-Id: Iae82857f03ea0a0a57622ee9a5b218a8835f3f14
Signed-off-by: Jaehyoung Choi <jkkkkk.choi@samsung.com>
6 months agoRevert "[COMMON] soc: samsung: seclog: Change for loop with NR_CPUS to for_each_possi...
Junho Choi [Tue, 24 Jul 2018 01:55:28 +0000 (10:55 +0900)]
Revert "[COMMON] soc: samsung: seclog: Change for loop with NR_CPUS to for_each_possible_cpu()"

This reverts commit 9f760bf796e76f0f5fcae42cca97be3fa5656c23.

Change-Id: I27ddecf4f5f8482e627a545ed28abfe17df5dd37
Signed-off-by: Junho Choi <junhosj.choi@samsung.com>
6 months ago[9610] lib: dss: fix prevent code
Donghyeok Choe [Wed, 8 Aug 2018 04:51:15 +0000 (13:51 +0900)]
[9610] lib: dss: fix prevent code

fixed prevent CID list
237193 233298

Change-Id: I601c9d2b41e00e6c9e767310db69ed99f2495128
Signed-off-by: Donghyeok Choe <d7271.choe@samsung.com>
6 months ago[9610] gpu: tHEx: r10p0: add 1053MHz as maximum frequency
Jinku Kang [Thu, 26 Jul 2018 07:23:02 +0000 (16:23 +0900)]
[9610] gpu: tHEx: r10p0: add 1053MHz as maximum frequency

Change-Id: Id0c6c8cb4730b0f68b99a2f6be7f63c0dcddddb3
Signed-off-by: Jinku Kang <jinku79.kang@samsung.com>
6 months ago[9610] arm64: dts: Modify cam max frequency
Chungwoo Park [Tue, 17 Jul 2018 06:25:31 +0000 (15:25 +0900)]
[9610] arm64: dts: Modify cam max frequency

This patch modified cam max frequency.
Update ECT 0.2.A version.

Change-Id: I6769b6e7cfc326c3259409c9743086b6c9ed6187
Signed-off-by: Chungwoo Park <cww.park@samsung.com>
6 months ago[9610] arm64: config: enabled ESD solution
ChiHun Won [Mon, 6 Aug 2018 08:55:14 +0000 (17:55 +0900)]
[9610] arm64: config: enabled ESD solution

Change-Id: Idf7b1a1a1e9c75998c52ebee65fefca1c17c0705
Signed-off-by: ChiHun Won <chihun.won@samsung.com>
6 months agofbdev: dpu20: ESD solution
Kim Manseok [Tue, 3 Jul 2018 08:02:51 +0000 (17:02 +0900)]
fbdev: dpu20: ESD solution

Change-Id: Ic1aaf989b039a17f21098784bc2d5d9f34c580cb
Signed-off-by: ChiHun Won <chihun.won@samsung.com>
6 months ago[9610] fbdev: dpu20: change window update h/w setting code
ChiHun Won [Fri, 27 Jul 2018 06:27:13 +0000 (15:27 +0900)]
[9610] fbdev: dpu20: change window update h/w setting code

Change-Id: I6d3fefd70adad87c308623f292bbd2582bee5c2a
Signed-off-by: ChiHun Won <chihun.won@samsung.com>
6 months agofbdev: dpu20: chagned window update
ChiHun Won [Fri, 27 Jul 2018 06:26:51 +0000 (15:26 +0900)]
fbdev: dpu20: chagned window update

Change-Id: I35bca2fa7a8ad36bdc8019b355ac18d6a601d536
Signed-off-by: ChiHun Won <chihun.won@samsung.com>
6 months ago[9610] arm64: config: enabled panel cabc feature
ChiHun Won [Mon, 23 Jul 2018 11:40:24 +0000 (20:40 +0900)]
[9610] arm64: config: enabled panel cabc feature

Change-Id: Iefebae3ab2ffd15e5a05c33b307c9057845fdfb2
Signed-off-by: ChiHun Won <chihun.won@samsung.com>
6 months agofbdev: dpu20: panel: added sysfs for supporting CABC of 3FA0 Panel.
ChiHun Won [Mon, 23 Jul 2018 07:17:02 +0000 (16:17 +0900)]
fbdev: dpu20: panel: added sysfs for supporting CABC of 3FA0 Panel.

Change-Id: Ifae35559fb2137f9c43063cc4b8e61666e8592de
Signed-off-by: ChiHun Won <chihun.won@samsung.com>
6 months ago[9610] dirvers: modem_if: Handling dsds from persist.radio.multisim.config
Jiyoung Jeong [Thu, 26 Jul 2018 09:28:00 +0000 (18:28 +0900)]
[9610] dirvers: modem_if: Handling dsds from persist.radio.multisim.config

Change-Id: I2d7880bac84daa8b242d2eda4576e95a32d2152a
Signed-off-by: Jiyoung Jeong <ji_0.jeong@samsung.com>
6 months ago[9610] vipx : adds driver files
Tae-Sik Lee [Wed, 25 Jul 2018 08:34:59 +0000 (17:34 +0900)]
[9610] vipx : adds driver files

Change-Id: I5b31dcd99e3d4112a23c2ef54dcd95272c5cd8cc
Signed-off-by: kyj0713.kim <kyj0713.kim@samsung.com>
6 months ago[9610] arm64: dts: add gpio pins
Boojin Kim [Tue, 7 Aug 2018 10:53:08 +0000 (19:53 +0900)]
[9610] arm64: dts: add gpio pins

Change-Id: I4a8421e4dbb9a79eb16b5260bfa420ba039be129
Signed-off-by: Boojin Kim <boojin.kim@samsung.com>
6 months ago[9610][erd] arm64: dts: set chub irq pins
Boojin Kim [Tue, 7 Aug 2018 09:38:24 +0000 (18:38 +0900)]
[9610][erd] arm64: dts: set chub irq pins

Change-Id: I47a6895db869b92a3007d37a7c6b4348174239fc
Signed-off-by: Boojin Kim <boojin.kim@samsung.com>
6 months ago[COMMON] chub: fix chub pin control
Boojin Kim [Tue, 7 Aug 2018 09:33:55 +0000 (18:33 +0900)]
[COMMON] chub: fix chub pin control

Change-Id: I4c866f97ae79e4e3709dbd18881ea1e6b0bbfb27
Signed-off-by: Boojin Kim <boojin.kim@samsung.com>
6 months ago[9610] fimc-is2: enable USE_DDK_SHUT_DOWN_FUNC
Wooyeon Kim [Wed, 1 Aug 2018 02:42:54 +0000 (11:42 +0900)]
[9610] fimc-is2: enable USE_DDK_SHUT_DOWN_FUNC

 PR JIRA ID: CPR-103

Change-Id: Ice2d9a5a2cd5f35300478a27a5e7aea30ff8f349
Signed-off-by: Wooyeon Kim <wooy88.kim@samsung.com>
6 months ago[9610] dtsi: Change are DVFS levels match to scenarios
dan huh [Mon, 23 Jul 2018 07:59:09 +0000 (16:59 +0900)]
[9610] dtsi: Change are DVFS levels match to scenarios

PR JIRA ID: CPR-89

Change-Id: I134bf3e3276413764eb65a1b838e17e6f8928a5b
Signed-off-by: dan huh <dan.huh@samsung.com>
6 months ago[9610] fimc-is2: Modify a scenario for DVFS
dan huh [Fri, 20 Jul 2018 02:17:14 +0000 (11:17 +0900)]
[9610] fimc-is2: Modify a scenario for DVFS

PR JIRA ID: CPR-89

Change-Id: I583e0ee66cab6c33a0eeec312e26dfcd49209194
Signed-off-by: dan huh <dan.huh@samsung.com>
6 months ago[HACK][9610] fimc-is2: add DISABLE_CHECK_PERFRAME_FMT_SIZE define
Wooyeon Kim [Wed, 25 Jul 2018 05:08:00 +0000 (14:08 +0900)]
[HACK][9610] fimc-is2: add DISABLE_CHECK_PERFRAME_FMT_SIZE define

   PR JIRA ID: CPR-90

Change-Id: If132938309c9ebb8a958f6555c073d928ab93f60
Signed-off-by: Wooyeon Kim <wooy88.kim@samsung.com>
6 months ago[HACK][COMMON] fimc-is2: featured size check between per-frame and s_fmt size
Wooyeon Kim [Wed, 25 Jul 2018 05:04:13 +0000 (14:04 +0900)]
[HACK][COMMON] fimc-is2: featured size check between per-frame and s_fmt size

 - for support Full device reprocessing in 1x3 MC-SC
   per-frame image format changing & buffer size changing is needed
 - for not affect V4l2 limitation, s_fmt size need to set to smaller than
   per-frame size. and feature size checking between per-frame and s_fmt

   PR JIRA ID: CPR-90

Change-Id: I20a34683005a3fa05fbe42f462351b59239e0f32
Signed-off-by: Wooyeon Kim <wooy88.kim@samsung.com>
6 months ago[HACK] drivers: leds: disable s2mpb02 FLED1 fault shutdown control
Jieun Yi [Mon, 23 Jul 2018 02:51:07 +0000 (11:51 +0900)]
[HACK] drivers: leds: disable s2mpb02 FLED1 fault shutdown control

Change-Id: I951f6ed007fc0ecf465e858816bd92b167dfd296
Signed-off-by: Jieun Yi <jieun.yi@samsung.com>
6 months ago[9610][ERD] dtsi: modify erd9610 Flash GPIO syntax
Wooyeon Kim [Mon, 23 Jul 2018 04:34:11 +0000 (13:34 +0900)]
[9610][ERD] dtsi: modify erd9610 Flash GPIO syntax

Change-Id: I8aa8abb0af1c51715b9b99e09f8de63ddc25b88b
Signed-off-by: Wooyeon Kim <wooy88.kim@samsung.com>
6 months ago[9610] drivers: leds: modified leds-s2mpb02.c due to change of kernel version
Jieun Yi [Tue, 10 Jul 2018 06:34:54 +0000 (15:34 +0900)]
[9610] drivers: leds: modified leds-s2mpb02.c due to change of kernel version

Change-Id: If918e71466d7393c3906d944e92b2d194f1159c7
Signed-off-by: Jieun Yi <jieun.yi@samsung.com>
6 months ago[9610] arm64: dts: Corrected indentation of wakeup-masks.
Jeonghoon Jang [Tue, 7 Aug 2018 07:46:31 +0000 (16:46 +0900)]
[9610] arm64: dts: Corrected indentation of wakeup-masks.

Change-Id: I3cfbf16315e06bef4fb86820c2632069612e813e
Signed-off-by: Jeonghoon Jang <jnghn.jang@samsung.com>
6 months ago[COMMON] soc: samsung: exynos-powermode: corrected property name.
Jeonghoon Jang [Tue, 7 Aug 2018 07:46:10 +0000 (16:46 +0900)]
[COMMON] soc: samsung: exynos-powermode: corrected property name.

Change-Id: I7e2b09a1a8c7f70e92b5492161151c43a8bef9de
Signed-off-by: Jeonghoon Jang <jnghn.jang@samsung.com>
6 months agoRevert "arm64: dts: fill up the virtual cluster info"
lakkyung.jung [Wed, 8 Aug 2018 10:29:55 +0000 (19:29 +0900)]
Revert "arm64: dts: fill up the virtual cluster info"

This reverts commit dfcc023ad6ce5315c9c42b1b8c01d2ff8922026f.

Change-Id: Ied08f38221d5ecb727e52c71fc774b26a6b18c25

6 months agoRevert "soc: samsung: cpupm: introduce virtual cluster info"
lakkyung.jung [Wed, 8 Aug 2018 10:29:12 +0000 (19:29 +0900)]
Revert "soc: samsung: cpupm: introduce virtual cluster info"

This reverts commit eb3f5a233c35ce4ead33f304d3dc8463ca3492c3.

Change-Id: I237c18613aa6fb492e5f8df524f02237bceb1f91

6 months ago[9610] soc: samsung: cal-if: Fix PMU Cal related clock stop.
lakkyung.jung [Wed, 8 Aug 2018 06:43:28 +0000 (15:43 +0900)]
[9610] soc: samsung: cal-if: Fix PMU Cal related clock stop.

Change-Id: Ie0f6064b6183ce784573d11130d2c96ab467f1b0
Signed-off-by: lakkyung.jung <lakkyung.jung@samsung.com>
6 months ago[9610] media: radio: Modify clock management
Yunsu Kim [Wed, 25 Jul 2018 10:00:39 +0000 (19:00 +0900)]
[9610] media: radio: Modify clock management

Change-Id: I2c0985d69d18e2457917f81f2fddbc8f1bd462d9
Signed-off-by: Yunsu Kim <iamyunsu.kim@samsung.com>
6 months ago[9610] wlbt: increment scsc_release to 6.40.2
scsc_gerrit [Tue, 24 Jul 2018 12:58:41 +0000 (13:58 +0100)]
[9610] wlbt: increment scsc_release to 6.40.2

Import FW for iteration 6.40.2

Change-Id: Ifa11fff9ca5ee076360e777e09c15205695c27c0
SCSC-Bug-Id: scsc_iteration_6.40.2_p_ww
Signed-off-by: scsc_gerrit <scsc_gerrit@samsung.com>
6 months ago[9610] wlbt: increment scsc_release to 6.40.1
scsc_gerrit [Mon, 23 Jul 2018 18:19:42 +0000 (19:19 +0100)]
[9610] wlbt: increment scsc_release to 6.40.1

Import FW for iteration 6.40.1

Change-Id: Id529e4ecdefa70d0f70b9b9ecfd2bbe239121c91
SCSC-Bug-Id: scsc_iteration_6.40.1_p_ww
Signed-off-by: scsc_gerrit <scsc_gerrit@samsung.com>
6 months ago[7880][7872][7885][9610] Revert "[7880][7872][7885][9610] wlbt:SPP A-MSDU Capable...
Jaya Prakash Sangaru [Fri, 20 Jul 2018 04:29:51 +0000 (13:29 +0900)]
[7880][7872][7885][9610] Revert "[7880][7872][7885][9610] wlbt:SPP A-MSDU Capable in RSN capabilites."

This reverts commit 0b2db2d97057a063df95710507f615f6a106eb12.

Change-Id: I0ab54d689d8ef22ee26d8083ea1f9f0352f28ae5
SCSC-Bug-Id: SSB-42066

6 months ago[9610] wlbt: Changes to kic to work with 4.14 kernel
Tarun Karela [Tue, 10 Jul 2018 15:48:06 +0000 (16:48 +0100)]
[9610] wlbt: Changes to kic to work with 4.14 kernel

Enable kic and make relevant changes to get kic working with
kernel 4.14. These were needed as netlink api has changed from
kernel 4.10

Change-Id: I360464394de9886c02a10be799554603d2f9a631
SCSC-Bug-Id: SSB-41509
Signed-off-by: Tarun Karela <t.karela@samsung.com>
(cherry picked from commit 71828af8a5466b060e538180e0557c64fec3351a)

6 months ago[9610][7885][7872][7570] wlbt: Implement driver private commands for SAR requirements.
Himani Gupta [Thu, 19 Jul 2018 05:39:03 +0000 (11:09 +0530)]
[9610][7885][7872][7570] wlbt: Implement driver private commands for SAR requirements.

Implemented two driver private command for SAR:SET_TX_POWER_SAR
and GET_TX_POWER_SAR.

Change-Id: I1715abb0e4abb7ac08480b6079b66fffd31fdf51
SCSC-Bug-Id: SSB-41878
Signed-off-by: Himani Gupta <himani.g2@samsung.com>
6 months ago[9610][7885][7872][7570] wlbt: Driver NAN support
Jaya Prakash Sangaru [Wed, 2 Aug 2017 09:39:45 +0000 (15:09 +0530)]
[9610][7885][7872][7570] wlbt: Driver NAN support

Implementation on NL80211 vendor NAN subcommands

SCSC-Bug-Id: SSB-30753

Change-Id: I3e5bb1daeb78044f8a20e411d9c671774cab4446
Signed-off-by: Jaya Prakash Sangaru <j.sangaru@samsung.com>
6 months agoRevert "[9610] dirvers: modem_if: Handling dsds from persist.radio.multisim.config"
hskang [Fri, 3 Aug 2018 14:20:00 +0000 (10:20 -0400)]
Revert "[9610] dirvers: modem_if: Handling dsds from persist.radio.multisim.config"

This reverts commit e10cd6711e74846cf421e531c7dd40ec09813743.

6 months agoRevert "Revert "[9610] bcm: disable debug configuration""
Jaejoon Yoo [Fri, 3 Aug 2018 01:19:46 +0000 (10:19 +0900)]
Revert "Revert "[9610] bcm: disable debug configuration""

This reverts commit 1edf88b79556a46b0afbaa4385df3d49fba82beb.

Change-Id: I3a23ecab629f9774bf4aa6005f9e08774fdce3ce
Signed-off-by: Jaejoon Yoo <joonyj7.yoo@samsung.com>
6 months ago[9610] arm64: dts: Change gnss address because of overlap
Jiyoung Jeong [Mon, 30 Jul 2018 01:46:03 +0000 (10:46 +0900)]
[9610] arm64: dts: Change gnss address because of overlap

0xFA300000 -> 0xFB000000

Change-Id: Ifd60fb660379ed41bb8ba2fa373d8680f46b316c
Signed-off-by: Jiyoung Jeong <ji_0.jeong@samsung.com>
6 months ago[9610] dirvers: modem_if: Handling dsds from persist.radio.multisim.config
Jiyoung Jeong [Thu, 26 Jul 2018 09:28:00 +0000 (18:28 +0900)]
[9610] dirvers: modem_if: Handling dsds from persist.radio.multisim.config

Change-Id: I5d7aaccf7105f50fa7b69fc7bd32b33653c51a63
Signed-off-by: Jiyoung Jeong <ji_0.jeong@samsung.com>
6 months agoRevert "[9610] dirvers: modem_if: Handling dsds from persist.radio.multisim.config"
Jaehyoung Choi [Fri, 3 Aug 2018 10:13:41 +0000 (19:13 +0900)]
Revert "[9610] dirvers: modem_if: Handling dsds from persist.radio.multisim.config"

This reverts commit 9d165ba58657d3d2972b0d4f5424390e17b56fe3.

Change-Id: Idbebe26f278b7cf2ce69fcabd10713d83139ffa1

6 months agoRevert "[9610] arm64: dts: Change gnss address because of overlap"
Jaehyoung Choi [Fri, 3 Aug 2018 10:13:35 +0000 (19:13 +0900)]
Revert "[9610] arm64: dts: Change gnss address because of overlap"

This reverts commit af0787adf0254691919008c1a972feb998caa695.

Change-Id: I3d2f35e8bfcd6e83412157b843ee3a3653d1929d

6 months agoRevert "Revert "Revert "[9610] bcm: disable debug configuration"""
Jaehyoung Choi [Fri, 3 Aug 2018 10:13:25 +0000 (19:13 +0900)]
Revert "Revert "Revert "[9610] bcm: disable debug configuration"""

This reverts commit d8cd8e27a6536d7bd4ad96ede3eca3508d1955be.

Change-Id: I9aba9286c3181d97e62afc86c4ff7d09a4522965

6 months agoRevert "Revert "[9610] bcm: disable debug configuration""
Jaejoon Yoo [Fri, 3 Aug 2018 01:19:46 +0000 (10:19 +0900)]
Revert "Revert "[9610] bcm: disable debug configuration""

This reverts commit 1edf88b79556a46b0afbaa4385df3d49fba82beb.

Change-Id: I7755a4d62c49a108c6bb2060df11f4517f3c5177
Signed-off-by: Jaejoon Yoo <joonyj7.yoo@samsung.com>
6 months ago[9610] arm64: dts: Change gnss address because of overlap
Jiyoung Jeong [Mon, 30 Jul 2018 01:46:03 +0000 (10:46 +0900)]
[9610] arm64: dts: Change gnss address because of overlap

0xFA300000 -> 0xFB000000

Change-Id: If3c7d9d969d4725052c666f5ed9f5869eb4ae9a5
Signed-off-by: Jiyoung Jeong <ji_0.jeong@samsung.com>