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

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
......@@ -194,7 +194,7 @@ edp_out: port@1 {
#address-cells = <1>;
#size-cells = <0>;
edp_out_panel: endpoint {
edp_out_panel: endpoint@0 {
reg = <0>;
remote-endpoint = <&panel_in_edp>;
};
......
......@@ -137,7 +137,7 @@ edp_out: port@1 {
reg = <1>;
#address-cells = <1>;
#size-cells = <0>;
edp_out_panel: endpoint {
edp_out_panel: endpoint@0 {
reg = <0>;
remote-endpoint = <&panel_in_edp>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment