diff options
| author | Tom Rini <[email protected]> | 2023-05-16 11:16:42 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-05-16 11:16:42 -0400 |
| commit | 5645a50a8639a53856bcda60f5eb9e07a5bd31a9 (patch) | |
| tree | 30c9ab7fd5b86a4a74aa554720cdb3fcaa67c8a0 /arch | |
| parent | c21fc9e1529e22c7acffe9bec7c0500ea15559dc (diff) | |
| parent | 6d677ea8ecd11c26e45dae1ed855ec275177b149 (diff) | |
Merge branch '2023-05-15-assorted-bugfixes'
- Merge in a long-standing fix for some exynos platforms, correct a
Kconfig description, fix some env issues, fix an issue in
devfdt_get_addr_size_index_ptr and look for "panel-timings" not
"panel-timing" per upstream binding.
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/sandbox/dts/test.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index 6f9af489a37..ff9f9222e6f 100644 --- a/arch/sandbox/dts/test.dts +++ b/arch/sandbox/dts/test.dts @@ -344,7 +344,7 @@ vsync-len = <13>; }; }; - panel-timings { + panel-timing { clock-frequency = <6500000>; hactive = <240>; vactive = <320>; |
