Skip to content

Commit 7bcbedd

Browse files
krzksuperna9999
authored andcommitted
arm64: dts: amlogic: Use lowercase hex
The DTS code coding style expects lowercase hex for values and unit addresses. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Link: https://patch.msgid.link/20251223152510.155463-4-krzysztof.kozlowski@oss.qualcomm.com Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
1 parent 125c3ce commit 7bcbedd

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

arch/arm64/boot/dts/amlogic/amlogic-c3.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
firmware {
109109
scmi: scmi {
110110
compatible = "arm,scmi-smc";
111-
arm,smc-id = <0x820000C1>;
111+
arm,smc-id = <0x820000c1>;
112112
shmem = <&scmi_shmem>;
113113
#address-cells = <1>;
114114
#size-cells = <0>;
@@ -989,7 +989,7 @@
989989
nand: nand-controller@8d000 {
990990
compatible = "amlogic,meson-axg-nfc";
991991
reg = <0x0 0x8d000 0x0 0x200>,
992-
<0x0 0x8C000 0x0 0x4>;
992+
<0x0 0x8c000 0x0 0x4>;
993993
reg-names = "nfc", "emmc";
994994
interrupts = <GIC_SPI 87 IRQ_TYPE_EDGE_RISING>;
995995
clocks = <&clkc_periphs CLKID_SYS_SD_EMMC_C>,

arch/arm64/boot/dts/amlogic/amlogic-t7-a311d2-an400.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
memory@0 {
2222
device_type = "memory";
23-
reg = <0x00000000 0x00000000 0x00000000 0xE0000000
23+
reg = <0x00000000 0x00000000 0x00000000 0xe0000000
2424
0x00000001 0x00000000 0x00000000 0x20000000>;
2525
};
2626

arch/arm64/boot/dts/amlogic/meson-gxm-mecool-kiii-pro.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
memory@0 {
1919
device_type = "memory";
20-
reg = <0x0 0x0 0x0 0xC0000000>;
20+
reg = <0x0 0x0 0x0 0xc0000000>;
2121
};
2222

2323
adc-keys {

0 commit comments

Comments
 (0)