Commit 64cc2c4e authored by Olof Johansson's avatar Olof Johansson
Browse files

Merge tag 'v4.18-rockchip-dts32fixes-1' of...

Merge tag 'v4.18-rockchip-dts32fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into next/dt

Fix for a new warning from dtc in graph node unit addresses.

* tag 'v4.18-rockchip-dts32fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip

:
  ARM: dts: rockchip: fix graph node unit address error from dtc

Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parents ba62dc11 cddb8683
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -194,7 +194,7 @@
			#address-cells = <1>;
			#size-cells = <0>;

			edp_out_panel: endpoint {
			edp_out_panel: endpoint@0 {
				reg = <0>;
				remote-endpoint = <&panel_in_edp>;
			};
+1 −1
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@
			reg = <1>;
			#address-cells = <1>;
			#size-cells = <0>;
			edp_out_panel: endpoint {
			edp_out_panel: endpoint@0 {
				reg = <0>;
				remote-endpoint = <&panel_in_edp>;
			};