mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 16:54:20 +08:00
ARM: tegra: apalis-tk1: Copyright period, spurious newlines
Update the copyright period and get rid of some spurious newlines. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
818e8729e1
commit
0d900bbbae
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2016 Toradex AG
|
||||
* Copyright 2016-2018 Toradex AG
|
||||
*
|
||||
* This file is dual-licensed: you can use it either under the terms
|
||||
* of the GPL or the X11 license, at your option. Note that this dual
|
||||
@ -225,9 +225,7 @@
|
||||
|
||||
backlight: backlight {
|
||||
compatible = "pwm-backlight";
|
||||
|
||||
/* BKL1_PWM */
|
||||
pwms = <&pwm 3 5000000>;
|
||||
pwms = <&pwm 3 5000000>; /* BKL1_PWM */
|
||||
brightness-levels = <255 231 223 207 191 159 127 0>;
|
||||
default-brightness-level = <6>;
|
||||
/* BKL1_ON */
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2016 Toradex AG
|
||||
* Copyright 2016-2018 Toradex AG
|
||||
*
|
||||
* This file is dual-licensed: you can use it either under the terms
|
||||
* of the GPL or the X11 license, at your option. Note that this dual
|
||||
@ -56,7 +56,6 @@
|
||||
|
||||
pcie@1003000 {
|
||||
status = "okay";
|
||||
|
||||
avddio-pex-supply = <&vdd_1v05>;
|
||||
avdd-pex-pll-supply = <&vdd_1v05>;
|
||||
avdd-pll-erefe-supply = <&avdd_1v05>;
|
||||
@ -85,7 +84,6 @@
|
||||
hdmi@54280000 {
|
||||
pll-supply = <®_1v05_avdd_hdmi_pll>;
|
||||
vdd-supply = <®_3v3_avdd_hdmi>;
|
||||
|
||||
nvidia,ddc-i2c-bus = <&hdmi_ddc>;
|
||||
nvidia,hpd-gpio =
|
||||
<&gpio TEGRA_GPIO(N, 7) GPIO_ACTIVE_HIGH>;
|
||||
@ -1600,15 +1598,11 @@
|
||||
compatible = "ams,as3722";
|
||||
reg = <0x40>;
|
||||
interrupts = <0 86 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
||||
ams,system-power-controller;
|
||||
|
||||
#interrupt-cells = <2>;
|
||||
interrupt-controller;
|
||||
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&as3722_default>;
|
||||
|
||||
@ -1783,7 +1777,6 @@
|
||||
reg = <0x4c>;
|
||||
interrupt-parent = <&gpio>;
|
||||
interrupts = <TEGRA_GPIO(I, 6) IRQ_TYPE_LEVEL_LOW>;
|
||||
|
||||
#thermal-sensor-cells = <1>;
|
||||
};
|
||||
};
|
||||
@ -1816,7 +1809,6 @@
|
||||
sata@70020000 {
|
||||
phys = <&{/padctl@7009f000/pads/sata/lanes/sata-0}>;
|
||||
phy-names = "sata-0";
|
||||
|
||||
avdd-supply = <&vdd_1v05>;
|
||||
hvdd-supply = <®_3v3>;
|
||||
vddio-supply = <&vdd_1v05>;
|
||||
@ -1830,7 +1822,6 @@
|
||||
<&{/padctl@7009f000/pads/usb2/lanes/usb2-2}>,
|
||||
<&{/padctl@7009f000/pads/pcie/lanes/pcie-0}>;
|
||||
phy-names = "usb2-0", "usb3-1", "usb2-1", "usb2-2", "usb3-0";
|
||||
|
||||
avddio-pex-supply = <&vdd_1v05>;
|
||||
avdd-pll-erefe-supply = <&avdd_1v05>;
|
||||
avdd-pll-utmip-supply = <&vddio_1v8>;
|
||||
|
Loading…
Reference in New Issue
Block a user