mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-08 04:32:20 -04:00
arm64: dts: qcom: mms8996: correct slimbus children unit addresses
Correct slimbus address/size cells to match bindings. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20220928152027.489543-5-krzysztof.kozlowski@linaro.org
This commit is contained in:
committed by
Bjorn Andersson
parent
251ba7ee16
commit
e92a949e43
@@ -3338,15 +3338,15 @@ slim_msm: slim@91c0000 {
|
||||
#size-cells = <0>;
|
||||
ngd@1 {
|
||||
reg = <1>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
#address-cells = <2>;
|
||||
#size-cells = <0>;
|
||||
|
||||
tasha_ifd: tas-ifd {
|
||||
tasha_ifd: tas-ifd@0,0 {
|
||||
compatible = "slim217,1a0";
|
||||
reg = <0 0>;
|
||||
};
|
||||
|
||||
wcd9335: codec@1{
|
||||
wcd9335: codec@1,0 {
|
||||
pinctrl-0 = <&cdc_reset_active &wcd_intr_default>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user