Message ID | 1503581639-580-11-git-send-email-a.hajda@samsung.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
On Thu, Aug 24, 2017 at 03:33:59PM +0200, Andrzej Hajda wrote: > Since i80/command mode is determined in runtime by propagating info > from panel this property can be removed. > > Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> > --- > arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi | 6 ------ > 1 file changed, 6 deletions(-) > I understand this should go in after merging the driver changes to preserve bisectability? Best regards, Krzysztof -- 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
On Fri, Sep 8, 2017 at 6:47 PM, Krzysztof Kozlowski <krzk@kernel.org> wrote: > On Thu, Aug 24, 2017 at 03:33:59PM +0200, Andrzej Hajda wrote: >> Since i80/command mode is determined in runtime by propagating info >> from panel this property can be removed. >> >> Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> >> --- >> arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi | 6 ------ >> 1 file changed, 6 deletions(-) >> > > I understand this should go in after merging the driver changes to > preserve bisectability? Dear Inki Dae, This was a DeviceTree patch and it should be kept separate from driver changes. You should not apply it then. Especially without an ack from arm-soc or Exynos maintainers... because the usual path is through arm-soc. https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=88a5e22a90efd12dfde642ed55d4c669ab658b0f Best regards, Krzysztof -- 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/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi b/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi index e2b0da2..105b293 100644 --- a/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi +++ b/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi @@ -280,9 +280,6 @@ &decon { status = "okay"; - - i80-if-timings { - }; }; &decon_tv { @@ -1116,9 +1113,6 @@ &mic { status = "okay"; - - i80-if-timings { - }; }; &pmu_system_controller {
Since i80/command mode is determined in runtime by propagating info from panel this property can be removed. Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> --- arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi | 6 ------ 1 file changed, 6 deletions(-)