Age | Commit message (Collapse) | Author | Files | Lines |
|
SPI controller nodes should be named 'spi' rather than 'ssp'. Fixing the
name enables dtc SPI bus checks.
Cc: Vladimir Zapolskiy <[email protected]>
Cc: Sylvain Lemieux <[email protected]>
Signed-off-by: Rob Herring <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
|
|
PCIe is not populated by default on iWave RZ/G1N board. RZ/G1N board
is almost identical to RZ/G1M. In order to reuse the common dtsi for
both the boards, it is required to move pcie node from common dtsi
to board specific dts.
Signed-off-by: Biju Das <[email protected]>
Reviewed-by: Fabrizio Castro <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
|
|
Add I2C4 support to RZ/G1C (a.k.a. r8a77470) SoC specific
device tree.
Signed-off-by: Fabrizio Castro <[email protected]>
Reviewed-by: Biju Das <[email protected]>
Acked-by: Wolfram Sang <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
|
|
Add SoC specific device tree definitions for the SDHI2 interface.
Signed-off-by: Fabrizio Castro <[email protected]>
Reviewed-by: Biju Das <[email protected]>
Acked-by: Wolfram Sang <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
|
|
Add DT node for the Advanced Power Management Unit (APMU), add the
second CPU core, and use "renesas,apmu" as "enable-method".
Signed-off-by: Fabrizio Castro <[email protected]>
Reviewed-by: Biju Das <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
|
|
Include R-Car Gen1 product names for Bock-W and Marzen.
The product names are taken from:
Documentation/devicetree/bindings/arm/shmobile.txt
Signed-off-by: Magnus Damm <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
|
|
Improve the user friendliness of the DTS code base by including the
R-Car product name in each R-Car Gen2 DTSI file.
The product names are taken from:
Documentation/devicetree/bindings/arm/shmobile.txt
Signed-off-by: Magnus Damm <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
|
|
Signed-off-by: "Eric W. Biederman" <[email protected]>
|
|
Signed-off-by: "Eric W. Biederman" <[email protected]>
|
|
In arm_notify_die call force_sig_fault to let the generic
code handle siginfo generation.
This removes some boiler plate making the code easier to
maintain in the long run.
Signed-off-by: "Eric W. Biederman" <[email protected]>
|
|
We have defined a new DTS and it should be compiled.
Signed-off-by: H. Nikolaus Schaller <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
|
|
The address in the SDRAM node was incorrect. Fix this to agree with the
correct address and to match the reg definition block.
Cc: [email protected]
Fixes: 54b4a8f57848b("arm: socfpga: dts: Add Arria10 SDRAM EDAC DTS support")
Signed-off-by: Thor Thayer <[email protected]>
Signed-off-by: Dinh Nguyen <[email protected]>
|
|
SPI controller nodes should be named 'spi' rather than 'ssp'. Fixing the
name enables dtc SPI bus checks.
Cc: Linus Walleij <[email protected]>
Signed-off-by: Rob Herring <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
|
|
The following commits used IRQ_TYPE_NONE since that matched what was
already in the file and I do not have access to the datasheets for
these devices. After these patches were submitted, commit dcf145011400
("ARM: dts: qcom-msm8974: change invalid flag IRQ NONE to valid value")
changed all of these values to IRQ_TYPE_LEVEL_HIGH. This patch corrects
the IRQ type for these two commits:
commit bd9392507588 ("ARM: dts: qcom: msm8974-hammerhead: add device
tree bindings for ALS / proximity")
commit fe8d81fe7d9a ("ARM: dts: qcom: msm8974-hammerhead: add device
tree bindings for mpu6515")
Prior to these patches, I was having issues with the bmp280 sensor
returning temperature / pressure skipped errors, however these errors
have gone away with these patches.
Patches were tested on a LG Nexus 5 (hammerhead) phone.
Signed-off-by: Brian Masney <[email protected]>
Signed-off-by: Andy Gross <[email protected]>
|
|
The power key is controlled solely by the EC, which only tiggeres this
gpio after wakeup.
Fixes immediately return to suspend after wake from LP1.
Signed-off-by: Marc Dietrich <[email protected]>
Tested-by: Nicolas Chauvet <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
next/soc
ARM: Xilinx Zynq SoC patches for v4.20
- Convert to using %pOFn instead of device_node.name in slcr driver
* tag 'zynq-soc-for-v4.20' of https://github.com/Xilinx/linux-xlnx:
ARM: zynq: Convert to using %pOFn instead of device_node.name
Signed-off-by: Arnd Bergmann <[email protected]>
|
|
next/dt
ARM: dts: zynq: DT changes for v4.20
- Fix DTS spi/i2c warnings for zc702/zc770 boards
Signed-off-by: Arnd Bergmann <[email protected]>
|
|
Fix indentation and alignment when spaces were used instead of tabs.
This fixes checkpatch errors like:
ERROR: code indent should use tabs where possible
#306: FILE: arch/arm/boot/dts/tegra20-paz00.dts:306:
+^I^I <&tegra_car TEGRA20_CLK_PLL_P_OUT3>;$
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Acked-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
Add an evaluation board device tree more in-line with all our other
device trees.
Signed-off-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
Rename ac97 label to tegra_ac97 to be more in-line with the device tree
binding documentation.
Signed-off-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
Get rid of the fake clocks simple bus and use node names as per the
actual schematics.
Signed-off-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
Rename tps6586x@34 to pmic@34 and drop the unused pmic label.
Signed-off-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
Drop unused i2c_ddc label.
Signed-off-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
Rename i2c_ddc to hdmi_ddc to be more in-line with other device trees.
Signed-off-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
Drop model and compatible nodes from the module level device tree as
they get overridden by the carrier board device tree anyway.
Signed-off-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
Add Colibri SSP aka SPI support using the SPI4 instance.
Signed-off-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
Simplify model and compatible by dropping the 256/512 MB from the model,
-512 from the compatible and rename that property from toradex,iris to
toradex,colibri_t20-iris to be more in-line with all our other device
trees.
Signed-off-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
Simplify model and compatible by dropping the 256/512 MB from the model
and -512 from the compatible properties to be more in-line with all our
other device trees.
Signed-off-by: Marcel Ziswiler <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
Add compatibility comment.
Signed-off-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
Annotate the SD card, its detect pin and move the SD card detect GPIO
definition from the module to the carrier board more in-line with our
other device trees.
Signed-off-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
Add GPIO hogs for GMI_WR_N buffers:
- tri-stating GMI_WR_N on SODIMM pin 99 nPWE
- not tri-stating GMI_WR_N on SODIMM pin 93 RDnWR
Signed-off-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
Add GPIO hog to unreset ASIX AX88772B USB Ethernet chip.
Signed-off-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
Add i2c-thermtrip which would set the SLEEP MODE bit in the SUPPLYENE
register of the TPS658643 PMIC.
Signed-off-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
Rename and annotate LM95245 temperature sensor more in-line with our
other device trees.
Signed-off-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
Add dr_mode property to the USB controller.
Signed-off-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
Add SODIMM pin 45 as GPIO wakeup key.
Signed-off-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
Use high speed UART driver compatible nvidia,tegra20-hsuart.
Signed-off-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
Add UART-C.
Signed-off-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
Annotate UART-A and UART-B.
Signed-off-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
Add display controller parallel RGB panel support incl. backlight PWM.
Signed-off-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
Explicitly add pinmux' for all T20 SoC ball groups now:
- Colibri Address/Data Bus (GMI) further pins used as GPIOs
- Colibri BL_ON
- Colibri EXT_IO*
- Colibri L_BIAS, LCD_M1 is muxed with LCD_DE today's display need DE,
disable LCD_M1
- more Colibri LCD pins (L_* resp. LDD<*>)
- Colibri LCD (Optional 24 BPP Support)
- Colibri MMCCD
- uart_a_dsr and uart_a_dcd as GPIOs
- Colibri USB_CDET
- I2C3 (Optional)
- JTAG_RTCK
- LAN_RESET, LAN_EXT_WAKEUP and LAN_PME (All On-module)
- more NAND pins
- RESET_OUT
- THERMD_ALERT# (On-module), unlatched I2C address pin of LM95245
temperature sensor therefore requires disabling for now
Signed-off-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
Just cosmetic pinmux clean-up.
Signed-off-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
Update sound nvidia,model to be more in-line with our other device
trees.
Signed-off-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
Cleaning up indentation, line-feed and white-space.
Signed-off-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
Remove the phy-reset-gpio from the USB controller node as it is already
specified in the PHY node.
Signed-off-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
Annotate USB EHCI instances.
Signed-off-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
Add missing regulators:
- reg_lan_v_bus being USB Ethernet chip vbus supply
- carrier board reg_3v3 to be used as backlight and panel power supply
- carrier board HDMI supply being reg_5v0
- reg_usbc_vbus being the USB vbus supply of the EHCI instance 0
Signed-off-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
Just cosmetic regulator clean-up.
Signed-off-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
Use no-1-8-v property rather than vmmc/vqmmc supplies and drop now
obsolete and anyway non-existent vcc_sd.
Signed-off-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
Reorder Host1x/HDMI properties.
Signed-off-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|