Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: qcom: Fix warning with duplicate dt define

arch/arm/boot/dts/include/dt-bindings/clock/qcom,mmcc-msm8974.h:60:0:
warning: "RBCPR_CLK_SRC" redefined

Rename this to MMSS_RBCPR_CLK_SRC to avoid conflicts with the
RBCPR clock in the gcc header.

Reported-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>

authored by

Stephen Boyd and committed by
Mike Turquette
88d5fe03 9d43dc7f

+1 -1
+1 -1
include/dt-bindings/clock/qcom,mmcc-msm8974.h
··· 57 57 #define EXTPCLK_CLK_SRC 40 58 58 #define HDMI_CLK_SRC 41 59 59 #define VSYNC_CLK_SRC 42 60 - #define RBCPR_CLK_SRC 43 60 + #define MMSS_RBCPR_CLK_SRC 43 61 61 #define CAMSS_CCI_CCI_AHB_CLK 44 62 62 #define CAMSS_CCI_CCI_CLK 45 63 63 #define CAMSS_CSI0_AHB_CLK 46