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
| # | |
| # Automatically generated file; DO NOT EDIT. | |
| # Linux/arm 6.14.0-rc3 Kernel Configuration | |
| # | |
| CONFIG_CC_VERSION_TEXT="armv7-alpine-linux-musleabihf-gcc (Alpine 14.3.0) 14.3.0" | |
| CONFIG_CC_IS_GCC=y | |
| CONFIG_GCC_VERSION=140300 | |
| CONFIG_CLANG_VERSION=0 | |
| CONFIG_AS_IS_GNU=y | |
| CONFIG_AS_VERSION=24400 |
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+ OR MIT) | |
| /* | |
| * Copyright (c) 2018 MundoReader S.L. | |
| * Author: Heiko Stuebner <heiko.stuebner@bq.com> | |
| */ | |
| /dts-v1/; | |
| #include <dt-bindings/i2c/i2c.h> | |
| #include <dt-bindings/input/input.h> | |
| #include <dt-bindings/interrupt-controller/irq.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
| // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause | |
| /dts-v1/; | |
| #include "exynos9820.dtsi" | |
| #include <dt-bindings/gpio/gpio.h> | |
| / { | |
| model = "Samsung Galaxy S10"; | |
| compatible = "samsung,s10", "samsung,exynos9820"; |
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
| CONFIG_DEVTMPFS=y | |
| CONFIG_DRM_FBDEV_EMULATION=y | |
| CONFIG_SYN_COOKIES=y | |
| CONFIG_SYSVIPC=y | |
| CONFIG_VT=y | |
| CONFIG_UEVENT_HELPER=y | |
| CONFIG_USER_NS=y |
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/; | |
| / { | |
| interrupt-parent = <0x01>; | |
| #address-cells = <0x02>; | |
| #size-cells = <0x02>; | |
| model = "Spreadtrum SP9863A-1H10 Board"; | |
| compatible = "sprd,sp9863a-1h10\0sprd,sc9863a"; | |
| sprd,sc-id = "sp9863a 1h10 1000"; |
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-only | |
| // Based on command information from the vendor device tree | |
| #include <linux/delay.h> | |
| #include <linux/gpio/consumer.h> | |
| #include <linux/mod_devicetable.h> | |
| #include <linux/module.h> | |
| #include <linux/reset.h> | |
| #include <drm/drm_mipi_dsi.h> |
OlderNewer