Add GBIF register definitions required to implement a618
GPU revision
Signed-off-by: Sharat Masetty
---
rnndb/adreno/a6xx.xml | 26 ++
1 file changed, 26 insertions(+)
diff --git a/rnndb/adreno/a6xx.xml b/rnndb/adreno/a6xx.xml
index 747f071..2d2063a 100644
--- a/rnndb/ad
Changes in v1:
-Modify commit text to indicate DSI version and SOC detail(Jeffrey
Hugo).
-Splitting visionox panel driver code out into a
different patch(set), since panel drivers are merged into
drm-next via a different tree(Rob Clark).
Signed-off-by: Harigovind
Add a compatible string to support sc7180 panel version.
Signed-off-by: Harigovindan P
---
.../bindings/display/visionox,rm69299.txt | 68 ++
1 file changed, 68 insertions(+)
create mode 100755
Documentation/devicetree/bindings/display/visionox,rm69299.txt
diff --
Add support for Visionox panel driver.
Changes in v1:
-Split out panel driver patch from dsi config changes(Rob Clark).
-Remove unrelated code(Stephen Boyd).
-Remove static arrays to make regulator setup open coded
in probe(Stephen Boyd).
-Remove pre-assign
Current patchset adds support for rm69299 visionox panel driver used in MSM
reference platforms.
The visionox panel driver supports a resolution of 1080x2248 with 4 lanes and
supports only single DSI mode.
Current patchset is tested on actual panel.
Changes in v1:
-add devicetree bindin