Linux Audio

Check our new training course

Linux kernel drivers training

Mar 31-Apr 9, 2025, special US time zones
Register
Loading...
Note: File does not exist in v4.10.11.
 1// SPDX-License-Identifier: GPL-2.0
 2/dts-v1/;
 3
 4#include "tegra124-nyan-big.dts"
 5
 6/ {
 7	/* Version of Nyan Big with 1080p panel */
 8	host1x@50000000 {
 9		dpaux@545c0000 {
10			aux-bus {
11				panel: panel {
12					compatible = "auo,b133htn01";
13				};
14			};
15		};
16	};
17};