mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-29 04:34:45 -04:00
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>
This commit is contained in:
committed by
Neil Armstrong
parent
125c3ceadf
commit
7bcbedd64e
@@ -108,7 +108,7 @@ scmi_shmem: sram@0 {
|
||||
firmware {
|
||||
scmi: scmi {
|
||||
compatible = "arm,scmi-smc";
|
||||
arm,smc-id = <0x820000C1>;
|
||||
arm,smc-id = <0x820000c1>;
|
||||
shmem = <&scmi_shmem>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
@@ -989,7 +989,7 @@ sd: mmc@8a000 {
|
||||
nand: nand-controller@8d000 {
|
||||
compatible = "amlogic,meson-axg-nfc";
|
||||
reg = <0x0 0x8d000 0x0 0x200>,
|
||||
<0x0 0x8C000 0x0 0x4>;
|
||||
<0x0 0x8c000 0x0 0x4>;
|
||||
reg-names = "nfc", "emmc";
|
||||
interrupts = <GIC_SPI 87 IRQ_TYPE_EDGE_RISING>;
|
||||
clocks = <&clkc_periphs CLKID_SYS_SD_EMMC_C>,
|
||||
|
||||
@@ -20,7 +20,7 @@ aliases {
|
||||
|
||||
memory@0 {
|
||||
device_type = "memory";
|
||||
reg = <0x00000000 0x00000000 0x00000000 0xE0000000
|
||||
reg = <0x00000000 0x00000000 0x00000000 0xe0000000
|
||||
0x00000001 0x00000000 0x00000000 0x20000000>;
|
||||
};
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ / {
|
||||
|
||||
memory@0 {
|
||||
device_type = "memory";
|
||||
reg = <0x0 0x0 0x0 0xC0000000>;
|
||||
reg = <0x0 0x0 0x0 0xc0000000>;
|
||||
};
|
||||
|
||||
adc-keys {
|
||||
|
||||
Reference in New Issue
Block a user