mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
ARM: dts: rockchip: Correct white-space style
Correct a few white-space issues, like missing space before bracket '{'
character or spurious space, which will be flagged by dt-check-style
("redundant-whitespace" warning). No functional changes.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Link: https://patch.msgid.link/20260801210247.383632-3-krzysztof.kozlowski@oss.qualcomm.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
44045aa7a9
commit
1a17f391c1
|
|
@ -324,7 +324,7 @@ rtc_int: rtc-int {
|
|||
};
|
||||
};
|
||||
|
||||
lan8720a {
|
||||
lan8720a {
|
||||
phy_int: phy-int {
|
||||
rockchip,pins = <3 RK_PD2 RK_FUNC_GPIO &pcfg_pull_up>;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -175,7 +175,7 @@ &panel {
|
|||
|
||||
&pinctrl {
|
||||
lcd {
|
||||
lcd_en: lcd-en {
|
||||
lcd_en: lcd-en {
|
||||
rockchip,pins = <7 RK_PA3 RK_FUNC_GPIO &pcfg_pull_none>;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ button-esc {
|
|||
press-threshold-microvolt = <1000000>;
|
||||
};
|
||||
|
||||
button-home {
|
||||
button-home {
|
||||
label = "Home";
|
||||
linux,code = <KEY_HOME>;
|
||||
press-threshold-microvolt = <1300000>;
|
||||
|
|
|
|||
|
|
@ -150,7 +150,7 @@ vdd10_lcd: REG6 {
|
|||
regulator-always-on;
|
||||
};
|
||||
|
||||
vcca_18: REG7 {
|
||||
vcca_18: REG7 {
|
||||
regulator-name = "vcca_18";
|
||||
regulator-min-microvolt = <1800000>;
|
||||
regulator-max-microvolt = <1800000>;
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ power_led: led-1 {
|
|||
};
|
||||
};
|
||||
|
||||
vbat_wl: vcc_sys: regulator-vsys {
|
||||
vbat_wl: vcc_sys: regulator-vsys {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "vcc_sys";
|
||||
regulator-min-microvolt = <5000000>;
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ chosen {
|
|||
leds {
|
||||
compatible = "gpio-leds";
|
||||
|
||||
led-0 {
|
||||
led-0 {
|
||||
color = <LED_COLOR_ID_BLUE>;
|
||||
default-state = "on";
|
||||
function = LED_FUNCTION_STATUS;
|
||||
|
|
|
|||
|
|
@ -717,7 +717,7 @@ sdio: mmc@ffc70000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
sfc: spi@ffc90000 {
|
||||
sfc: spi@ffc90000 {
|
||||
compatible = "rockchip,sfc";
|
||||
reg = <0xffc90000 0x4000>;
|
||||
interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user