Skip to content

Commit 4f2e66c

Browse files
committed
Warning (reg_format): reg property in /spi@ff110000/spidev@0 has invalid length (4 bytes) (#address-cells == 2, #size-cells == 0)
Change-Id: I2a3dd243880a19c128299635d4757625355f22ff Reviewed-on: https://tp-biosrd-v02/gerrit/82473 Reviewed-by: Scorpio Chang(張志賢) <Scorpio_Chang@asus.com> Tested-by: Scorpio Chang(張志賢) <Scorpio_Chang@asus.com>
1 parent 8046fba commit 4f2e66c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/rk3288-miniarm.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@
639639
max-freq = <50000000>;
640640
pinctrl-names = "default";
641641
pinctrl-0 = <&spi0_clk &spi0_tx &spi0_rx &spi0_cs0 &spi0_cs1>;
642-
#address-cells = <2>;
642+
#address-cells = <1>;
643643

644644
spidev@0 {
645645
compatible = "rockchip,spi_tinker";
@@ -661,7 +661,7 @@
661661
max-freq = <50000000>;
662662
pinctrl-names = "default";
663663
pinctrl-0 = <&spi2_clk &spi2_tx &spi2_rx &spi2_cs0 &spi2_cs1>;
664-
#address-cells = <2>;
664+
#address-cells = <1>;
665665

666666
spidev@0 {
667667
compatible = "rockchip,spi_tinker";

0 commit comments

Comments
 (0)