Message ID | 1456685348-7164-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Simon Horman |
Headers | show |
diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi index 0cd4a2a52cab..9fba8638ecff 100644 --- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi @@ -1216,11 +1216,6 @@ }; }; - pd_a3sh: a3sh@16 { - reg = <16 0xc0>; - #power-domain-cells = <0>; - }; - pd_3dg_a: 3dg@17 { reg = <17 0x100>; #address-cells = <2>;
The power domain is not documented in the latest version of the datasheet, and turning it off causes the whole system to freeze the next time a power domain is turned on. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> --- arch/arm64/boot/dts/renesas/r8a7795.dtsi | 5 ----- 1 file changed, 5 deletions(-) Geert, you might want to squash this into your " arm64: dts: r8a7795: Add SYSC PM domains" patch.