Unverified Commit ad3c046a authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

Merge tag 'renesas-dts-for-v6.3-tag2' of...

Merge tag 'renesas-dts-for-v6.3-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/dt

Renesas DT updates for v6.3 (take two)

  - High Performance mode (1.8 GHz) support for the Cortex-A76 CPU cores
    on R-Car V4H,
  - GPIO interrupt support for the RZ/G2UL SoC and the RZ/G2UL SMARC EVK
    development board,
  - USB Function support for the RZ/N1D SoC,
  - Generic Sound Card driver examples for the Renesas R-Car Starter Kit
    Premier/Pro and Shimafugi Kingfisher development board stack,
  - Universal Flash Storage support for the Renesas Spider development
    board,
  - External Power Sequence Controller (PWC) support for the RZ/V2M SoC
    and the RZ/V2M Evaluation Kit 2.0,
  - IOMMU support for MMC on the R-Car S4-8 SoC,
  - Miscellaneous fixes and improvements.

* tag 'renesas-dts-for-v6.3-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel: (25 commits)
  arm64: dts: renesas: r8a779f0: Add iommus to MMC node
  arm64: dts: renesas: v2mevk2: Add PWC support
  arm64: dts: renesas: r9a09g011: Add PWC support
  arm64: dts: renesas: r9a09g011: Reword ethernet status
  arm64: dts: renesas: r8a774[be]1-beacon: Sync aliases with RZ/G2M
  arm64: dts: renesas: beacon-renesom: Fix audio clock rate
  arm64: dts: renesas: beacon-renesom: Update Ethernet PHY ID
  arm64: dts: renesas: beacon-renesom: Fix gpio expander reference
  arm64: dts: renesas: spider-cpu: Enable UFS device
  arm64: dts: renesas: Add ulcb{-kf} Simple Audio Card MIX + TDM Split dtsi
  arm64: dts: renesas: Add ulcb{-kf} Audio Graph Card MIX + TDM Split dtsi
  arm64: dts: renesas: Add ulcb{-kf} Audio Graph Card2 MIX + TDM Split dtsi
  arm64: dts: renesas: Add ulcb{-kf} Simple Audio Card dtsi
  arm64: dts: renesas: Add ulcb{-kf} Audio Graph Card2 dtsi
  arm64: dts: renesas: Add ulcb{-kf} Audio Graph Card dtsi
  arm64: dts: renesas: #sound-dai-cells is used when simple-card
  ARM: dts: renesas: #sound-dai-cells is used when simple-card
  arm64: dts: renesas: eagle: Add SCIF_CLK support
  ARM: dts: r9a06g032: Add the USBF controller node
  arm64: dts: renesas: rzg2ul-smarc-som: Add PHY interrupt support for ETH{0/1}
  ...

Link: https://lore.kernel.org/r/cover.1674815099.git.geert+renesas@glider.be


Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parents edb3f743 46fe3950
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -7,6 +7,9 @@
 */

/dts-v1/;

#include <dt-bindings/media/video-interfaces.h>

#include "r8a7742-iwg21d-q7.dts"

/ {
@@ -242,7 +245,7 @@ port {
		vin0ep: endpoint {
			remote-endpoint = <&cam0ep>;
			bus-width = <8>;
			bus-type = <6>;
			bus-type = <MEDIA_BUS_TYPE_BT656>;
		};
	};
};
@@ -273,7 +276,7 @@ port {
		vin1ep: endpoint {
			remote-endpoint = <&cam1ep>;
			bus-width = <8>;
			bus-type = <6>;
			bus-type = <MEDIA_BUS_TYPE_BT656>;
		};
	};
};
@@ -305,7 +308,7 @@ vin2ep: endpoint {
			remote-endpoint = <&cam2ep>;
			bus-width = <8>;
			data-shift = <8>;
			bus-type = <6>;
			bus-type = <MEDIA_BUS_TYPE_BT656>;
		};
	};
};
@@ -335,7 +338,7 @@ port {
		vin3ep: endpoint {
			remote-endpoint = <&cam3ep>;
			bus-width = <8>;
			bus-type = <6>;
			bus-type = <MEDIA_BUS_TYPE_BT656>;
		};
	};
};
+3 −1
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@
 * Copyright (C) 2020 Renesas Electronics Corp.
 */

#include <dt-bindings/media/video-interfaces.h>

#define CAM_ENABLED	1

&CAM_PARENT_I2C {
@@ -26,7 +28,7 @@ port {
			CAM_EP: endpoint {
				bus-width = <8>;
				data-shift = <2>;
				bus-type = <6>;
				bus-type = <MEDIA_BUS_TYPE_BT656>;
				pclk-sample = <1>;
				remote-endpoint = <&VIN_EP>;
			};
+3 −1
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@
 * Copyright (C) 2020 Renesas Electronics Corp.
 */

#include <dt-bindings/media/video-interfaces.h>

#define CAM_ENABLED	1

&CAM_PARENT_I2C {
@@ -21,7 +23,7 @@ ov7725@21 {
		port {
			CAM_EP: endpoint {
				bus-width = <8>;
				bus-type = <6>;
				bus-type = <MEDIA_BUS_TYPE_BT656>;
				remote-endpoint = <&VIN_EP>;
			};
		};
+1 −1
Original line number Diff line number Diff line
@@ -1155,7 +1155,7 @@ vin3: video@e6ef3000 {

		rcar_sound: sound@ec500000 {
			/*
			 * #sound-dai-cells is required
			 * #sound-dai-cells is required if simple-card
			 *
			 * Single DAI : #sound-dai-cells = <0>;         <&rcar_sound>;
			 * Multi  DAI : #sound-dai-cells = <1>;         <&rcar_sound N>;
+1 −1
Original line number Diff line number Diff line
@@ -1190,7 +1190,7 @@ vin2: video@e6ef2000 {

		rcar_sound: sound@ec500000 {
			/*
			 * #sound-dai-cells is required
			 * #sound-dai-cells is required if simple-card
			 *
			 * Single DAI : #sound-dai-cells = <0>;         <&rcar_sound>;
			 * Multi  DAI : #sound-dai-cells = <1>;         <&rcar_sound N>;
Loading