Some of the display use-case related dts files are generating warnings
due to the incorrect usage of the 'reg' property. This patch fixes these
warnings.
Also, add the reg property to the mipi_dsi_in endpoint in dcss-adv7535.dts
(currently missing), so that the nwl-dsi driver will select the
appropriate input (DCSS).
Signed-off-by: Robert Chiras <robert.chiras@nxp.com>
#size-cells = <0>;
port@0 {
+ #address-cells = <1>;
+ #size-cells = <0>;
reg = <0>;
- mipi_dsi_in: endpoint {
+ mipi_dsi_in: endpoint@1 {
+ reg = <1>;
remote-endpoint = <&dcss_out>;
};
};
#size-cells = <0>;
port@0 {
+ #address-cells = <1>;
+ #size-cells = <0>;
reg = <0>;
mipi_dsi_in: endpoint@1 {
reg = <1>;
#size-cells = <0>;
port@0 {
+ #address-cells = <1>;
+ #size-cells = <0>;
reg = <0>;
- mipi_dsi_in: endpoint {
+ mipi_dsi_in: endpoint@0 {
+ reg = <0>;
remote-endpoint = <&lcdif_out>;
};
};
#size-cells = <0>;
port@0 {
+ #address-cells = <1>;
+ #size-cells = <0>;
reg = <0>;
mipi_dsi_in: endpoint@0 {
reg = <0>;