This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DDR V1.10 75d050770f typ 23/02/28-20:47:10 | |
LPDDR4X, 2112MHz | |
channel[0] BW=16 Col=10 Bk=8 CS0 Row=16 CS=1 Die BW=16 Size=1024MB | |
channel[1] BW=16 Col=10 Bk=8 CS0 Row=16 CS=1 Die BW=16 Size=1024MB | |
channel[2] BW=16 Col=10 Bk=8 CS0 Row=16 CS=1 Die BW=16 Size=1024MB | |
channel[3] BW=16 Col=10 Bk=8 CS0 Row=16 CS=1 Die BW=16 Size=1024MB | |
Manufacturer ID:0xff | |
CH0 RX Vref:29.7%, TX Vref:22.8%,0.0% | |
CH1 RX Vref:29.7%, TX Vref:23.8%,0.0% | |
CH2 RX Vref:28.5%, TX Vref:24.8%,0.0% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/dts-v1/; | |
/ { | |
compatible = "9tripod,rk3588s-9tripod-x3588s\0rockchip,rk3588"; | |
interrupt-parent = <0x01>; | |
#address-cells = <0x02>; | |
#size-cells = <0x02>; | |
model = "9Tripod X3588S Board"; | |
aliases { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/dts-v1/; | |
/ { | |
#address-cells = <0x02>; | |
#size-cells = <0x02>; | |
compatible = "rockchip,rk3566-evb2-lp4x-v10\0rockchip,rk3566"; | |
interrupt-parent = <0x01>; | |
model = "Rockchip RK3566 EVB2 LP4X V10 Board"; | |
__symbols__ { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Copyright (C) 2020 Rockchip Electronic Co.,Ltd | |
* | |
* Simple U-boot fit source file containing ATF/OP-TEE/U-Boot/dtb/MCU | |
*/ | |
/dts-v1/; | |
/ { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Starting kernel ... | |
[ 0.000000] Booting Linux on physical CPU 0x0 | |
[ 0.000000] Initializing cgroup subsys cpu | |
[ 0.000000] Initializing cgroup subsys cpuacct | |
[ 0.000000] Linux version 3.10.37 (flower@flower-B85M-D2V) (gcc version 4.7.3 20130328 (prerelease) (crosstool-NG linaro-1.13.1-4.7-2013.04-20130415 - Linaro GCC 2013.04) ) #18 SMP PREEMPT Sat Dec 3 00:38:31 CST 2022 | |
[ 0.000000] CPU: ARMv7 Processor [414fc091] revision 1 (ARMv7), cr=10c53c7d | |
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache | |
[ 0.000000] Machine: gs705a, model: Actions GS705A board | |
[ 0.000000] bootconsole [earlycon0] enabled |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/dts-v1/; | |
/ { | |
#address-cells = <0x01>; | |
#size-cells = <0x01>; | |
compatible = "actions,gs705a\0actions,atm7059a"; | |
interrupt-parent = <0x01>; | |
model = "Actions GS705A board"; | |
chosen { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// SPDX-License-Identifier: GPL-2.0 | |
/* | |
* Samsung ams495qa01 MIPI-DSI panel driver | |
* Copyright (C) 2022 Chris Morgan | |
*/ | |
#include <drm/drm_mipi_dbi.h> | |
#include <drm/drm_mipi_dsi.h> | |
#include <drm/drm_modes.h> | |
#include <drm/drm_panel.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UUUUUERS | |
ROM | |
RBS | |
SHARKL5pro ddr init... | |
vref_adj_p0x00000050 0x00000050 | |
0x00218787 0x50000022 ddr auto detect cs1 unvalid!!! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 9640bf9bc67a4a67dcdc88af155db2815674a943 Mon Sep 17 00:00:00 2001 | |
From: Chris Morgan <[email protected]> | |
Date: Fri, 25 Mar 2022 12:21:32 -0500 | |
Subject: [PATCH] Add support for booting from SFC SPI Flash | |
Not for upstream. | |
--- | |
arch/arm/dts/rk3326-odroid-go2-u-boot.dtsi | 3 ++- | |
1 file changed, 2 insertions(+), 1 deletion(-) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 0bb7def0e2e5b6aecab95521f82050e736096da8 Mon Sep 17 00:00:00 2001 | |
From: Chris Morgan <[email protected]> | |
Date: Fri, 23 Sep 2022 15:55:01 -0500 | |
Subject: [PATCH] Add Hynitron Touchscreen Driver | |
NOTE - NOT YET FOR UPSTREAM - CODE QUALITY ISSUES REMAIN | |
--- | |
.../input/touchscreen/hynitron,cst3xx.yaml | 65 +++ | |
.../devicetree/bindings/vendor-prefixes.yaml | 2 + | |
drivers/input/touchscreen/Kconfig | 11 + |