Commit 674631c3 authored by Andrew Halaney's avatar Andrew Halaney Committed by Bjorn Andersson

arm64: dts: qcom: Make -cells decimal

The property logically makes sense in decimal, and is the standard used
elsewhere.
Suggested-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarAndrew Halaney <ahalaney@redhat.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarBrian Masney <bmasney@redhat.com>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230501212446.2570364-3-ahalaney@redhat.com
parent eee7369d
...@@ -571,7 +571,7 @@ intc: interrupt-controller@b000000 { ...@@ -571,7 +571,7 @@ intc: interrupt-controller@b000000 {
#address-cells = <2>; #address-cells = <2>;
#size-cells = <2>; #size-cells = <2>;
interrupt-controller; interrupt-controller;
#interrupt-cells = <0x3>; #interrupt-cells = <3>;
reg = <0x0 0x0b000000 0x0 0x1000>, /*GICD*/ reg = <0x0 0x0b000000 0x0 0x1000>, /*GICD*/
<0x0 0x0b002000 0x0 0x1000>, /*GICC*/ <0x0 0x0b002000 0x0 0x1000>, /*GICC*/
<0x0 0x0b001000 0x0 0x1000>, /*GICH*/ <0x0 0x0b001000 0x0 0x1000>, /*GICH*/
......
...@@ -29,8 +29,8 @@ xo: xo { ...@@ -29,8 +29,8 @@ xo: xo {
}; };
cpus { cpus {
#address-cells = <0x1>; #address-cells = <1>;
#size-cells = <0x0>; #size-cells = <0>;
CPU0: cpu@0 { CPU0: cpu@0 {
device_type = "cpu"; device_type = "cpu";
...@@ -106,8 +106,8 @@ scm { ...@@ -106,8 +106,8 @@ scm {
}; };
soc: soc { soc: soc {
#address-cells = <0x1>; #address-cells = <1>;
#size-cells = <0x1>; #size-cells = <1>;
ranges = <0 0 0 0xffffffff>; ranges = <0 0 0 0xffffffff>;
compatible = "simple-bus"; compatible = "simple-bus";
...@@ -321,9 +321,9 @@ tlmm: pinctrl@1000000 { ...@@ -321,9 +321,9 @@ tlmm: pinctrl@1000000 {
interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
gpio-controller; gpio-controller;
gpio-ranges = <&tlmm 0 0 70>; gpio-ranges = <&tlmm 0 0 70>;
#gpio-cells = <0x2>; #gpio-cells = <2>;
interrupt-controller; interrupt-controller;
#interrupt-cells = <0x2>; #interrupt-cells = <2>;
serial_4_pins: serial4-state { serial_4_pins: serial4-state {
pins = "gpio23", "gpio24"; pins = "gpio23", "gpio24";
...@@ -666,7 +666,7 @@ intc: interrupt-controller@b000000 { ...@@ -666,7 +666,7 @@ intc: interrupt-controller@b000000 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
interrupt-controller; interrupt-controller;
#interrupt-cells = <0x3>; #interrupt-cells = <3>;
reg = <0x0b000000 0x1000>, <0x0b002000 0x1000>; reg = <0x0b000000 0x1000>, <0x0b002000 0x1000>;
ranges = <0 0xb00a000 0xffd>; ranges = <0 0xb00a000 0xffd>;
......
...@@ -1505,8 +1505,8 @@ apcs: mailbox@b011000 { ...@@ -1505,8 +1505,8 @@ apcs: mailbox@b011000 {
timer@b120000 { timer@b120000 {
compatible = "arm,armv7-timer-mem"; compatible = "arm,armv7-timer-mem";
reg = <0x0b120000 0x1000>; reg = <0x0b120000 0x1000>;
#address-cells = <0x01>; #address-cells = <1>;
#size-cells = <0x01>; #size-cells = <1>;
ranges; ranges;
frame@b121000 { frame@b121000 {
......
...@@ -27,8 +27,8 @@ &ethernet { ...@@ -27,8 +27,8 @@ &ethernet {
phy-handle = <&phy1>; phy-handle = <&phy1>;
phy-mode = "rgmii"; phy-mode = "rgmii";
mdio { mdio {
#address-cells = <0x1>; #address-cells = <1>;
#size-cells = <0x0>; #size-cells = <0>;
compatible = "snps,dwmac-mdio"; compatible = "snps,dwmac-mdio";
phy1: phy@4 { phy1: phy@4 {
compatible = "ethernet-phy-ieee802.3-c22"; compatible = "ethernet-phy-ieee802.3-c22";
......
...@@ -353,8 +353,8 @@ &ethernet { ...@@ -353,8 +353,8 @@ &ethernet {
mdio { mdio {
compatible = "snps,dwmac-mdio"; compatible = "snps,dwmac-mdio";
#address-cells = <0x1>; #address-cells = <1>;
#size-cells = <0x0>; #size-cells = <0>;
/* Micrel KSZ9031RNZ PHY */ /* Micrel KSZ9031RNZ PHY */
rgmii_phy: phy@7 { rgmii_phy: phy@7 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment