Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.15 17 lines 272 B view raw
1// SPDX-License-Identifier: GPL-2.0+ OR MIT 2/* 3 * Apple iPhone 8 common device tree 4 * 5 * Copyright (c) 2022, Konrad Dybcio <konradybcio@kernel.org> 6 */ 7 8#include "t8015.dtsi" 9#include "t8015-common.dtsi" 10 11/ { 12 chassis-type = "handset"; 13}; 14 15&dwi_bl { 16 status = "okay"; 17};