forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'omap-for-v4.16/dt-pt2-v2-signed' of git://git.kernel.org/p…
…ub/scm/linux/kernel/git/tmlind/linux-omap into next/dt Second set of device tree changes for omaps for v4.16 merge window This branch mostly configures more hardware support: - Clean-up dts files to remove leading 0x and 0s from binding notation to remove more dtc compiler warnings - A series of am437x updates for backlight, to fix inverted pad pull macro, and to configure power management related OPPs - Configure n950 and droid 4 command mode LCD panels - Updates to pandora and gta04 LCD panels - Add support for am574x-idk - A series of changes to configure more dra7 related PCIe features - A series of fixes for am335x-boneblue for WLAN, UARTs and CAN configuration - A series of changes to configure dra7 OPPs and VDD supplies * tag 'omap-for-v4.16/dt-pt2-v2-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap: (29 commits) Revert "ARM: dts: dra7: Add properties to enable PCIe x2 lane mode" ARM: dts: am572x-idk: Add cpu0 vdd supply ARM: dts: am571x-idk: Add cpu0 vdd supply ARM: dts: dra72-evm-tps65917: Add cpu0 vdd supply ARM: dts: dra7-evm: Add cpu0 vdd supply ARM: dts: am57xx-beagle-x15-common: Add cpu0 vdd supply ARM: dts: dra7: Enable 1.5 GHz operation for the CPU ARM: dts: dra7: Add MPU OPP supply node ARM: dts: dra7: Add vbb-supply to cpu and additional voltages ARM: dts: am335x-boneblue: enable can ARM: dts: am335x-boneblue: enable usarts ARM: dts: am335x-boneblue: fix wl1835 IRQ pin ARM: dts: dra7: Remove deprecated PCI compatible string ARM: dts: dra76-evm: Enable x2 PCIe lanes ARM: dts: DRA72x: Use PCIe compatible specific to dra72 ARM: dts: DRA74x: Use PCIe compatible specific to dra74 ARM: dts: dra7: Add properties to enable PCIe x2 lane mode ARM: dts: am57xx: Add support for am574x-idk ARM: dts: am43x-epos-evm: Hook dcdc2 as the cpu0-supply ARM: dts: am437x-idk-evm: Disable OPP50 for MPU ... Signed-off-by: Olof Johansson <[email protected]>
- Loading branch information
Showing
29 changed files
with
428 additions
and
130 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
// SPDX-License-Identifier: GPL-2.0 | ||
/* | ||
* Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/ | ||
*/ | ||
|
||
#include <dt-bindings/gpio/gpio.h> | ||
#include <dt-bindings/interrupt-controller/irq.h> | ||
#include "am57xx-idk-common.dtsi" | ||
|
||
/ { | ||
memory@0 { | ||
device_type = "memory"; | ||
reg = <0x0 0x80000000 0x0 0x80000000>; | ||
}; | ||
|
||
status-leds { | ||
compatible = "gpio-leds"; | ||
cpu0-led { | ||
label = "status0:red:cpu0"; | ||
gpios = <&gpio4 0 GPIO_ACTIVE_HIGH>; | ||
default-state = "off"; | ||
linux,default-trigger = "cpu0"; | ||
}; | ||
|
||
usr0-led { | ||
label = "status0:green:usr"; | ||
gpios = <&gpio3 11 GPIO_ACTIVE_HIGH>; | ||
default-state = "off"; | ||
}; | ||
|
||
heartbeat-led { | ||
label = "status0:blue:heartbeat"; | ||
gpios = <&gpio3 12 GPIO_ACTIVE_HIGH>; | ||
default-state = "off"; | ||
linux,default-trigger = "heartbeat"; | ||
}; | ||
|
||
cpu1-led { | ||
label = "status1:red:cpu1"; | ||
gpios = <&gpio3 10 GPIO_ACTIVE_HIGH>; | ||
default-state = "off"; | ||
linux,default-trigger = "cpu1"; | ||
}; | ||
|
||
usr1-led { | ||
label = "status1:green:usr"; | ||
gpios = <&gpio7 23 GPIO_ACTIVE_HIGH>; | ||
default-state = "off"; | ||
}; | ||
|
||
mmc0-led { | ||
label = "status1:blue:mmc0"; | ||
gpios = <&gpio7 22 GPIO_ACTIVE_HIGH>; | ||
default-state = "off"; | ||
linux,default-trigger = "mmc0"; | ||
}; | ||
}; | ||
}; | ||
|
||
&omap_dwc3_2 { | ||
extcon = <&extcon_usb2>; | ||
}; | ||
|
||
&extcon_usb2 { | ||
id-gpio = <&gpio3 16 GPIO_ACTIVE_HIGH>; | ||
vbus-gpio = <&gpio3 26 GPIO_ACTIVE_HIGH>; | ||
}; | ||
|
||
&sn65hvs882 { | ||
load-gpios = <&gpio3 19 GPIO_ACTIVE_LOW>; | ||
}; | ||
|
||
&pcie1_rc { | ||
status = "okay"; | ||
gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>; | ||
}; | ||
|
||
&pcie1_ep { | ||
gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>; | ||
}; | ||
|
||
&mailbox5 { | ||
status = "okay"; | ||
mbox_ipu1_ipc3x: mbox_ipu1_ipc3x { | ||
status = "okay"; | ||
}; | ||
mbox_dsp1_ipc3x: mbox_dsp1_ipc3x { | ||
status = "okay"; | ||
}; | ||
}; | ||
|
||
&mailbox6 { | ||
status = "okay"; | ||
mbox_ipu2_ipc3x: mbox_ipu2_ipc3x { | ||
status = "okay"; | ||
}; | ||
mbox_dsp2_ipc3x: mbox_dsp2_ipc3x { | ||
status = "okay"; | ||
}; | ||
}; |
Oops, something went wrong.