Message ID | 1466646424-10583-1-git-send-email-ykk@rock-chips.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Hi, On Wed, Jun 22, 2016 at 6:47 PM, Yakir Yang <ykk@rock-chips.com> wrote: > The document about rockchip platform make a mistaken in available > compatible name of "rk3288-edp", we should correct it to "rk3288-dp" > which correspond to the compatible name in driver. > > This mistaken was introduced in commit be91c36247089 ("dt-bindings: > add document for rockchip variant of analogix_dp"). > > Reported-by: Tomasz Figa <tfiga@chromium.com> > Signed-off-by: Yakir Yang <ykk@rock-chips.com> > --- > Hi all, > > This is an external patch for analogix_dp misc cleanup thread [0] > [0]: https://patchwork.kernel.org/patch/9175613/ > > BR, > - Yakir > > Changes in v4: None > Changes in v3: > - Add this patch in v3 > > .../devicetree/bindings/display/rockchip/analogix_dp-rockchip.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Douglas Anderson <dianders@chromium.org> -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Doug, On 06/23/2016 01:17 PM, Doug Anderson wrote: > Hi, > > On Wed, Jun 22, 2016 at 6:47 PM, Yakir Yang <ykk@rock-chips.com> wrote: >> The document about rockchip platform make a mistaken in available >> compatible name of "rk3288-edp", we should correct it to "rk3288-dp" >> which correspond to the compatible name in driver. >> >> This mistaken was introduced in commit be91c36247089 ("dt-bindings: >> add document for rockchip variant of analogix_dp"). >> >> Reported-by: Tomasz Figa <tfiga@chromium.com> >> Signed-off-by: Yakir Yang <ykk@rock-chips.com> >> --- >> Hi all, >> >> This is an external patch for analogix_dp misc cleanup thread [0] >> [0]: https://patchwork.kernel.org/patch/9175613/ >> >> BR, >> - Yakir >> >> Changes in v4: None >> Changes in v3: >> - Add this patch in v3 >> >> .../devicetree/bindings/display/rockchip/analogix_dp-rockchip.txt | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Douglas Anderson <dianders@chromium.org> Thanks ;) > > -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/Documentation/devicetree/bindings/display/rockchip/analogix_dp-rockchip.txt b/Documentation/devicetree/bindings/display/rockchip/analogix_dp-rockchip.txt index 0b39256..01cced1 100644 --- a/Documentation/devicetree/bindings/display/rockchip/analogix_dp-rockchip.txt +++ b/Documentation/devicetree/bindings/display/rockchip/analogix_dp-rockchip.txt @@ -2,7 +2,7 @@ Rockchip RK3288 specific extensions to the Analogix Display Port ================================ Required properties: -- compatible: "rockchip,rk3288-edp", +- compatible: "rockchip,rk3288-dp", "rockchip,rk3399-edp"; - reg: physical base address of the controller and length
The document about rockchip platform make a mistaken in available compatible name of "rk3288-edp", we should correct it to "rk3288-dp" which correspond to the compatible name in driver. This mistaken was introduced in commit be91c36247089 ("dt-bindings: add document for rockchip variant of analogix_dp"). Reported-by: Tomasz Figa <tfiga@chromium.com> Signed-off-by: Yakir Yang <ykk@rock-chips.com> --- Hi all, This is an external patch for analogix_dp misc cleanup thread [0] [0]: https://patchwork.kernel.org/patch/9175613/ BR, - Yakir Changes in v4: None Changes in v3: - Add this patch in v3 .../devicetree/bindings/display/rockchip/analogix_dp-rockchip.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)