mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-28 12:19:09 -04:00
arm64: dts: qcom: sm6125: Remove leading zeroes
dtc complains about the leading zeroes: arch/arm64/boot/dts/qcom/sm6125.dtsi:497.19-503.6: Warning (unit_address_format): /soc/timer@f120000/frame@0f121000: unit name should not have leading 0s arch/arm64/boot/dts/qcom/sm6125.dtsi:505.19-510.6: Warning (unit_address_format): /soc/timer@f120000/frame@0f123000: unit name should not have leading 0s arch/arm64/boot/dts/qcom/sm6125.dtsi:512.19-517.6: Warning (unit_address_format): /soc/timer@f120000/frame@0f124000: unit name should not have leading 0 Remove them. Signed-off-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Martin Botka <martin.botka@somainline.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20210922195208.1734936-1-festevam@gmail.com
This commit is contained in:
committed by
Bjorn Andersson
parent
752432e40e
commit
07b2fb6046
@@ -494,7 +494,7 @@ timer@f120000 {
|
||||
reg = <0x0f120000 0x1000>;
|
||||
clock-frequency = <19200000>;
|
||||
|
||||
frame@0f121000 {
|
||||
frame@f121000 {
|
||||
frame-number = <0>;
|
||||
interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
|
||||
@@ -502,14 +502,14 @@ frame@0f121000 {
|
||||
<0x0f122000 0x1000>;
|
||||
};
|
||||
|
||||
frame@0f123000 {
|
||||
frame@f123000 {
|
||||
frame-number = <1>;
|
||||
interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
|
||||
reg = <0x0f123000 0x1000>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
frame@0f124000 {
|
||||
frame@f124000 {
|
||||
frame-number = <2>;
|
||||
interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
|
||||
reg = <0x0f124000 0x1000>;
|
||||
|
||||
Reference in New Issue
Block a user